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 Sep 16, 2024
1 parent d9106c8 commit ac21fdb
Show file tree
Hide file tree
Showing 7 changed files with 1,356 additions and 1,177 deletions.
32 changes: 16 additions & 16 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@
"zod": "3.22.4"
},
"devDependencies": {
"@babel/core": "7.23.5",
"@storybook/addon-a11y": "7.6.3",
"@storybook/addon-essentials": "7.6.3",
"@storybook/addon-interactions": "7.6.3",
"@storybook/addon-links": "7.6.3",
"@storybook/addon-viewport": "7.6.3",
"@storybook/blocks": "7.6.3",
"@storybook/nextjs": "7.6.3",
"@storybook/react": "7.6.3",
"@babel/core": "7.25.2",
"@storybook/addon-a11y": "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/testing-library": "0.2.2",
"autoprefixer": "10.4.16",
"autoprefixer": "10.4.20",
"eslint-config-custom-next": "workspace:*",
"jest-mock": "29.7.0",
"postcss": "8.4.32",
"storybook": "7.6.3",
"tailwind-scrollbar": "3.0.5",
"tailwindcss": "3.3.5",
"postcss": "8.4.47",
"storybook": "7.6.20",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.11",
"tsconfig": "workspace:*",
"tw-colors": "3.3.1",
"webpack": "5.89.0"
"tw-colors": "3.3.2",
"webpack": "5.94.0"
}
}
8 changes: 4 additions & 4 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.55.0",
"eslint": "8.57.1",
"eslint-config-custom": "workspace:*",
"eslint-config-prettier": "9.1.0",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"prettier": "3.1.0",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"scaffdog": "3.0.0",
"turbo": "1.10.16"
"turbo": "1.13.4"
},
"engines": {
"node": ">=18.0.0 <19",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"typescript": "5.3.2"
},
"devDependencies": {
"prettier": "3.1.0"
"prettier": "3.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"typescript": "5.3.2"
},
"devDependencies": {
"prettier": "3.1.0"
"prettier": "3.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"format:fix": "prettier --write ."
},
"devDependencies": {
"prettier": "3.1.0"
"prettier": "3.3.3"
}
}
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"format:fix": "prettier --write ."
},
"devDependencies": {
"eslint": "8.55.0",
"eslint": "8.57.1",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "5.3.2",
"prettier": "3.1.0"
"typescript": "5.6.2",
"prettier": "3.3.3"

}
}
Loading

0 comments on commit ac21fdb

Please sign in to comment.