Skip to content

Commit

Permalink
chore(deps): update definitelytyped
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2023
1 parent df4e0d5 commit 9d1c48d
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 51 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
"@storybook/builder-webpack5": "^6.4.20",
"@storybook/manager-webpack5": "^6.4.20",
"@storybook/react": "^6.5.16",
"@types/jest": "^27.5.2",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/svgo": "^2.6.4",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"devDependencies": {
"@compiled/benchmark": "^1.0.1",
"@testing-library/react": "^12.1.5",
"@types/jsdom": "^16.2.15",
"@types/react-dom": "^17.0.18",
"@types/jsdom": "^20.0.1",
"@types/react-dom": "^18.0.10",
"jsdom": "^19.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"devDependencies": {
"@babel/traverse": "^7.20.13",
"@types/convert-source-map": "^1.5.2"
"@types/convert-source-map": "^2.0.0"
}
}
Loading

0 comments on commit 9d1c48d

Please sign in to comment.