Skip to content

Commit 9939420

Browse files
committed
Update dependencies
1 parent 0eca383 commit 9939420

2 files changed

Lines changed: 2334 additions & 1051 deletions

File tree

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"lint": "./node_modules/.bin/eslint ./src --ext .js --ext .jsx"
2121
},
2222
"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",
3030
"@rollup/plugin-commonjs": "^26.0.1",
3131
"@rollup/plugin-node-resolve": "^15.0.1",
3232
"@rollup/plugin-replace": "^5.0.2",
@@ -36,16 +36,16 @@
3636
"@testing-library/react": "^14.3.1",
3737
"@types/react": "18",
3838
"@types/react-dom": "18",
39-
"cssnano": "^7.0.4",
39+
"cssnano": "^7.1.2",
4040
"eslint": "^8.57",
4141
"eslint-plugin-import": "^2.26",
4242
"eslint-plugin-mocha": "^10.5",
4343
"eslint-plugin-promise": "^6.6",
4444
"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",
4949
"react-scripts": "^5.0.1",
5050
"rollup": "4.31.0",
5151
"rollup-plugin-postcss": "^4.0.2",

0 commit comments

Comments
 (0)