Skip to content

Commit 0c8e783

Browse files
committed
Update dev dependencies
1 parent 5281498 commit 0c8e783

File tree

3 files changed

+3077
-2789
lines changed

3 files changed

+3077
-2789
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,26 @@
3535
"node": ">=16.0.0"
3636
},
3737
"devDependencies": {
38-
"@rollup/plugin-commonjs": "^24.1.0",
38+
"@rollup/plugin-commonjs": "^25.0.0",
3939
"@rollup/plugin-node-resolve": "^15.0.2",
40-
"@rollup/plugin-typescript": "^11.1.0",
41-
"@types/node": "^18.16.0",
42-
"@types/react": "^18.0.38",
43-
"@types/react-dom": "^18.0.11",
44-
"@typescript-eslint/eslint-plugin": "^5.59.0",
45-
"@typescript-eslint/parser": "^5.59.0",
46-
"eslint": "^8.39.0",
47-
"eslint-config-next": "^13.3.1",
40+
"@rollup/plugin-typescript": "^11.1.1",
41+
"@types/node": "^20.2.3",
42+
"@types/react": "^18.2.7",
43+
"@types/react-dom": "^18.2.4",
44+
"@typescript-eslint/eslint-plugin": "^5.59.7",
45+
"@typescript-eslint/parser": "^5.59.7",
46+
"eslint": "^8.41.0",
47+
"eslint-config-next": "^13.4.3",
4848
"eslint-config-prettier": "^8.8.0",
4949
"husky": "^8.0.3",
50-
"lint-staged": "^13.2.1",
51-
"next": "^13.3.1",
50+
"lint-staged": "^13.2.2",
51+
"next": "^13.4.3",
5252
"prettier": "^2.8.8",
5353
"pretty-quick": "^3.1.3",
5454
"react": "^18.2.0",
5555
"react-dom": "^18.2.0",
56-
"rollup": "^3.21.0",
57-
"rollup-plugin-node-externals": "^5.1.2",
56+
"rollup": "^3.23.0",
57+
"rollup-plugin-node-externals": "^6.0.1",
5858
"typescript": "^5.0.4"
5959
},
6060
"lint-staged": {

0 commit comments

Comments
 (0)