Skip to content

Commit

Permalink
fix(deps): update dependency typescript to v4.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 19, 2022
1 parent e6492d0 commit 82daff7
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 210 deletions.
4 changes: 2 additions & 2 deletions config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
},
"peerDependencies": {
"eslint": "8.12.0",
"typescript": "4.6.3"
"typescript": "4.6.4"
},
"devDependencies": {
"eslint": "8.12.0",
"typescript": "4.6.3"
"typescript": "4.6.4"
}
}
4 changes: 2 additions & 2 deletions config/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"jest": "28.x",
"jest-environment-jsdom": "28.x",
"react": "17.0.2",
"typescript": "4.6.3"
"typescript": "4.6.4"
},
"devDependencies": {
"jest": "28.1.0",
"react": "17.0.2",
"typescript": "4.6.3"
"typescript": "4.6.4"
}
}
4 changes: 2 additions & 2 deletions config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"@storybook/react": "6.4.22",
"react": "17.0.2",
"react-dom": "17.0.2",
"typescript": "4.6.3"
"typescript": "4.6.4"
},
"scripts": {
"start": "start-storybook -p 1337 -c ."
},
"devDependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"typescript": "4.6.3"
"typescript": "4.6.4"
}
}
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"react-helmet": "6.1.0",
"react-live": "2.4.1",
"react-simple-code-editor": "0.11.0",
"typescript": "4.6.3"
"typescript": "4.6.4"
},
"devDependencies": {
"@types/mdx-js__react": "1.5.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"slack-notify": "2.0.2",
"typescript": "4.6.3",
"typescript": "4.6.4",
"workspaces-run": "1.0.1",
"zx": "6.1.0"
},
Expand Down
Loading

0 comments on commit 82daff7

Please sign in to comment.