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

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 24, 2023
1 parent 767e4da commit 2f69ffd
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 92 deletions.
20 changes: 10 additions & 10 deletions package.json
@@ -1,9 +1,9 @@
{
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@7.30.5",
"packageManager": "pnpm@7.32.2",
"engines": {
"node": ">=v16.19.1",
"node": ">=v16.20.0",
"pnpm": "7.x"
},
"scripts": {
Expand All @@ -21,22 +21,22 @@
},
"dependencies": {
"@happy-dom/global-registrator": "^8.9.0",
"@quasar/extras": "^1.16.1",
"@quasar/extras": "^1.16.2",
"@vueuse/core": "^9.13.0",
"quasar": "^2.11.9"
"quasar": "^2.11.10"
},
"devDependencies": {
"@antfu/eslint-config": "^0.37.0",
"@nuxt/test-utils": "^3.3.2",
"@antfu/eslint-config": "^0.38.5",
"@nuxt/test-utils": "^3.4.2",
"@quasar/vite-plugin": "^1.3.0",
"@types/jest-image-snapshot": "^6.1.0",
"eslint": "^8.37.0",
"eslint": "^8.39.0",
"jest-image-snapshot": "^6.1.0",
"nuxt": "^3.3.2",
"playwright": "^1.32.1",
"nuxt": "^3.4.2",
"playwright": "^1.32.3",
"rimraf": "^4.4.1",
"sass": "1.32.12",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
"vitest": "^0.30.1"
}
}

0 comments on commit 2f69ffd

Please sign in to comment.