Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 12, 2021
1 parent 0fbf2a6 commit e814b77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/react-sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"homepage": "https://sabertazimi.github.io/awesome-web/react-sandbox",
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"web-vitals": "2.1.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3023,8 +3023,8 @@ __metadata:
"@types/node": 16.9.1
"@types/react": 17.0.20
"@types/react-dom": 17.0.9
react: ^17.0.2
react-dom: ^17.0.2
react: 17.0.2
react-dom: 17.0.2
typescript: 4.4.3
web-vitals: 2.1.0
languageName: unknown
Expand Down Expand Up @@ -13588,7 +13588,7 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:^17.0.2":
"react-dom@npm:17.0.2":
version: 17.0.2
resolution: "react-dom@npm:17.0.2"
dependencies:
Expand Down Expand Up @@ -13629,7 +13629,7 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^17.0.2":
"react@npm:17.0.2":
version: 17.0.2
resolution: "react@npm:17.0.2"
dependencies:
Expand Down

0 comments on commit e814b77

Please sign in to comment.