Skip to content

Commit

Permalink
Upgreids, majoore
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkis committed Nov 7, 2023
1 parent 02e62c6 commit a8939c5
Show file tree
Hide file tree
Showing 6 changed files with 1,159 additions and 661 deletions.
4 changes: 0 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ const nextConfig = {
},
eslint: {
ignoreDuringBuilds: false
},
// this nags but it must be here for vanilla extract for some reason. ugh
experimental: {
appDir: true
}
};

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@faker-js/faker": "^8.2.0",
"@hookform/resolvers": "^3.3.2",
"@react-three/fiber": "^8.15.10",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@tanstack/react-query": "^5.7.2",
"@tanstack/react-query-devtools": "^5.7.4",
"@vanilla-extract/css": "^1.13.0",
"@vanilla-extract/sprinkles": "^1.6.1",
"axios": "^1.6.0",
Expand All @@ -38,7 +38,7 @@
"framer-motion": "^10.16.4",
"immer": "^10.0.3",
"luxon": "^3.4.3",
"next": "^13.5.6",
"next": "^14.0.1",
"normalize.css": "^8.0.1",
"ramda": "^0.29.1",
"random-js": "^2.1.0",
Expand All @@ -48,12 +48,12 @@
"react-icons": "^4.11.0",
"react-markdown": "^9.0.0",
"sharp": "^0.32.6",
"three": "^0.157.0",
"three": "^0.158.0",
"zod": "^3.22.4",
"zustand": "^4.4.6"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.5.6",
"@next/bundle-analyzer": "^14.0.1",
"@playwright/test": "^1.39.0",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
Expand All @@ -72,13 +72,13 @@
"@types/ramda": "^0.29.7",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@types/three": "^0.157.2",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@types/three": "^0.158.1",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@vanilla-extract/next-plugin": "^2.3.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-config-next": "^13.5.6",
"eslint-config-next": "^14.0.1",
"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": "^1.3.2",
"msw": "^2.0.3",
"prettier": "^3.0.3",
"storybook": "^7.5.3",
"stylelint": "^15.11.0",
Expand Down
Loading

1 comment on commit a8939c5

@vercel
Copy link

@vercel vercel bot commented on a8939c5 Nov 7, 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.