Skip to content

Commit

Permalink
fix dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
faultyserver committed Sep 16, 2022
1 parent a0840a6 commit 8e05c28
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 22 deletions.
9 changes: 4 additions & 5 deletions packages/react-focus-rings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,17 @@
"dependencies": {
"classnames": "^2.3.2",
"invariant": "^2.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"prettier": "^2.0.4",
"shallowequal": "^1.1.0",
"typescript": "4.8.3"
"shallowequal": "^1.1.0"
},
"devDependencies": {
"@types/invariant": "^2.2.35",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/shallowequal": "^1.1.1",
"@vitejs/plugin-react": "^2.1.0",
"prettier": "^2.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.8.3",
"vite": "^3.1.0"
}
Expand Down
27 changes: 10 additions & 17 deletions packages/react-focus-rings/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e05c28

Please sign in to comment.