Skip to content

Commit e9ec6e1

Browse files
committed
fix: upgrade various deps
1 parent 9560630 commit e9ec6e1

3 files changed

Lines changed: 1297 additions & 770 deletions

File tree

examples/next/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "poool-react-access-next-example",
33
"dependencies": {
44
"@poool/react-access": "portal:../../",
5-
"next": "15.4.6",
6-
"react": "19.1.1",
7-
"react-dom": "19.1.1"
5+
"next": "16.0.0",
6+
"react": "19.2.0",
7+
"react-dom": "19.2.0"
88
},
99
"scripts": {
1010
"dev": "next"

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,36 +19,36 @@
1919
"examples/*"
2020
],
2121
"devDependencies": {
22-
"@poool/eslint-config": "5.0.2",
23-
"@poool/eslint-config-react": "5.0.2",
24-
"@swc/core": "1.13.3",
22+
"@poool/eslint-config": "5.0.7",
23+
"@poool/eslint-config-react": "5.0.9",
24+
"@swc/core": "1.13.20",
2525
"@swc/jest": "0.2.39",
2626
"@testing-library/dom": "10.4.1",
2727
"@testing-library/react": "16.3.0",
2828
"@types/jest": "30.0.0",
29-
"@types/node": "24.2.0",
30-
"@types/react": "19.1.9",
31-
"@types/react-dom": "19.1.7",
29+
"@types/node": "24.9.1",
30+
"@types/react": "19.2.2",
31+
"@types/react-dom": "19.2.2",
3232
"@types/webpack": "5.28.5",
3333
"@types/webpack-dev-server": "4.7.2",
34-
"commit-and-tag-version": "12.5.2",
35-
"eslint": "9.32.0",
34+
"commit-and-tag-version": "12.6.0",
35+
"eslint": "9.38.0",
3636
"eslint-plugin-react": "7.37.5",
37-
"eslint-plugin-react-hooks": "5.2.0",
38-
"html-webpack-plugin": "5.6.3",
39-
"jest": "30.0.5",
37+
"eslint-plugin-react-hooks": "7.0.0",
38+
"html-webpack-plugin": "5.6.4",
39+
"jest": "30.2.0",
4040
"jest-dev-server": "11.0.0",
41-
"jest-environment-jsdom": "30.0.5",
42-
"puppeteer": "24.16.0",
43-
"react": "19.1.1",
44-
"react-dom": "19.1.1",
45-
"react-router-dom": "7.7.1",
41+
"jest-environment-jsdom": "30.2.0",
42+
"puppeteer": "24.26.1",
43+
"react": "19.2.0",
44+
"react-dom": "19.2.0",
45+
"react-router-dom": "7.9.4",
4646
"swc-loader": "0.2.6",
4747
"ts-node": "10.9.2",
4848
"tsup": "8.5.0",
49-
"typescript": "5.8.3",
50-
"typescript-eslint": "8.39.0",
51-
"webpack": "5.101.0",
49+
"typescript": "5.9.3",
50+
"typescript-eslint": "8.46.2",
51+
"webpack": "5.102.1",
5252
"webpack-cli": "6.0.1",
5353
"webpack-dev-server": "5.2.2"
5454
},
@@ -69,7 +69,7 @@
6969
"example:next": "yarn workspace poool-react-access-next-example dev"
7070
},
7171
"dependencies": {
72-
"@junipero/core": "3.11.0",
72+
"@junipero/core": "3.12.3",
7373
"@types/poool-access": "5.18.1"
7474
},
7575
"resolutions": {

0 commit comments

Comments
 (0)