Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
update dependencies (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
frehner authored Oct 11, 2022
1 parent 3e807d0 commit 7e106f4
Show file tree
Hide file tree
Showing 3 changed files with 385 additions and 216 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
"ci:checks": "turbo run typecheck test:ci lint format:check"
},
"devDependencies": {
"@changesets/cli": "^2.24.4",
"@changesets/cli": "^2.25.0",
"@shopify/prettier-config": "^1.1.2",
"alex": "^10.0.0",
"cpy-cli": "^4.2.0",
"eslint": "^8.16.0",
"eslint": "^8.25.0",
"eslint-plugin-hydrogen": "^0.12.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-jest": "^27.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-tsdoc": "^0.2.14",
"jsonlint": "^1.6.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"turbo": "^1.5.4"
"turbo": "^1.5.6"
},
"engines": {
"node": ">=14.0.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,23 @@
},
"devDependencies": {
"@faker-js/faker": "^7.5.0",
"@graphql-codegen/cli": "^2.13.1",
"@graphql-codegen/cli": "^2.13.6",
"@graphql-codegen/introspection": "2.2.1",
"@graphql-codegen/typescript": "^2.7.3",
"@graphql-codegen/typescript": "^2.7.4",
"@ladle/react": "^2.4.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.1.0",
"@types/jest": "^29.1.2",
"@vitejs/plugin-react": "^2.1.0",
"@vitest/coverage-c8": "^0.23.4",
"@vitest/coverage-c8": "^0.24.1",
"c8": "^7.12.0",
"happy-dom": "^6.0.4",
"happy-dom": "^7.5.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"typescript": "^4.8.4",
"vite": "^3.1.4",
"vitest": "^0.23.4"
"vite": "^3.1.7",
"vitest": "^0.24.1"
},
"peerDependencies": {
"react": "^18.0.0",
Expand All @@ -95,7 +95,7 @@
"dependencies": {
"@google/model-viewer": "^1.12.1",
"graphql": "^16.6.0",
"type-fest": "^3.0.0"
"type-fest": "^3.1.0"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 7e106f4

Please sign in to comment.