Skip to content

Commit

Permalink
Pin dependency versions (#262)
Browse files Browse the repository at this point in the history
* Pin dependency versions

* Update package lock
  • Loading branch information
harryzcy authored May 3, 2023
1 parent 8ae470c commit ec3a995
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"yjs": "13.6.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/jest": "29.5.1",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@typescript-eslint/eslint-plugin": "5.59.2",
Expand All @@ -47,11 +47,11 @@
"eslint-plugin-n": "15.7.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"jest": "^29.5.0",
"jest": "29.5.0",
"postcss": "8.4.23",
"prettier": "2.8.8",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4",
"vite": "4.3.4"
}
Expand Down

0 comments on commit ec3a995

Please sign in to comment.