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] authored Dec 12, 2023
1 parent d9106c8 commit 96cb028
Show file tree
Hide file tree
Showing 7 changed files with 816 additions and 926 deletions.
22 changes: 11 additions & 11 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@
"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.23.6",
"@storybook/addon-a11y": "7.6.4",
"@storybook/addon-essentials": "7.6.4",
"@storybook/addon-interactions": "7.6.4",
"@storybook/addon-links": "7.6.4",
"@storybook/addon-viewport": "7.6.4",
"@storybook/blocks": "7.6.4",
"@storybook/nextjs": "7.6.4",
"@storybook/react": "7.6.4",
"@storybook/testing-library": "0.2.2",
"autoprefixer": "10.4.16",
"eslint-config-custom-next": "workspace:*",
"jest-mock": "29.7.0",
"postcss": "8.4.32",
"storybook": "7.6.3",
"storybook": "7.6.4",
"tailwind-scrollbar": "3.0.5",
"tailwindcss": "3.3.5",
"tailwindcss": "3.3.6",
"tsconfig": "workspace:*",
"tw-colors": "3.3.1",
"webpack": "5.89.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"eslint-config-prettier": "9.1.0",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"prettier": "3.1.0",
"prettier": "3.1.1",
"scaffdog": "3.0.0",
"turbo": "1.10.16"
"turbo": "1.11.2"
},
"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.1.1"
},
"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.1.1"
},
"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.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"eslint": "8.55.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "5.3.2",
"prettier": "3.1.0"
"typescript": "5.3.3",
"prettier": "3.1.1"

}
}
Loading

0 comments on commit 96cb028

Please sign in to comment.