Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 21, 2023
1 parent ce6f16d commit c9e3fde
Show file tree
Hide file tree
Showing 8 changed files with 513 additions and 499 deletions.
18 changes: 9 additions & 9 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@
},
"devDependencies": {
"@babel/core": "7.21.3",
"@storybook/addon-essentials": "7.0.0-rc.3",
"@storybook/addon-interactions": "7.0.0-rc.3",
"@storybook/addon-links": "7.0.0-rc.3",
"@storybook/blocks": "7.0.0-rc.3",
"@storybook/nextjs": "7.0.0-rc.3",
"@storybook/react": "7.0.0-rc.3",
"@storybook/react-vite": "7.0.0-rc.3",
"@storybook/addon-essentials": "7.0.0-rc.5",
"@storybook/addon-interactions": "7.0.0-rc.5",
"@storybook/addon-links": "7.0.0-rc.5",
"@storybook/blocks": "7.0.0-rc.5",
"@storybook/nextjs": "7.0.0-rc.5",
"@storybook/react": "7.0.0-rc.5",
"@storybook/react-vite": "7.0.0-rc.5",
"@storybook/testing-library": "0.0.13",
"autoprefixer": "10.4.14",
"eslint-config-custom-next": "workspace:*",
"jest-mock": "29.5.0",
"postcss": "8.4.21",
"storybook": "7.0.0-rc.3",
"storybook": "7.0.0-rc.5",
"tailwindcss": "3.2.7",
"tsconfig": "workspace:*",
"tw-colors": "1.1.6",
"vite": "4.2.0",
"vite": "4.2.1",
"webpack": "5.76.2",
"tokens-studio": "workspace:*"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"devDependencies": {
"eslint": "8.36.0",
"eslint-config-custom": "workspace:*",
"eslint-config-prettier": "8.7.0",
"eslint-config-prettier": "8.8.0",
"husky": "8.0.3",
"lint-staged": "13.2.0",
"prettier": "2.8.4",
"prettier": "2.8.6",
"scaffdog": "2.5.0",
"turbo": "1.8.3"
"turbo": "1.8.5"
},
"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 @@ -25,7 +25,7 @@
"typescript": "4.9.5"
},
"devDependencies": {
"prettier": "2.8.4"
"prettier": "2.8.6"
},
"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": "4.9.5"
},
"devDependencies": {
"prettier": "2.8.4"
"prettier": "2.8.6"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/tokens-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"format:fix": "prettier --write ."
},
"devDependencies": {
"@types/node": "18.15.3",
"esbuild": "0.17.11",
"@types/node": "18.15.5",
"esbuild": "0.17.12",
"eslint": "7.32.0",
"eslint-config-custom": "workspace:*",
"sd-tailwindcss-transformer": "1.2.0",
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": "2.8.4"
"prettier": "2.8.6"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "4.9.5",
"prettier": "2.8.4"
"prettier": "2.8.6"

}
}
Loading

0 comments on commit c9e3fde

Please sign in to comment.