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 Aug 1, 2023
1 parent ffb2cdc commit 64cc154
Show file tree
Hide file tree
Showing 5 changed files with 2,851 additions and 1,819 deletions.
30 changes: 15 additions & 15 deletions apps/web/package.json
Expand Up @@ -27,25 +27,25 @@
"typescript": "5.0.4"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@storybook/addon-essentials": "7.0.17",
"@storybook/addon-interactions": "7.0.17",
"@storybook/addon-links": "7.0.17",
"@storybook/blocks": "7.0.17",
"@storybook/nextjs": "7.0.17",
"@storybook/react": "7.0.17",
"@storybook/react-vite": "7.0.17",
"@storybook/testing-library": "0.1.0",
"@babel/core": "7.22.9",
"@storybook/addon-essentials": "7.2.0",
"@storybook/addon-interactions": "7.2.0",
"@storybook/addon-links": "7.2.0",
"@storybook/blocks": "7.2.0",
"@storybook/nextjs": "7.2.0",
"@storybook/react": "7.2.0",
"@storybook/react-vite": "7.2.0",
"@storybook/testing-library": "0.2.0",
"autoprefixer": "10.4.14",
"eslint-config-custom-next": "workspace:*",
"jest-mock": "29.5.0",
"postcss": "8.4.23",
"storybook": "7.0.17",
"tailwindcss": "3.3.2",
"jest-mock": "29.6.2",
"postcss": "8.4.27",
"storybook": "7.2.0",
"tailwindcss": "3.3.3",
"tsconfig": "workspace:*",
"tw-colors": "1.2.6",
"vite": "4.3.9",
"webpack": "5.84.1",
"vite": "4.4.8",
"webpack": "5.88.2",
"tokens-studio": "workspace:*"
}
}
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -12,14 +12,14 @@
"format:fix": "prettier --write ."
},
"devDependencies": {
"eslint": "8.41.0",
"eslint": "8.46.0",
"eslint-config-custom": "workspace:*",
"eslint-config-prettier": "8.8.0",
"eslint-config-prettier": "8.9.0",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"lint-staged": "13.2.3",
"prettier": "2.8.8",
"scaffdog": "2.5.0",
"turbo": "1.9.9"
"scaffdog": "2.5.1",
"turbo": "1.10.12"
},
"engines": {
"node": ">=18.0.0 <19",
Expand Down
12 changes: 6 additions & 6 deletions packages/tokens-studio/package.json
Expand Up @@ -24,16 +24,16 @@
"format:fix": "prettier --write ."
},
"devDependencies": {
"@types/node": "18.16.15",
"esbuild": "0.17.19",
"eslint": "8.41.0",
"@types/node": "18.17.1",
"esbuild": "0.18.17",
"eslint": "8.46.0",
"eslint-config-custom": "workspace:*",
"sd-tailwindcss-transformer": "1.3.0",
"sd-tailwindcss-transformer": "1.3.2",
"style-dictionary": "3.8.0",
"tailwindcss": "3.3.2",
"tailwindcss": "3.3.3",
"token-transformer": "0.0.33",
"tsconfig": "workspace:*",
"typescript": "5.0.4"
"typescript": "5.1.6"
},
"dependencies": {
"zod": "3.21.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Expand Up @@ -10,10 +10,10 @@
"format:fix": "prettier --write ."
},
"devDependencies": {
"eslint": "8.41.0",
"eslint": "8.46.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "5.0.4",
"typescript": "5.1.6",
"prettier": "2.8.8"

}
Expand Down

0 comments on commit 64cc154

Please sign in to comment.