Skip to content

Commit

Permalink
Upgradetori
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkis committed Nov 15, 2023
1 parent 0745463 commit 72a2861
Show file tree
Hide file tree
Showing 2 changed files with 1,143 additions and 1,147 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"@faker-js/faker": "^8.2.0",
"@hookform/resolvers": "^3.3.2",
"@react-three/fiber": "^8.15.10",
"@tanstack/react-query": "^5.7.2",
"@tanstack/react-query-devtools": "^5.7.4",
"@vanilla-extract/css": "^1.13.0",
"@tanstack/react-query": "^5.8.2",
"@tanstack/react-query-devtools": "^5.8.2",
"@vanilla-extract/css": "^1.14.0",
"@vanilla-extract/sprinkles": "^1.6.1",
"axios": "^1.6.0",
"axios": "^1.6.1",
"clsx": "^2.0.0",
"currency-codes": "^2.1.0",
"framer-motion": "^10.16.4",
"immer": "^10.0.3",
"luxon": "^3.4.3",
"next": "^14.0.1",
"next": "^14.0.2",
"normalize.css": "^8.0.1",
"ramda": "^0.29.1",
"random-js": "^2.1.0",
Expand All @@ -53,7 +53,7 @@
"zustand": "^4.4.6"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.0.1",
"@next/bundle-analyzer": "^14.0.2",
"@playwright/test": "^1.39.0",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
Expand All @@ -64,21 +64,21 @@
"@storybook/testing-library": "^0.2.2",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^14.1.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.7",
"@types/luxon": "^3.3.3",
"@types/node": "^20.8.10",
"@types/ramda": "^0.29.7",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@types/three": "^0.158.1",
"@types/jest": "^29.5.8",
"@types/luxon": "^3.3.4",
"@types/node": "^20.9.0",
"@types/ramda": "^0.29.8",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/three": "^0.158.2",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@vanilla-extract/next-plugin": "^2.3.1",
"@vanilla-extract/next-plugin": "^2.3.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.1",
"eslint-config-next": "^14.0.2",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
Expand All @@ -90,7 +90,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^22.1.0",
"msw": "^2.0.3",
"msw": "^2.0.5",
"prettier": "^3.0.3",
"storybook": "^7.5.3",
"stylelint": "^15.11.0",
Expand Down
Loading

1 comment on commit 72a2861

@vercel
Copy link

@vercel vercel bot commented on 72a2861 Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.