Skip to content

Commit

Permalink
Merge pull request #13 from volverjs/feature/fix-default-params
Browse files Browse the repository at this point in the history
Default params
  • Loading branch information
alessandrobellesia authored Sep 25, 2023
2 parents 52b334e + 6ae08b8 commit 881b631
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 128 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,24 @@
},
"devDependencies": {
"@pinia/testing": "^0.1.3",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.1",
"copy": "^0.3.2",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"happy-dom": "^12.0.1",
"happy-dom": "^12.1.6",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.3",
"vite-plugin-dts": "^3.5.4",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^0.34.4",
"vitest": "^0.34.5",
"vitest-fetch-mock": "^0.2.2",
"vue-tsc": "^1.8.11"
"vue-tsc": "^1.8.13"
},
"typesVersions": {
"*": {
Expand Down
Loading

0 comments on commit 881b631

Please sign in to comment.