Skip to content

Commit

Permalink
Save exact dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
witoszekdev committed Jul 12, 2024
1 parent d7c0fb8 commit 057c9d4
Show file tree
Hide file tree
Showing 3 changed files with 378 additions and 386 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
strict-peer-dependencies=false
auto-install-peers=true
auto-install-peers=true
save-exact=true
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,46 +21,46 @@
"dependencies": {
"@saleor/app-sdk": "0.50.0",
"@saleor/macaw-ui": "1.0.0",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"@urql/exchange-auth": "^1.0.0",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
"@trpc/server": "10.45.2",
"@urql/exchange-auth": "1.0.0",
"@vitejs/plugin-react": "4.2.1",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"jsdom": "^20.0.3",
"modern-errors": "^7.0.1",
"modern-errors-serialize": "^6.1.0",
"graphql": "16.8.1",
"graphql-tag": "2.12.6",
"jsdom": "20.0.3",
"modern-errors": "7.0.1",
"modern-errors-serialize": "6.1.0",
"next": "14.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"tslog": "^4.9.3",
"urql": "^4.0.2",
"uuid": "^10.0.0",
"tslog": "4.9.3",
"urql": "4.0.2",
"uuid": "10.0.0",
"vite": "5.2.10",
"vitest": "1.5.2",
"zod": "^3.23.8"
"zod": "3.23.8"
},
"packageManager": "[email protected]",
"devDependencies": {
"@graphql-codegen/cli": "3.3.1",
"@graphql-codegen/introspection": "3.0.1",
"@graphql-codegen/schema-ast": "^3.0.1",
"@graphql-codegen/schema-ast": "3.0.1",
"@graphql-codegen/typed-document-node": "4.0.1",
"@graphql-codegen/typescript": "3.0.4",
"@graphql-codegen/typescript-operations": "3.0.4",
"@graphql-codegen/typescript-urql": "^3.7.3",
"@graphql-codegen/typescript-urql": "3.7.3",
"@graphql-codegen/urql-introspection": "2.2.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@types/node": "^18.11.18",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/uuid": "^10.0.0",
"@graphql-typed-document-node/core": "3.2.0",
"@types/node": "18.11.18",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/uuid": "10.0.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.2",
"eslint-config-prettier": "^8.6.0",
"prettier": "^2.8.2",
"eslint-config-prettier": "8.6.0",
"prettier": "2.8.2",
"typescript": "5.0.4"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 057c9d4

Please sign in to comment.