Skip to content

Commit

Permalink
Merge pull request #10 from mollie/fix/update-dependencies
Browse files Browse the repository at this point in the history
NTR: Chore: Update dependencies
  • Loading branch information
fjbender authored Aug 6, 2024
2 parents 0c96974 + 69ac20c commit c8ca986
Show file tree
Hide file tree
Showing 4 changed files with 7,859 additions and 7,997 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@
"prettier-check": "pnpm exec prettier . --check"
},
"dependencies": {
"@nuxt/kit": "^3.8.2",
"@nuxt/kit": "^3.12.4",
"defu": "^6.1.4"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.9.3",
"@nuxt/test-utils": "^3.10.0",
"@nuxt/schema": "^3.12.4",
"@nuxt/test-utils": "^3.14.0",
"@shopware-pwa/composables-next": "canary",
"@shopware-pwa/nuxt3-module": "canary",
"@shopware/api-client": "canary",
"@types/node": "^20.11.6",
"@types/node": "^20.14.14",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"nuxt": "^3.9.3",
"prettier": "^3.2.5",
"vitest": "^1.2.1"
"nuxt": "^3.12.4",
"prettier": "^3.3.3",
"vitest": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"generate": "nuxi generate"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.8",
"@nuxt/devtools": "^1.3.9",
"js-cookie": "^3.0.5",
"nuxt": "^3.9.3"
"nuxt": "^3.12.4"
},
"dependencies": {
"@shopware-pwa/composables-next": "canary",
"@shopware-pwa/nuxt3-module": "canary",
"@shopware/api-client": "canary",
"vue": "^3.4.15"
"vue": "^3.4.35"
}
}
Loading

0 comments on commit c8ca986

Please sign in to comment.