Skip to content

Commit

Permalink
fix: bump stylex template packages & update mobile-web-app-capable me…
Browse files Browse the repository at this point in the history
…ta tag
  • Loading branch information
swiiny committed Oct 16, 2024
1 parent 3f5627a commit 6598278
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion packages/stylex/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
44 changes: 22 additions & 22 deletions packages/stylex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,36 @@
"lint": "next lint"
},
"dependencies": {
"@babel/runtime": "^7.24.8",
"@stylexjs/open-props": "^0.7.5",
"@stylexjs/stylex": "^0.7.5",
"@web3-onboard/core": "^2.22.2",
"@babel/runtime": "^7.25.7",
"@stylexjs/open-props": "^0.8.0",
"@stylexjs/stylex": "^0.8.0",
"@web3-onboard/core": "^2.22.3",
"@web3-onboard/frame": "^2.1.1",
"@web3-onboard/injected-wallets": "^2.11.1",
"@web3-onboard/injected-wallets": "^2.11.2",
"@web3-onboard/walletconnect": "^2.6.1",
"classnames": "^2.5.1",
"ethers": "^6.13.1",
"next": "14.2.5",
"ethers": "^6.13.4",
"next": "14.2.15",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.2.1"
"react-icons": "^5.3.0"
},
"devDependencies": {
"@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.2.5",
"@babel/core": "^7.25.8",
"@babel/plugin-syntax-flow": "^7.25.7",
"@babel/plugin-syntax-jsx": "^7.25.7",
"@babel/plugin-syntax-typescript": "^7.25.7",
"@babel/plugin-transform-private-methods": "^7.25.7",
"@stylexjs/babel-plugin": "^0.8.0",
"@stylexjs/eslint-plugin": "^0.8.0",
"@stylexjs/nextjs-plugin": "^0.8.0",
"@types/node": "22.7.5",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.15",
"prettier": "3.3.3",
"rimraf": "^6.0.1",
"typescript": "5.5.3"
"typescript": "5.6.3"
}
}

0 comments on commit 6598278

Please sign in to comment.