Skip to content

Commit 683e44c

Browse files
chore(deps): pin dependencies
1 parent b16579e commit 683e44c

File tree

2 files changed

+96
-96
lines changed

2 files changed

+96
-96
lines changed

package.json

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

0 commit comments

Comments
 (0)