|
66 | 66 | "zustand": "^4.3.6"
|
67 | 67 | },
|
68 | 68 | "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", |
77 | 77 | "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", |
80 | 80 | "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", |
95 | 95 | "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" |
99 | 99 | },
|
100 | 100 | "scripts": {
|
101 | 101 | "test": "NODE_ENV=test jest --config jest.config.js",
|
|
0 commit comments