Skip to content

Commit

Permalink
Update dependencies to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Nov 21, 2023
1 parent 8482be2 commit 2d48856
Show file tree
Hide file tree
Showing 3 changed files with 3,308 additions and 3,184 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { StorybookConfig } from '@storybook/nextjs';
const config: StorybookConfig = {
stories: ['../lib/**/*.(stories|story).@(js|jsx|ts|tsx)'],
addons: ["@storybook/addon-essentials", "storybook-dark-mode", "@storybook/addon-styling"],
addons: ["storybook-dark-mode", "@storybook/addon-styling-webpack"],
framework: {
name: '@storybook/nextjs',
options: {},
Expand Down
60 changes: 29 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,45 +29,43 @@
"@mantinex/mantine-header": "^1.0.1",
"@mantinex/mantine-logo": "^1.0.1",
"@mantinex/mantine-meta": "^1.0.1",
"@next/bundle-analyzer": "^13.4.4",
"@tabler/icons-react": "^2.20.0",
"dayjs": "^1.11.9",
"@next/bundle-analyzer": "^14.0.3",
"@tabler/icons-react": "^2.41.0",
"dayjs": "^1.11.10",
"embla-carousel-react": "^7.1.0",
"next": "13.4.4",
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@next/eslint-plugin-next": "^13.4.4",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-styling": "^1.0.8",
"@storybook/blocks": "^7.0.18",
"@storybook/nextjs": "^7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/testing-library": "^0.1.0",
"@types/node": "^20.2.5",
"@types/react": "18.2.7",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"babel-loader": "^9.1.2",
"eslint": "^8.41.0",
"@babel/core": "^7.23.3",
"@next/eslint-plugin-next": "^14.0.3",
"@storybook/addon-styling-webpack": "^0.0.5",
"@storybook/blocks": "^7.5.3",
"@storybook/nextjs": "^7.5.3",
"@storybook/react": "^7.5.3",
"@types/node": "^20.9.3",
"@types/react": "18.2.38",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"babel-loader": "^9.1.3",
"eslint": "^8.54.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-mantine": "2.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-mantine": "3.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.11.0",
"gh-pages": "^6.0.0",
"postcss": "^8.4.23",
"postcss-preset-mantine": "1.6.0",
"eslint-plugin-testing-library": "^6.1.2",
"gh-pages": "^6.1.0",
"postcss": "^8.4.31",
"postcss-preset-mantine": "1.11.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^2.8.8",
"storybook": "^7.0.18",
"storybook-dark-mode": "^3.0.0",
"typescript": "5.0.4"
"prettier": "^3.1.0",
"storybook": "^7.5.3",
"storybook-dark-mode": "^3.0.1",
"typescript": "5.3.2"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 2d48856

Please sign in to comment.