Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
Update devDependencies (#155)
Browse files Browse the repository at this point in the history
* Update devDependencies

* chore: eslint configの依存が壊れていたのでそれの修正

* [skip ci] auto-fixable format by github-actions

* chore: コードを整形

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rintaro Itokawa <[email protected]>
Co-authored-by: re-taro <[email protected]>
  • Loading branch information
3 people authored Sep 17, 2022
1 parent 751fb30 commit 987bfa6
Show file tree
Hide file tree
Showing 3 changed files with 2,509 additions and 4,225 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,56 +38,56 @@
"yaml": "2.1.1"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "7.18.10",
"@babel/core": "7.19.1",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/preset-env": "7.19.1",
"@babel/preset-react": "7.18.6",
"@emotion/babel-plugin": "^11.10.2",
"@emotion/babel-plugin": "11.10.2",
"@emotion/babel-plugin-jsx-pragmatic": "0.2.0",
"@emotion/babel-preset-css-prop": "11.10.0",
"@emotion/cache": "11.10.1",
"@emotion/css": "^11.10.0",
"@emotion/cache": "11.10.3",
"@emotion/css": "11.10.0",
"@emotion/serialize": "1.1.0",
"@emotion/server": "^11.10.0",
"@emotion/server": "11.10.0",
"@mdx-js/react": "2.1.3",
"@storybook/addon-a11y": "6.5.10",
"@storybook/addon-actions": "6.5.10",
"@storybook/addon-docs": "6.5.10",
"@storybook/addon-essentials": "6.5.10",
"@storybook/addon-interactions": "6.5.10",
"@storybook/addon-links": "6.5.10",
"@storybook/addon-a11y": "6.5.12",
"@storybook/addon-actions": "6.5.12",
"@storybook/addon-docs": "6.5.12",
"@storybook/addon-essentials": "6.5.12",
"@storybook/addon-interactions": "6.5.12",
"@storybook/addon-links": "6.5.12",
"@storybook/addon-postcss": "2.0.0",
"@storybook/builder-webpack5": "6.5.10",
"@storybook/cli": "6.5.10",
"@storybook/manager-webpack5": "6.5.10",
"@storybook/react": "6.5.10",
"@storybook/builder-webpack5": "6.5.12",
"@storybook/cli": "6.5.12",
"@storybook/manager-webpack5": "6.5.12",
"@storybook/react": "6.5.12",
"@storybook/testing-library": "0.0.13",
"@storybook/testing-react": "1.3.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.3.0",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/google.maps": "3.49.2",
"@types/gtag.js": "^0.0.11",
"@types/google.maps": "3.50.1",
"@types/gtag.js": "0.0.11",
"@types/node": "17.0.21",
"@types/react": "18.0.17",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/tailwindcss": "3.0.11",
"autoprefixer": "10.4.8",
"babel-jest": "29.0.2",
"autoprefixer": "10.4.11",
"babel-jest": "29.0.3",
"babel-loader": "8.2.5",
"chromatic": "6.7.4",
"chromatic": "6.9.0",
"cross-env": "7.0.3",
"eslint": "8.22.0",
"eslint-config-re-taro": "1.1.3",
"eslint": "8.23.1",
"eslint-config-re-taro": "1.2.0",
"eslint-plugin-storybook": "0.6.4",
"jest": "29.0.2",
"jest-environment-jsdom": "29.0.2",
"jest": "29.0.3",
"jest-environment-jsdom": "29.0.3",
"postcss": "8.4.16",
"prettier": "2.7.1",
"style-dictionary": "3.7.1",
"tailwindcss": "3.1.8",
"twin.macro": "2.8.2",
"typescript": "4.7.4",
"typescript": "4.8.3",
"webpack": "5.74.0"
},
"packageManager": "[email protected]"
Expand Down
26 changes: 25 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
{
"baseBranches": ["dev"],
"extends": ["github>re-taro/renovate"]
"extends": ["config:base", ":timezone(Asia/Tokyo)"],
"labels": ["dependencies", "renovate"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"groupName": "types",
"packagePatterns": ["^@types/"]
},
{
"groupName": "linters",
"extends": ["packages:linters"],
"packagePatterns": ["^@typescript-eslint/"]
},
{
"groupName": "storybook",
"packagePatterns": ["^@storybook/"]
},
{
"groupName": "emotion",
"packagePatterns": ["^@emotion/"]
}
]
}
Loading

0 comments on commit 987bfa6

Please sign in to comment.