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 Apr 22, 2023
1 parent 575ae96 commit 0b31388
Show file tree
Hide file tree
Showing 5 changed files with 660 additions and 798 deletions.
24 changes: 12 additions & 12 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,24 @@
},
"devDependencies": {
"@babel/core": "7.21.4",
"@storybook/addon-essentials": "7.0.5",
"@storybook/addon-interactions": "7.0.5",
"@storybook/addon-links": "7.0.5",
"@storybook/blocks": "7.0.5",
"@storybook/nextjs": "7.0.5",
"@storybook/react": "7.0.5",
"@storybook/react-vite": "7.0.5",
"@storybook/addon-essentials": "7.0.6",
"@storybook/addon-interactions": "7.0.6",
"@storybook/addon-links": "7.0.6",
"@storybook/blocks": "7.0.6",
"@storybook/nextjs": "7.0.6",
"@storybook/react": "7.0.6",
"@storybook/react-vite": "7.0.6",
"@storybook/testing-library": "0.1.0",
"autoprefixer": "10.4.14",
"eslint-config-custom-next": "workspace:*",
"jest-mock": "29.5.0",
"postcss": "8.4.22",
"storybook": "7.0.5",
"postcss": "8.4.23",
"storybook": "7.0.6",
"tailwindcss": "3.3.1",
"tsconfig": "workspace:*",
"tw-colors": "1.2.2",
"vite": "4.2.1",
"webpack": "5.79.0",
"tw-colors": "1.2.4",
"vite": "4.3.1",
"webpack": "5.80.0",
"tokens-studio": "workspace:*"
}
}
4 changes: 2 additions & 2 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.38.0",
"eslint": "8.39.0",
"eslint-config-custom": "workspace:*",
"eslint-config-prettier": "8.8.0",
"husky": "8.0.3",
"lint-staged": "13.2.1",
"prettier": "2.8.7",
"scaffdog": "2.5.0",
"turbo": "1.9.1"
"turbo": "1.9.3"
},
"engines": {
"node": ">=18.0.0 <19",
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,9 +24,9 @@
"format:fix": "prettier --write ."
},
"devDependencies": {
"@types/node": "18.15.11",
"@types/node": "18.15.13",
"esbuild": "0.17.17",
"eslint": "8.38.0",
"eslint": "8.39.0",
"eslint-config-custom": "workspace:*",
"sd-tailwindcss-transformer": "1.2.0",
"style-dictionary": "3.7.2",
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.38.0",
"eslint": "8.39.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "5.0.4",
Expand Down

0 comments on commit 0b31388

Please sign in to comment.