Skip to content

Commit

Permalink
fix: bump stylex template packages
Browse files Browse the repository at this point in the history
  • Loading branch information
swiiny committed Jul 22, 2024
1 parent cef029e commit c5418a0
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions packages/stylex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,36 @@
"lint": "next lint"
},
"dependencies": {
"@stylexjs/open-props": "^0.5.1",
"@stylexjs/stylex": "^0.5.1",
"@web3-onboard/core": "^2.21.3",
"@web3-onboard/frame": "^2.0.2",
"@web3-onboard/injected-wallets": "^2.10.12",
"@web3-onboard/walletconnect": "^2.5.4",
"@babel/runtime": "^7.24.8",
"@stylexjs/open-props": "^0.7.5",
"@stylexjs/stylex": "^0.7.5",
"@web3-onboard/core": "^2.22.2",
"@web3-onboard/frame": "^2.1.1",
"@web3-onboard/injected-wallets": "^2.11.1",
"@web3-onboard/walletconnect": "^2.6.1",
"classnames": "^2.5.1",
"ethers": "^6.11.1",
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1"
"ethers": "^6.13.1",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.2.1"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/plugin-syntax-flow": "^7.24.1",
"@babel/plugin-syntax-jsx": "^7.24.1",
"@babel/plugin-syntax-typescript": "^7.24.1",
"@babel/plugin-transform-private-methods": "^7.24.1",
"@stylexjs/babel-plugin": "^0.5.1",
"@stylexjs/eslint-plugin": "^0.5.1",
"@stylexjs/nextjs-plugin": "^0.5.1",
"@types/node": "20.11.30",
"@types/react": "18.2.69",
"@types/react-dom": "18.2.22",
"@babel/core": "^7.24.9",
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-syntax-jsx": "^7.24.7",
"@babel/plugin-syntax-typescript": "^7.24.7",
"@babel/plugin-transform-private-methods": "^7.24.7",
"@stylexjs/babel-plugin": "^0.7.5",
"@stylexjs/eslint-plugin": "^0.7.5",
"@stylexjs/nextjs-plugin": "^0.7.5",
"@types/node": "20.14.11",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"prettier": "3.2.5",
"rimraf": "^5.0.5",
"typescript": "5.4.3"
"eslint-config-next": "^14.2.5",
"prettier": "3.3.3",
"rimraf": "^6.0.1",
"typescript": "5.5.3"
}
}

0 comments on commit c5418a0

Please sign in to comment.