Skip to content

Commit

Permalink
Merge pull request #43 from ReoHakase/renovate/devdependencies
Browse files Browse the repository at this point in the history
chore(deps): update devdependencies
  • Loading branch information
ReoHakase committed May 26, 2023
2 parents e7a3b19 + a408832 commit ffb2cdc
Show file tree
Hide file tree
Showing 8 changed files with 1,671 additions and 1,581 deletions.
28 changes: 14 additions & 14 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,25 @@
"typescript": "5.0.4"
},
"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",
"@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",
"autoprefixer": "10.4.14",
"eslint-config-custom-next": "workspace:*",
"jest-mock": "29.5.0",
"postcss": "8.4.22",
"storybook": "7.0.5",
"tailwindcss": "3.3.1",
"postcss": "8.4.23",
"storybook": "7.0.17",
"tailwindcss": "3.3.2",
"tsconfig": "workspace:*",
"tw-colors": "1.2.2",
"vite": "4.2.1",
"webpack": "5.79.0",
"tw-colors": "1.2.6",
"vite": "4.3.9",
"webpack": "5.84.1",
"tokens-studio": "workspace:*"
}
}
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.38.0",
"eslint": "8.41.0",
"eslint-config-custom": "workspace:*",
"eslint-config-prettier": "8.8.0",
"husky": "8.0.3",
"lint-staged": "13.2.1",
"prettier": "2.8.7",
"lint-staged": "13.2.2",
"prettier": "2.8.8",
"scaffdog": "2.5.0",
"turbo": "1.9.1"
"turbo": "1.9.9"
},
"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": "5.0.4"
},
"devDependencies": {
"prettier": "2.8.7"
"prettier": "2.8.8"
},
"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.0.4"
},
"devDependencies": {
"prettier": "2.8.7"
"prettier": "2.8.8"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/tokens-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"format:fix": "prettier --write ."
},
"devDependencies": {
"@types/node": "18.15.11",
"esbuild": "0.17.17",
"eslint": "8.38.0",
"@types/node": "18.16.15",
"esbuild": "0.17.19",
"eslint": "8.41.0",
"eslint-config-custom": "workspace:*",
"sd-tailwindcss-transformer": "1.2.0",
"style-dictionary": "3.7.2",
"tailwindcss": "3.3.1",
"token-transformer": "0.0.32",
"sd-tailwindcss-transformer": "1.3.0",
"style-dictionary": "3.8.0",
"tailwindcss": "3.3.2",
"token-transformer": "0.0.33",
"tsconfig": "workspace:*",
"typescript": "5.0.4"
},
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.7"
"prettier": "2.8.8"
}
}
4 changes: 2 additions & 2 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.38.0",
"eslint": "8.41.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "5.0.4",
"prettier": "2.8.7"
"prettier": "2.8.8"

}
}

1 comment on commit ffb2cdc

@vercel
Copy link

@vercel vercel bot commented on ffb2cdc May 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mystack-web – ./

mystack-web-reohakase.vercel.app
mystack-web.vercel.app
mystack-web-git-main-reohakase.vercel.app

Please sign in to comment.