Skip to content

Commit

Permalink
chore(deps): upgrade pnpm and some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshilov committed Sep 11, 2024
1 parent 17ea88a commit 468c897
Show file tree
Hide file tree
Showing 2 changed files with 2,230 additions and 2,215 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"@floating-ui/react": "0.26.22",
"@headlessui/react": "2.1.3",
"@react-spring/web": "9.7.4",
"@sentry/nextjs": "8.26.0",
"@sentry/react": "8.26.0",
"@sentry/vite-plugin": "2.22.2",
"@sentry/nextjs": "8.30.0",
"@sentry/react": "8.30.0",
"@sentry/vite-plugin": "2.22.4",
"@t3-oss/env-nextjs": "0.11.1",
"@tanstack/react-query": "5.52.1",
"@tanstack/react-query-devtools": "5.52.1",
"@tanstack/react-query": "5.55.4",
"@tanstack/react-query-devtools": "5.55.4",
"@vercel/speed-insights": "1.0.12",
"bech32": "2.0.0",
"clsx": "2.1.1",
Expand All @@ -46,12 +46,12 @@
"marked-react": "2.0.0",
"nanoid": "5.0.7",
"next": "14.2.6",
"posthog-js": "1.157.2",
"posthog-js": "1.161.3",
"react": "18.3.1",
"react-countdown": "2.3.6",
"react-dom": "18.3.1",
"react-hot-toast": "2.4.1",
"react-router-dom": "6.26.1",
"react-router-dom": "6.26.2",
"react-select": "5.8.0",
"react-success-indicator": "1.1.0",
"react-text-mask": "5.5.0",
Expand All @@ -64,14 +64,14 @@
"tslib": "2.7.0",
"usehooks-ts": "3.1.0",
"vanilla-cookieconsent": "2.9.2",
"viem": "2.20.0",
"wagmi": "2.12.7",
"viem": "2.21.5",
"wagmi": "2.12.10",
"zod": "3.23.8"
},
"devDependencies": {
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@keplr-wallet/types": "0.12.123",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@keplr-wallet/types": "0.12.127",
"@nx/cypress": "19.6.2",
"@nx/eslint": "19.6.2",
"@nx/eslint-plugin": "19.6.2",
Expand All @@ -95,20 +95,20 @@
"@storybook/theming": "8.2.9",
"@swc-node/register": "1.10.9",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.18",
"@swc/helpers": "0.5.12",
"@swc/core": "1.7.26",
"@swc/helpers": "0.5.13",
"@swc/jest": "0.2.36",
"@tailwindcss/typography": "0.5.14",
"@tailwindcss/typography": "0.5.15",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/cookie": "0.6.0",
"@types/elliptic": "6.4.18",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.7",
"@types/marked": "5.0.2",
"@types/node": "22.5.0",
"@types/react": "18.3.4",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@types/seedrandom": "3.0.8",
Expand All @@ -132,22 +132,22 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"lint-staged": "15.2.9",
"lint-staged": "15.2.10",
"nx": "19.6.2",
"pino": "9.3.2",
"pino": "9.4.0",
"pino-pretty": "11.2.2",
"postcss": "8.4.41",
"postcss": "8.4.45",
"postcss-import": "16.1.0",
"postcss-preset-env": "10.0.2",
"postcss-preset-env": "10.0.3",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"storybook": "8.2.9",
"tailwindcss": "3.4.10",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"vercel": "37.1.1",
"vite": "5.4.2",
"typescript": "5.6.2",
"vercel": "37.4.1",
"vite": "5.4.4",
"vite-plugin-node-polyfills": "0.22.0",
"vitest": "2.0.5"
},
Expand All @@ -156,5 +156,5 @@
"elliptic": "6.5.7"
}
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}
Loading

0 comments on commit 468c897

Please sign in to comment.