Skip to content

Commit 69a9beb

Browse files
committed
Update devDependencies
1 parent 3c768ff commit 69a9beb

File tree

2 files changed

+912
-714
lines changed

2 files changed

+912
-714
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,26 @@
4242
},
4343
"devDependencies": {
4444
"@rollup/plugin-node-resolve": "^15.2.3",
45-
"@rollup/plugin-typescript": "^11.1.5",
46-
"@types/node": "^20.8.10",
47-
"@types/react": "^18.2.33",
48-
"@types/react-dom": "^18.2.14",
49-
"@typescript-eslint/eslint-plugin": "^6.9.1",
50-
"@typescript-eslint/parser": "^6.9.1",
51-
"eslint": "^8.52.0",
52-
"eslint-config-next": "^14.0.1",
53-
"eslint-config-prettier": "^9.0.0",
54-
"husky": "^8.0.3",
55-
"lint-staged": "^15.0.2",
56-
"next": "^14.0.1",
57-
"prettier": "^3.0.3",
58-
"pretty-quick": "^3.1.3",
45+
"@rollup/plugin-typescript": "^11.1.6",
46+
"@types/node": "^20.11.17",
47+
"@types/react": "^18.2.55",
48+
"@types/react-dom": "^18.2.19",
49+
"@typescript-eslint/eslint-plugin": "^7.0.1",
50+
"@typescript-eslint/parser": "^7.0.1",
51+
"eslint": "^8.56.0",
52+
"eslint-config-next": "^14.1.0",
53+
"eslint-config-prettier": "^9.1.0",
54+
"husky": "^9.0.11",
55+
"lint-staged": "^15.2.2",
56+
"next": "^14.1.0",
57+
"prettier": "^3.2.5",
58+
"pretty-quick": "^4.0.0",
5959
"react": "^18.2.0",
6060
"react-dom": "^18.2.0",
61-
"rollup": "^4.2.0",
62-
"rollup-plugin-node-externals": "^6.1.2",
63-
"rollup-plugin-preserve-directives": "^0.2.0",
64-
"typescript": "^5.2.2"
61+
"rollup": "^4.10.0",
62+
"rollup-plugin-node-externals": "^7.0.1",
63+
"rollup-plugin-preserve-directives": "^0.4.0",
64+
"typescript": "^5.3.3"
6565
},
6666
"lint-staged": {
6767
"**/*.{js,jsx,ts,tsx}": [

0 commit comments

Comments
 (0)