Skip to content

Commit c5418a0

Browse files
committed
fix: bump stylex template packages
1 parent cef029e commit c5418a0

File tree

1 file changed

+27
-26
lines changed

1 file changed

+27
-26
lines changed

packages/stylex/package.json

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,36 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@stylexjs/open-props": "^0.5.1",
14-
"@stylexjs/stylex": "^0.5.1",
15-
"@web3-onboard/core": "^2.21.3",
16-
"@web3-onboard/frame": "^2.0.2",
17-
"@web3-onboard/injected-wallets": "^2.10.12",
18-
"@web3-onboard/walletconnect": "^2.5.4",
13+
"@babel/runtime": "^7.24.8",
14+
"@stylexjs/open-props": "^0.7.5",
15+
"@stylexjs/stylex": "^0.7.5",
16+
"@web3-onboard/core": "^2.22.2",
17+
"@web3-onboard/frame": "^2.1.1",
18+
"@web3-onboard/injected-wallets": "^2.11.1",
19+
"@web3-onboard/walletconnect": "^2.6.1",
1920
"classnames": "^2.5.1",
20-
"ethers": "^6.11.1",
21-
"next": "14.1.4",
22-
"react": "18.2.0",
23-
"react-dom": "18.2.0",
24-
"react-icons": "^5.0.1"
21+
"ethers": "^6.13.1",
22+
"next": "14.2.5",
23+
"react": "18.3.1",
24+
"react-dom": "18.3.1",
25+
"react-icons": "^5.2.1"
2526
},
2627
"devDependencies": {
27-
"@babel/core": "^7.24.3",
28-
"@babel/plugin-syntax-flow": "^7.24.1",
29-
"@babel/plugin-syntax-jsx": "^7.24.1",
30-
"@babel/plugin-syntax-typescript": "^7.24.1",
31-
"@babel/plugin-transform-private-methods": "^7.24.1",
32-
"@stylexjs/babel-plugin": "^0.5.1",
33-
"@stylexjs/eslint-plugin": "^0.5.1",
34-
"@stylexjs/nextjs-plugin": "^0.5.1",
35-
"@types/node": "20.11.30",
36-
"@types/react": "18.2.69",
37-
"@types/react-dom": "18.2.22",
28+
"@babel/core": "^7.24.9",
29+
"@babel/plugin-syntax-flow": "^7.24.7",
30+
"@babel/plugin-syntax-jsx": "^7.24.7",
31+
"@babel/plugin-syntax-typescript": "^7.24.7",
32+
"@babel/plugin-transform-private-methods": "^7.24.7",
33+
"@stylexjs/babel-plugin": "^0.7.5",
34+
"@stylexjs/eslint-plugin": "^0.7.5",
35+
"@stylexjs/nextjs-plugin": "^0.7.5",
36+
"@types/node": "20.14.11",
37+
"@types/react": "18.2.79",
38+
"@types/react-dom": "18.2.25",
3839
"eslint": "^8.57.0",
39-
"eslint-config-next": "^14.1.4",
40-
"prettier": "3.2.5",
41-
"rimraf": "^5.0.5",
42-
"typescript": "5.4.3"
40+
"eslint-config-next": "^14.2.5",
41+
"prettier": "3.3.3",
42+
"rimraf": "^6.0.1",
43+
"typescript": "5.5.3"
4344
}
4445
}

0 commit comments

Comments
 (0)