Skip to content

Commit

Permalink
chore(web): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 28, 2024
1 parent de40c30 commit f172c64
Show file tree
Hide file tree
Showing 4 changed files with 2,307 additions and 2,401 deletions.
20 changes: 10 additions & 10 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,21 @@
},
"devDependencies": {
"@babel/core": "7.24.7",
"@storybook/addon-a11y": "7.6.20",
"@storybook/addon-actions": "7.6.20",
"@storybook/addon-essentials": "7.6.20",
"@storybook/addon-interactions": "7.6.20",
"@storybook/addon-links": "7.6.20",
"@storybook/addon-viewport": "7.6.20",
"@storybook/blocks": "7.6.20",
"@storybook/nextjs": "7.6.20",
"@storybook/react": "7.6.20",
"@storybook/addon-a11y": "8.1.11",
"@storybook/addon-actions": "8.1.11",
"@storybook/addon-essentials": "8.1.11",
"@storybook/addon-interactions": "8.1.11",
"@storybook/addon-links": "8.1.11",
"@storybook/addon-viewport": "8.1.11",
"@storybook/blocks": "8.1.11",
"@storybook/nextjs": "8.1.11",
"@storybook/react": "8.1.11",
"@storybook/testing-library": "0.2.2",
"autoprefixer": "10.4.19",
"eslint-config-custom-next": "workspace:*",
"jest-mock": "29.7.0",
"postcss": "8.4.38",
"storybook": "7.6.20",
"storybook": "8.1.11",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.4",
"tsconfig": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"format:fix": "prettier --write ."
},
"devDependencies": {
"eslint": "8.57.0",
"eslint": "9.6.0",
"eslint-config-custom": "workspace:*",
"eslint-config-prettier": "9.1.0",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
"scaffdog": "3.0.0",
"turbo": "1.13.4"
"scaffdog": "4.0.0",
"turbo": "2.0.6"
},
"engines": {
"node": ">=18.0.0 <19",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"format:fix": "prettier --write ."
},
"devDependencies": {
"eslint": "8.57.0",
"eslint": "9.6.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "5.5.2",
Expand Down
Loading

0 comments on commit f172c64

Please sign in to comment.