Skip to content

Commit 8f034c2

Browse files
fix: revert "build: update dependencies"
This reverts commit 30c17ab.
1 parent 30c17ab commit 8f034c2

File tree

2 files changed

+996
-1009
lines changed

2 files changed

+996
-1009
lines changed

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -20,52 +20,52 @@
2020
"test:coverage": "jest --coverage"
2121
},
2222
"dependencies": {
23-
"@commitlint/cli": "^19.6.1",
24-
"@emotion/react": "^11.14.0",
25-
"@emotion/styled": "^11.14.0",
26-
"@eslint/compat": "^1.2.4",
27-
"@eslint/eslintrc": "^3.2.0",
28-
"@eslint/js": "^9.17.0",
29-
"@mui/icons-material": "^6.3.0",
30-
"@mui/material": "^6.3.0",
23+
"@commitlint/cli": "^19.4.0",
24+
"@emotion/react": "^11.13.3",
25+
"@emotion/styled": "^11.13.0",
26+
"@eslint/compat": "^1.1.1",
27+
"@eslint/eslintrc": "^3.1.0",
28+
"@eslint/js": "^9.9.1",
29+
"@mui/icons-material": "^6.0.1",
30+
"@mui/material": "^5.16.7",
3131
"@types/eslint-scope": "^3.7.7",
32-
"ace-builds": "^1.37.1",
33-
"acorn": "^8.14.0",
32+
"ace-builds": "^1.36.0",
33+
"acorn": "^8.12.1",
3434
"acorn-walk": "^8.3.4",
3535
"eslint-scope": "^8.2.0",
36-
"globals": "^15.14.0",
37-
"react": "^19.0.0",
38-
"react-ace": "^13.0.0",
39-
"react-dom": "^19.0.0",
40-
"zustand": "^5.0.2"
36+
"globals": "^15.9.0",
37+
"react": "^18.3.1",
38+
"react-ace": "^12.0.0",
39+
"react-dom": "^18.3.1",
40+
"zustand": "^4.5.5"
4141
},
4242
"devDependencies": {
43-
"@commitlint/config-conventional": "^19.6.0",
44-
"@playwright/test": "^1.49.1",
43+
"@commitlint/config-conventional": "^19.2.2",
44+
"@playwright/test": "^1.48.2",
4545
"@semantic-release/changelog": "^6.0.3",
4646
"@semantic-release/git": "^10.0.1",
4747
"@types/jest": "^29.5.14",
48-
"@types/node": "^22.10.2",
49-
"@types/react": "^19.0.2",
50-
"@types/react-dom": "^19.0.2",
51-
"@typescript-eslint/eslint-plugin": "^8.19.0",
52-
"@typescript-eslint/parser": "^8.19.0",
53-
"@vitejs/plugin-react": "^4.3.4",
54-
"commitizen": "^4.3.1",
48+
"@types/node": "^22.9.0",
49+
"@types/react": "^18.3.4",
50+
"@types/react-dom": "^18.3.0",
51+
"@typescript-eslint/eslint-plugin": "^8.2.0",
52+
"@typescript-eslint/parser": "^8.2.0",
53+
"@vitejs/plugin-react": "^4.3.1",
54+
"commitizen": "^4.3.0",
5555
"cz-conventional-changelog": "^3.3.0",
56-
"eslint": "^9.17.0",
56+
"eslint": "^9.9.1",
5757
"eslint-config-prettier": "^9.1.0",
5858
"eslint-plugin-prettier": "^5.2.1",
59-
"eslint-plugin-react-hooks": "^5.1.0",
60-
"eslint-plugin-react-refresh": "^0.4.16",
61-
"husky": "^9.1.7",
59+
"eslint-plugin-react-hooks": "^4.6.2",
60+
"eslint-plugin-react-refresh": "^0.4.11",
61+
"husky": "^9.1.5",
6262
"jest": "^29.7.0",
63-
"lint-staged": "^15.3.0",
64-
"prettier": "^3.4.2",
65-
"semantic-release": "^24.2.0",
63+
"lint-staged": "^15.2.9",
64+
"prettier": "^3.3.3",
65+
"semantic-release": "^24.1.0",
6666
"ts-jest": "^29.2.5",
67-
"typescript": "^5.7.2",
68-
"vite": "^6.0.6"
67+
"typescript": "^5.5.4",
68+
"vite": "^5.4.2"
6969
},
7070
"packageManager": "[email protected]+sha512.af78262d7d125afbfeed740602ace8c5e4405cd7f4735c08feb327286b2fdb2390fbca01589bfd1f50b1240548b74806767f5a063c94b67e431aabd0d86f7774",
7171
"config": {

0 commit comments

Comments
 (0)