Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed May 6, 2024
1 parent bef75d1 commit ca2731e
Show file tree
Hide file tree
Showing 7 changed files with 1,655 additions and 1,653 deletions.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"private": true,
"dependencies": {
"@clack/prompts": "^0.7.0",
"@inquirer/prompts": "^4.3.0",
"@inquirer/prompts": "^5.0.2",
"@nx/devkit": "19.0.0",
"@solana/web3.js": "^1.91.1",
"@swc/helpers": "~0.5.7",
"@solana/web3.js": "^1.91.8",
"@swc/helpers": "~0.5.11",
"commander": "^11.1.0",
"create-nx-workspace": "18.1.3",
"json-schema-to-typescript": "^13.1.2",
"create-nx-workspace": "19.0.0",
"json-schema-to-typescript": "^14.0.4",
"ts-morph": "^22.0.0",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
Expand All @@ -39,13 +39,14 @@
"@nx/react": "19.0.0",
"@nx/webpack": "19.0.0",
"@nx/workspace": "19.0.0",
"@swc-node/register": "~1.9.0",
"@swc-node/register": "~1.9.1",
"@swc/cli": "0.3.12",
"@swc/core": "~1.4.11",
"@swc/core": "^1.5.3",
"@types/jest": "^29.5.12",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@types/node": "20.12.10",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
Expand All @@ -57,7 +58,7 @@
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "5.4.5",
"verdaccio": "^5.30.2"
"verdaccio": "^5.30.3"
},
"lint-staged": {
"*.{js,json,css,scss,md,ts,tsx,html,graphql}": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ exports[`anchor-application generator should generate app with "basic" template
""version": "0.0.1",",
""dependencies": {",
""@coral-xyz/anchor": "^0.30.0",",
""@solana/web3.js": "1.91.7"",
""@solana/web3.js": "1.91.8"",
"},",
""main": "./index.cjs",",
""module": "./index.js",",
Expand Down Expand Up @@ -740,7 +740,7 @@ exports[`anchor-application generator should generate app with "counter" templat
""version": "0.0.1",",
""dependencies": {",
""@coral-xyz/anchor": "^0.30.0",",
""@solana/web3.js": "1.91.7"",
""@solana/web3.js": "1.91.8"",
"},",
""main": "./index.cjs",",
""module": "./index.js",",
Expand Down
16 changes: 8 additions & 8 deletions packages/preset-common/src/utils/package-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@ export const packageVersion = {
anchor: '^0.30.0',
},
'@tailwindcss': {
typography: '0.5.12',
typography: '0.5.13',
},
'@solana': {
'spl-token': '0.4.6',
'wallet-adapter-base': '^0.9.23',
'wallet-adapter-react': '^0.15.35',
'wallet-adapter-react-ui': '^0.9.35',
'web3.js': '1.91.7',
'web3.js': '1.91.8',
},
'@swc-node': {
core: '1.13.0',
register: '1.9.0',
core: '1.13.1',
register: '1.9.1',
},
'@tabler': {
'icons-react': '3.2.0',
'icons-react': '3.3.0',
},
'@tanstack': {
'react-query': '5.31.0',
'react-query-next-experimental': '5.31.0',
'react-query': '5.35.1',
'react-query-next-experimental': '5.35.1',
},
'react-hot-toast': '2.4.1',
'crypto-browserify': '3.12.0',
'stream-browserify': '3.0.0',
bs58: '5.0.0',
buffer: '6.0.3',
daisyui: '4.10.2',
daisyui: '4.10.5',
encoding: '0.1.13',
jotai: '2.8.0',
}
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ exports[`application generator custom apps should generate app without anchor 1`
""@solana/wallet-adapter-base": "^0.9.23",",
""@solana/wallet-adapter-react": "^0.15.35",",
""@solana/wallet-adapter-react-ui": "^0.9.35",",
""@solana/web3.js": "1.91.7",",
""@tanstack/react-query-next-experimental": "5.31.0",",
""@solana/web3.js": "1.91.8",",
""@tanstack/react-query-next-experimental": "5.35.1",",
""bs58": "5.0.0",",
""buffer": "6.0.3",",
""encoding": "0.1.13",",
Expand Down Expand Up @@ -1115,7 +1115,7 @@ exports[`application generator default apps should generate default app with "no
""version": "0.0.1",",
""dependencies": {",
""@coral-xyz/anchor": "^0.30.0",",
""@solana/web3.js": "1.91.7"",
""@solana/web3.js": "1.91.8"",
"},",
""main": "./index.cjs",",
""module": "./index.js",",
Expand Down Expand Up @@ -1841,8 +1841,8 @@ exports[`application generator default apps should generate default app with "no
""@solana/wallet-adapter-base": "^0.9.23",",
""@solana/wallet-adapter-react": "^0.15.35",",
""@solana/wallet-adapter-react-ui": "^0.9.35",",
""@solana/web3.js": "1.91.7",",
""@tanstack/react-query-next-experimental": "5.31.0",",
""@solana/web3.js": "1.91.8",",
""@tanstack/react-query-next-experimental": "5.35.1",",
""bs58": "5.0.0",",
""buffer": "6.0.3",",
""encoding": "0.1.13",",
Expand Down Expand Up @@ -2807,7 +2807,7 @@ exports[`application generator default apps should generate default app with "ta
""version": "0.0.1",",
""dependencies": {",
""@coral-xyz/anchor": "^0.30.0",",
""@solana/web3.js": "1.91.7"",
""@solana/web3.js": "1.91.8"",
"},",
""main": "./index.cjs",",
""module": "./index.js",",
Expand Down Expand Up @@ -3533,14 +3533,14 @@ exports[`application generator default apps should generate default app with "ta
""@solana/wallet-adapter-base": "^0.9.23",",
""@solana/wallet-adapter-react": "^0.15.35",",
""@solana/wallet-adapter-react-ui": "^0.9.35",",
""@solana/web3.js": "1.91.7",",
""@tabler/icons-react": "3.2.0",",
""@tailwindcss/typography": "0.5.12",",
""@tanstack/react-query": "5.31.0",",
""@tanstack/react-query-next-experimental": "5.31.0",",
""@solana/web3.js": "1.91.8",",
""@tabler/icons-react": "3.3.0",",
""@tailwindcss/typography": "0.5.13",",
""@tanstack/react-query": "5.35.1",",
""@tanstack/react-query-next-experimental": "5.35.1",",
""bs58": "5.0.0",",
""buffer": "6.0.3",",
""daisyui": "4.10.2",",
""daisyui": "4.10.5",",
""encoding": "0.1.13",",
""jotai": "2.8.0",",
""next": "14.0.4",",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ exports[`react-application generator custom apps should generate app without anc
""@solana/wallet-adapter-base": "^0.9.23",",
""@solana/wallet-adapter-react": "^0.15.35",",
""@solana/wallet-adapter-react-ui": "^0.9.35",",
""@solana/web3.js": "1.91.7",",
""@solana/web3.js": "1.91.8",",
""bs58": "5.0.0",",
""buffer": "6.0.3",",
""crypto-browserify": "3.12.0",",
Expand Down Expand Up @@ -1080,7 +1080,7 @@ exports[`react-application generator default apps should generate default app wi
""version": "0.0.1",",
""dependencies": {",
""@coral-xyz/anchor": "^0.30.0",",
""@solana/web3.js": "1.91.7"",
""@solana/web3.js": "1.91.8"",
"},",
""main": "./index.cjs",",
""module": "./index.js",",
Expand Down Expand Up @@ -1810,7 +1810,7 @@ exports[`react-application generator default apps should generate default app wi
""@solana/wallet-adapter-base": "^0.9.23",",
""@solana/wallet-adapter-react": "^0.15.35",",
""@solana/wallet-adapter-react-ui": "^0.9.35",",
""@solana/web3.js": "1.91.7",",
""@solana/web3.js": "1.91.8",",
""bs58": "5.0.0",",
""buffer": "6.0.3",",
""crypto-browserify": "3.12.0",",
Expand Down Expand Up @@ -2736,7 +2736,7 @@ exports[`react-application generator default apps should generate default app wi
""version": "0.0.1",",
""dependencies": {",
""@coral-xyz/anchor": "^0.30.0",",
""@solana/web3.js": "1.91.7"",
""@solana/web3.js": "1.91.8"",
"},",
""main": "./index.cjs",",
""module": "./index.js",",
Expand Down Expand Up @@ -3466,14 +3466,14 @@ exports[`react-application generator default apps should generate default app wi
""@solana/wallet-adapter-base": "^0.9.23",",
""@solana/wallet-adapter-react": "^0.15.35",",
""@solana/wallet-adapter-react-ui": "^0.9.35",",
""@solana/web3.js": "1.91.7",",
""@tabler/icons-react": "3.2.0",",
""@tailwindcss/typography": "0.5.12",",
""@tanstack/react-query": "5.31.0",",
""@solana/web3.js": "1.91.8",",
""@tabler/icons-react": "3.3.0",",
""@tailwindcss/typography": "0.5.13",",
""@tanstack/react-query": "5.35.1",",
""bs58": "5.0.0",",
""buffer": "6.0.3",",
""crypto-browserify": "3.12.0",",
""daisyui": "4.10.2",",
""daisyui": "4.10.5",",
""jotai": "2.8.0",",
""react": "18.3.1",",
""react-dom": "18.3.1",",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ exports[`react-feature generator should generate files for anchor-basic feature
""version": "0.0.1",",
""dependencies": {",
""@coral-xyz/anchor": "^0.30.0",",
""@solana/web3.js": "1.91.7"",
""@solana/web3.js": "1.91.8"",
"},",
""main": "./index.cjs",",
""module": "./index.js",",
Expand Down Expand Up @@ -1350,14 +1350,14 @@ exports[`react-feature generator should generate files for anchor-basic feature
""@solana/wallet-adapter-base": "^0.9.23",",
""@solana/wallet-adapter-react": "^0.15.35",",
""@solana/wallet-adapter-react-ui": "^0.9.35",",
""@solana/web3.js": "1.91.7",",
""@tabler/icons-react": "3.2.0",",
""@tailwindcss/typography": "0.5.12",",
""@tanstack/react-query": "5.31.0",",
""@solana/web3.js": "1.91.8",",
""@tabler/icons-react": "3.3.0",",
""@tailwindcss/typography": "0.5.13",",
""@tanstack/react-query": "5.35.1",",
""bs58": "5.0.0",",
""buffer": "6.0.3",",
""crypto-browserify": "3.12.0",",
""daisyui": "4.10.2",",
""daisyui": "4.10.5",",
""jotai": "2.8.0",",
""react": "18.3.1",",
""react-dom": "18.3.1",",
Expand Down Expand Up @@ -3764,7 +3764,7 @@ exports[`react-feature generator should generate files for anchor-counter featur
""version": "0.0.1",",
""dependencies": {",
""@coral-xyz/anchor": "^0.30.0",",
""@solana/web3.js": "1.91.7"",
""@solana/web3.js": "1.91.8"",
"},",
""main": "./index.cjs",",
""module": "./index.js",",
Expand Down Expand Up @@ -5038,14 +5038,14 @@ exports[`react-feature generator should generate files for anchor-counter featur
""@solana/wallet-adapter-base": "^0.9.23",",
""@solana/wallet-adapter-react": "^0.15.35",",
""@solana/wallet-adapter-react-ui": "^0.9.35",",
""@solana/web3.js": "1.91.7",",
""@tabler/icons-react": "3.2.0",",
""@tailwindcss/typography": "0.5.12",",
""@tanstack/react-query": "5.31.0",",
""@solana/web3.js": "1.91.8",",
""@tabler/icons-react": "3.3.0",",
""@tailwindcss/typography": "0.5.13",",
""@tanstack/react-query": "5.35.1",",
""bs58": "5.0.0",",
""buffer": "6.0.3",",
""crypto-browserify": "3.12.0",",
""daisyui": "4.10.2",",
""daisyui": "4.10.5",",
""jotai": "2.8.0",",
""react": "18.3.1",",
""react-dom": "18.3.1",",
Expand Down
Loading

0 comments on commit ca2731e

Please sign in to comment.