Skip to content

Commit 17ff69c

Browse files
committed
Upgrade packages to latest version
1 parent 848fa72 commit 17ff69c

3 files changed

Lines changed: 999 additions & 1084 deletions

File tree

.babelrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"presets": [
3-
["@babel/preset-env", { "useBuiltIns": "entry", "corejs": 3 }],
4-
"@babel/preset-react"
5-
],
2+
"presets": ["@babel/preset-env", "@babel/preset-react"],
63
"plugins": []
74
}

package.json

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,47 +22,46 @@
2222
"dependencies": {
2323
"axios": "^1.18.1",
2424
"classnames": "^2.5.1",
25-
"core-js": "^3.49.0",
26-
"date-fns": "^4.1.0",
27-
"dotenv": "^17.3.1",
28-
"focus-trap": "^8.0.0",
29-
"lodash": "^4.17.23",
25+
"date-fns": "^4.4.0",
26+
"dotenv": "^17.4.2",
27+
"focus-trap": "^8.2.2",
28+
"lodash": "^4.18.1",
3029
"prop-types": "^15.6.2",
31-
"react": "^19.2.4",
32-
"react-dom": "^19.2.4",
30+
"react": "^19.2.7",
31+
"react-dom": "^19.2.7",
3332
"react-select": "^5.10.2",
3433
"url-pattern": "^1.0.3",
3534
"webext-bridge": "^6.0.1",
3635
"webextension-polyfill": "^0.12.0"
3736
},
3837
"devDependencies": {
39-
"@babel/core": "^7.29.6",
40-
"@babel/eslint-parser": "^7.28.6",
41-
"@babel/preset-env": "^7.29.0",
42-
"@babel/preset-react": "^7.29.7",
43-
"babel-jest": "^30.2.0",
44-
"babel-loader": "^10.0.0",
38+
"@babel/core": "^8.0.1",
39+
"@babel/eslint-parser": "^8.0.1",
40+
"@babel/preset-env": "^8.0.2",
41+
"@babel/preset-react": "^8.0.1",
42+
"babel-jest": "^30.4.1",
43+
"babel-loader": "^10.1.1",
4544
"clean-webpack-plugin": "^4.0.0",
46-
"copy-webpack-plugin": "^13.0.1",
45+
"copy-webpack-plugin": "^14.0.0",
4746
"copyfiles": "^2.4.1",
4847
"css-loader": "^7.1.4",
49-
"eslint": "^9.39.2",
48+
"eslint": "^10.6.0",
5049
"eslint-config-prettier": "^10.1.8",
51-
"eslint-plugin-jest": "^29.15.0",
52-
"eslint-plugin-prettier": "^5.5.5",
50+
"eslint-plugin-jest": "^29.15.4",
51+
"eslint-plugin-prettier": "^5.5.6",
5352
"eslint-plugin-react": "^7.37.5",
5453
"file-loader": "^6.0.0",
55-
"html-webpack-plugin": "^5.6.6",
54+
"html-webpack-plugin": "^5.6.7",
5655
"jest": "^30.4.2",
5756
"mini-css-extract-plugin": "^2.10.2",
58-
"prettier": "^3.8.1",
59-
"sass": "^1.97.3",
57+
"prettier": "^3.9.4",
58+
"sass": "^1.101.0",
6059
"sass-loader": "^17.0.0",
6160
"style-loader": "^4.0.0",
6261
"svg-inline-loader": "^0.8.2",
63-
"uuid": "^13.0.0",
64-
"webpack": "^5.105.3",
65-
"webpack-cli": "^7.0.3",
62+
"uuid": "^14.0.1",
63+
"webpack": "^5.108.3",
64+
"webpack-cli": "^7.1.0",
6665
"zip-webpack-plugin": "^4.0.1"
6766
},
6867
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"

0 commit comments

Comments
 (0)