Skip to content

Commit 78ac5b7

Browse files
committed
fix: upgrade various deps
1 parent 2c07972 commit 78ac5b7

File tree

2 files changed

+1627
-561
lines changed

2 files changed

+1627
-561
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@
2323
"@poool/eslint-config": "3.0.1",
2424
"@poool/eslint-config-react": "3.0.1",
2525
"@poool/eslint-plugin": "3.0.0",
26-
"@swc/core": "1.10.1",
27-
"@swc/jest": "0.2.37",
26+
"@swc/core": "1.12.14",
27+
"@swc/jest": "0.2.39",
2828
"@testing-library/dom": "10.4.0",
29-
"@testing-library/react": "16.1.0",
29+
"@testing-library/react": "16.3.0",
3030
"@types/jest": "29.5.14",
3131
"@types/node": "22.10.1",
3232
"@types/react": "19.0.1",
3333
"@types/react-dom": "19.0.2",
3434
"@types/webpack": "5.28.5",
3535
"@types/webpack-dev-server": "4.7.2",
36-
"@typescript-eslint/eslint-plugin": "8.18.0",
37-
"@typescript-eslint/parser": "8.18.0",
38-
"commit-and-tag-version": "12.5.0",
36+
"@typescript-eslint/eslint-plugin": "8.37.0",
37+
"@typescript-eslint/parser": "8.37.0",
38+
"commit-and-tag-version": "12.5.1",
3939
"eslint": "8.57.1",
4040
"eslint-config-standard": "17.1.0",
4141
"eslint-plugin-babel": "5.3.1",
42-
"eslint-plugin-import": "2.31.0",
43-
"eslint-plugin-n": "17.15.0",
42+
"eslint-plugin-import": "2.32.0",
43+
"eslint-plugin-n": "17.21.0",
4444
"eslint-plugin-promise": "7.2.1",
45-
"eslint-plugin-react": "7.37.2",
45+
"eslint-plugin-react": "7.37.5",
4646
"html-webpack-plugin": "5.6.3",
4747
"jest": "29.7.0",
4848
"jest-dev-server": "10.1.4",
@@ -53,11 +53,11 @@
5353
"react-router-dom": "7.0.2",
5454
"swc-loader": "0.2.6",
5555
"ts-node": "10.9.2",
56-
"tsup": "8.3.6",
57-
"typescript": "5.7.2",
58-
"webpack": "5.97.1",
56+
"tsup": "8.5.0",
57+
"typescript": "5.8.3",
58+
"webpack": "5.100.2",
5959
"webpack-cli": "5.1.4",
60-
"webpack-dev-server": "5.1.0"
60+
"webpack-dev-server": "5.2.2"
6161
},
6262
"peerDependencies": {
6363
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
@@ -75,7 +75,7 @@
7575
"example:next": "yarn workspace poool-react-access-next-example dev"
7676
},
7777
"dependencies": {
78-
"@junipero/core": "3.10.0",
78+
"@junipero/core": "3.10.5",
7979
"@types/poool-access": "5.18.0"
8080
},
8181
"packageManager": "yarn@4.9.2"

0 commit comments

Comments
 (0)