|
20 | 20 | "lint": "./node_modules/.bin/eslint ./src --ext .js --ext .jsx" |
21 | 21 | }, |
22 | 22 | "devDependencies": { |
23 | | - "@babel/core": "^7.26", |
24 | | - "@babel/eslint-parser": "^7.26", |
25 | | - "@babel/plugin-proposal-export-default-from": "^7.25", |
26 | | - "@babel/plugin-transform-private-property-in-object": "^7.25", |
27 | | - "@babel/preset-env": "^7.26", |
28 | | - "@babel/preset-react": "^7.25", |
29 | | - "@rollup/plugin-babel": "^6.0.3", |
| 23 | + "@babel/core": "^7.28", |
| 24 | + "@babel/eslint-parser": "^7.28", |
| 25 | + "@babel/plugin-proposal-export-default-from": "^7.27", |
| 26 | + "@babel/plugin-transform-private-property-in-object": "^7.27", |
| 27 | + "@babel/preset-env": "^7.28", |
| 28 | + "@babel/preset-react": "^7.27", |
| 29 | + "@rollup/plugin-babel": "^6.1.0", |
30 | 30 | "@rollup/plugin-commonjs": "^26.0.1", |
31 | 31 | "@rollup/plugin-node-resolve": "^15.0.1", |
32 | 32 | "@rollup/plugin-replace": "^5.0.2", |
|
36 | 36 | "@testing-library/react": "^14.3.1", |
37 | 37 | "@types/react": "18", |
38 | 38 | "@types/react-dom": "18", |
39 | | - "cssnano": "^7.0.4", |
| 39 | + "cssnano": "^7.1.2", |
40 | 40 | "eslint": "^8.57", |
41 | 41 | "eslint-plugin-import": "^2.26", |
42 | 42 | "eslint-plugin-mocha": "^10.5", |
43 | 43 | "eslint-plugin-promise": "^6.6", |
44 | 44 | "eslint-plugin-react": "^7.35", |
45 | | - "jest": "^29.7.0", |
46 | | - "jest-environment-jsdom": "^29.7.0", |
47 | | - "jsdom": "^26.0.0", |
48 | | - "postcss": "^8.5.1", |
| 45 | + "jest": "^30.0.0", |
| 46 | + "jest-environment-jsdom": "^30.0.0", |
| 47 | + "jsdom": "^27.0.0", |
| 48 | + "postcss": "^8.5.6", |
49 | 49 | "react-scripts": "^5.0.1", |
50 | 50 | "rollup": "4.31.0", |
51 | 51 | "rollup-plugin-postcss": "^4.0.2", |
|
0 commit comments