Skip to content

Commit e64c240

Browse files
chore(deps): pin dependencies
1 parent ca644f0 commit e64c240

File tree

2 files changed

+124
-99
lines changed

2 files changed

+124
-99
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -66,36 +66,36 @@
6666
"zustand": "^4.3.6"
6767
},
6868
"devDependencies": {
69-
"@babel/preset-env": "^7.24.7",
70-
"@babel/preset-react": "^7.24.7",
71-
"@commitlint/cli": "^19.6.0",
72-
"@commitlint/config-conventional": "^19.6.0",
73-
"@svgr/core": "^8.1.0",
74-
"@svgr/plugin-jsx": "^8.1.0",
75-
"@testing-library/react": "^14.0.0",
76-
"autoprefixer": "^10.4.12",
69+
"@babel/preset-env": "7.24.7",
70+
"@babel/preset-react": "7.24.7",
71+
"@commitlint/cli": "19.6.0",
72+
"@commitlint/config-conventional": "19.6.0",
73+
"@svgr/core": "8.1.0",
74+
"@svgr/plugin-jsx": "8.1.0",
75+
"@testing-library/react": "14.3.1",
76+
"autoprefixer": "10.4.19",
7777
"axios-mock-adapter": "1.18.2",
78-
"babel-plugin-transform-import-meta": "^2.2.0",
79-
"chokidar": "^3.5.3",
78+
"babel-plugin-transform-import-meta": "2.2.1",
79+
"chokidar": "3.6.0",
8080
"cypress": "9.0.0",
81-
"eslint": "^8.14.0",
82-
"eslint-plugin-cypress": "^2.12.1",
83-
"eslint-plugin-react": "^7.29.4",
84-
"glob": "^8.0.1",
85-
"husky": "^9.1.7",
86-
"jest": "^29.7.0",
87-
"jest-environment-jsdom": "^29.7.0",
88-
"js-yaml": "^4.1.0",
89-
"jsdom": "^24.1.0",
90-
"node-fetch": "^3.3.0",
91-
"postcss": "^8.4.21",
92-
"postcss-minify": "^1.1.0",
93-
"postcss-url": "^10.1.3",
94-
"prettier": "^3.3.3",
81+
"eslint": "8.57.0",
82+
"eslint-plugin-cypress": "2.15.2",
83+
"eslint-plugin-react": "7.34.3",
84+
"glob": "8.1.0",
85+
"husky": "9.1.7",
86+
"jest": "29.7.0",
87+
"jest-environment-jsdom": "29.7.0",
88+
"js-yaml": "4.1.0",
89+
"jsdom": "24.1.0",
90+
"node-fetch": "3.3.2",
91+
"postcss": "8.4.38",
92+
"postcss-minify": "1.1.0",
93+
"postcss-url": "10.1.3",
94+
"prettier": "3.3.3",
9595
"redux-mock-store": "1.5.4",
96-
"sass": "^1.77.6",
97-
"shadow-dom-testing-library": "^1.11.3",
98-
"tailwindcss": "^3.0.24"
96+
"sass": "1.77.6",
97+
"shadow-dom-testing-library": "1.11.3",
98+
"tailwindcss": "3.4.4"
9999
},
100100
"scripts": {
101101
"test": "NODE_ENV=test jest --config jest.config.js",

0 commit comments

Comments
 (0)