Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 20, 2022
1 parent c5b949e commit 600b847
Show file tree
Hide file tree
Showing 6 changed files with 149 additions and 155 deletions.
2 changes: 1 addition & 1 deletion config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
},
"devDependencies": {
"eslint": "8.28.0",
"typescript": "4.9.3"
"typescript": "4.9.4"
}
}
2 changes: 1 addition & 1 deletion config/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"devDependencies": {
"jest": "29.3.1",
"react": "18.2.0",
"typescript": "4.9.3"
"typescript": "4.9.4"
}
}
4 changes: 2 additions & 2 deletions config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"devDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.3"
"typescript": "4.9.4"
},
"peerDependencies": {
"@storybook/react": "6.5.13",
"react": "18.x",
"react-dom": "18.x",
"typescript": "4.9.3"
"typescript": "4.9.4"
},
"scripts": {
"start": "start-storybook -p 1337 -c .",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"@types/mdx-js__react": "1.5.5",
"@types/node": "18.0.0",
"@types/react": "18.0.25",
"typescript": "4.9.3"
"typescript": "4.9.4"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"pretty-quick": "3.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.8.4",
"typescript": "4.9.4",
"workspaces-run": "1.0.1",
"zx": "7.0.8"
},
Expand Down
Loading

0 comments on commit 600b847

Please sign in to comment.