Skip to content

Commit a7980af

Browse files
authored
fix package json vul (#639)
* fix package json vul * build webpack package * wip
1 parent fdc5556 commit a7980af

7 files changed

Lines changed: 22 additions & 100 deletions

File tree

apps/art-game/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"@starknet-react/chains": "^3.1.2",
1818
"@starknet-react/core": "^3.7.2",
1919
"js-sha256": "^0.11.0",
20-
"next": "15.1.7",
21-
"react": "^19.0.0",
22-
"react-dom": "^19.0.0",
20+
"next": "16.0.8",
21+
"react": "19.2.1",
22+
"react-dom": "19.2.1",
2323
"react-router": "^7.1.5",
2424
"react-transition-group": "^4.4.5",
2525
"react-use-websocket": "^4.13.0",

apps/pwa/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dev": "next dev",
1111
"start": "next start",
1212
"build:app": "pnpm run build:nostr_sdk && next build",
13-
"build": "next build",
13+
"build": "next build --webpack",
1414
"build:nostr_sdk": "cd ../.. && pnpm run build:nostr_sdk",
1515
"lint": "next lint",
1616
"lint:fix": "next lint --fix",
@@ -68,9 +68,9 @@
6868
"nostr-tools": "^2.7.0",
6969
"qs": "^6.12.3",
7070
"quill": "2.0.3",
71-
"react": "19.0.0",
71+
"react": "19.2.1",
7272
"react-chartjs-2": "^5.3.0",
73-
"react-dom": "19.0.0",
73+
"react-dom": "19.2.1",
7474
"react-qr-code": "^2.0.15",
7575
"react-transition-group": "^4.4.5",
7676
"react-use-websocket": "^4.8.1",
@@ -87,9 +87,9 @@
8787

8888
},
8989
"peerDependencies": {
90-
"next": "15.1.7",
91-
"react": "19.0.0",
92-
"react-dom": "19.0.0"
90+
"next": "16.0.8",
91+
"react": "19.2.1",
92+
"react-dom": "19.2.1"
9393
},
9494
"devDependencies": {
9595
"@capacitor/cli": "7.2.0",

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"framer-motion": "^11.3.28",
4040
"get-starknet-core": "^3.3.0",
4141
"js-sha256": "^0.11.0",
42-
"next": "15.1.7",
42+
"next": "16.0.8",
4343
"nostr-tools": "^2.7.0",
4444
"qs": "^6.12.3",
45-
"react": "19.0.0",
46-
"react-dom": "19.0.0",
45+
"react": "19.2.1",
46+
"react-dom": "19.2.1",
4747
"react-icons": "^5.5.0",
4848
"react-transition-group": "^4.4.5",
4949
"react-use-websocket": "^4.8.1",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@
6464
"bip39": "^3.1.0",
6565
"drizzle-kit": "^0.29.0",
6666
"fbjs": "^3.0.5",
67-
"next": "15.1.7",
67+
"next": "16.0.8",
6868
"pg": "^8.13.1",
6969
"prettier": "^2.8.8",
7070
"prisma": "5.22.0",
71-
"react": "19.0.0",
72-
"react-dom": "19.0.0",
71+
"react": "19.2.1",
72+
"react-dom": "19.2.1",
7373
"tsup": "^8.0.2",
7474
"turbo": "^1.13.2"
7575
},
@@ -86,11 +86,11 @@
8686
"@scure/bip39": "^1.6.0",
8787
"bip39": "^3.1.0",
8888
"drizzle-kit": "^0.29.0",
89-
"next": "15.1.7",
89+
"next": "16.0.8",
9090
"pg": "^8.13.1",
9191
"prisma": "5.22.0",
92-
"react": "19.0.0",
93-
"react-dom": "19.0.0"
92+
"react": "19.2.1",
93+
"react-dom": "19.2.1"
9494
},
9595
"devDependencies": {
9696
"husky": "^9.1.7",

packages/afk_nostr_sdk/package copy.json

Lines changed: 0 additions & 78 deletions
This file was deleted.

packages/afk_nostr_sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
"eslint-config-prettier": "^9.1.0",
7070
"eslint-plugin-prettier": "^5.1.3",
7171
"eslint-plugin-react": "^7.34.1",
72-
"eslint-plugin-react-hooks": "^4.6.2",
72+
"eslint-plugin-react-hooks": "^7.0.1",
7373
"patch-package": "^8.0.0",
7474
"postinstall-postinstall": "^2.1.0",
7575
"prettier": "^3.2.5",
76-
"react": "^18.3.1",
77-
"react-dom": "^18.3.1",
76+
"react": "19.2.1",
77+
"react-dom": "19.2.1",
7878
"tsup": "^8.0.2",
7979
"typescript": "~5.3.3",
8080
"zustand": "^4.5.2"

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-config-prettier": "^9.1.0",
3333
"eslint-plugin-prettier": "^5.1.3",
3434
"eslint-plugin-react": "^7.34.1",
35-
"eslint-plugin-react-hooks": "^4.6.0",
35+
3636
"prettier": "^3.2.5"
3737
}
3838
}

0 commit comments

Comments
 (0)