Skip to content

Commit

Permalink
Lussuti lussuti luu, upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkis committed May 19, 2024
1 parent 05f6b25 commit a1ca0e2
Show file tree
Hide file tree
Showing 4 changed files with 1,156 additions and 1,359 deletions.
7 changes: 3 additions & 4 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,14 @@ const config: StorybookConfig = {
}
]
}
}
},
"@chromatic-com/storybook"
],
framework: {
name: "@storybook/nextjs",
options: {}
},
docs: {
autodocs: "tag"
},
docs: {},

async webpackFinal(config, { configType }) {
config.resolve!.alias = {
Expand Down
1 change: 0 additions & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import "normalize.css";

const preview: Preview = {
parameters: {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@faker-js/faker": "^8.4.1",
"@hookform/resolvers": "^3.4.0",
"@react-three/fiber": "^8.16.6",
"@tanstack/react-query": "^5.36.2",
"@tanstack/react-query-devtools": "^5.36.2",
"@tanstack/react-query": "^5.37.1",
"@tanstack/react-query-devtools": "^5.37.1",
"@vanilla-extract/css": "^1.15.1",
"@vanilla-extract/sprinkles": "^1.6.1",
"axios": "^1.6.8",
Expand All @@ -54,6 +54,7 @@
"zustand": "^4.5.2"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.4.0",
"@next/bundle-analyzer": "^14.2.3",
"@playwright/test": "^1.44.0",
"@storybook/addon-essentials": "^8.1.1",
Expand All @@ -63,10 +64,10 @@
"@storybook/blocks": "^8.1.1",
"@storybook/nextjs": "^8.1.1",
"@storybook/react": "^8.1.1",
"@storybook/testing-library": "^0.2.2",
"@testing-library/dom": "^10.0.0",
"@storybook/test": "^8.1.1",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.4",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.4.2",
Expand All @@ -81,7 +82,7 @@
"@vanilla-extract/webpack-plugin": "^2.3.8",
"autoprefixer": "^10.4.19",
"css-loader": "^7.1.1",
"eslint": "^9.1.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
Loading

0 comments on commit a1ca0e2

Please sign in to comment.