Skip to content

Commit

Permalink
Update next & vite deps (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw committed Mar 6, 2024
1 parent c9dd50c commit 7295422
Show file tree
Hide file tree
Showing 3 changed files with 718 additions and 224 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
with:
version: 6.19.1
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
Expand Down
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,24 @@
"saleor": {
"schemaVersion": "3.19"
},
"engines": {
"node": ">=18.17.0 <19",
"pnpm": ">=8"
},
"dependencies": {
"@saleor/app-sdk": "0.50.0",
"@saleor/macaw-ui": "1.0.0",
"@urql/exchange-auth": "^1.0.0",
"@vitejs/plugin-react": "^3.0.1",
"@vitejs/plugin-react": "4.2.1",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"jsdom": "^20.0.3",
"next": "13.3.0",
"next": "14.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"urql": "^4.0.2",
"vite": "^4.0.5",
"vitest": "^0.27.1"
"vite": "5.1.5",
"vitest": "1.3.1"
},
"packageManager": "[email protected]",
"devDependencies": {
Expand Down
Loading

0 comments on commit 7295422

Please sign in to comment.