Skip to content

Commit

Permalink
chore: add dependencies for new code
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 21, 2023
1 parent f4ae58a commit 3f73c99
Show file tree
Hide file tree
Showing 2 changed files with 1,610 additions and 111 deletions.
45 changes: 42 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,34 +38,73 @@
"@nuxt/schema": "^3.8.1",
"consola": "^3.2.3",
"defu": "^6.1.3",
"estree-walker": "^3.0.3",
"execa": "^8.0.1",
"fake-indexeddb": "^5.0.1",
"get-port-please": "^3.1.1",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.5",
"node-fetch-native": "^1.4.1",
"nuxt-vitest": "^0.11.5",
"ofetch": "^1.3.3",
"pathe": "^1.1.1",
"perfect-debounce": "^1.0.0",
"radix3": "^1.1.0",
"std-env": "^3.5.0",
"ufo": "^1.3.2",
"unenv": "^1.7.4",
"vitest-environment-nuxt": "^0.11.5"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@nuxt/eslint-config": "0.2.0",
"@testing-library/vue": "^7.0.0",
"@types/estree": "^1.0.5",
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.2",
"changelogen": "0.5.5",
"eslint": "8.54.0",
"eslint-plugin-import": "2.29.0",
"h3": "^1.9.0",
"eslint-plugin-jsdoc": "46.9.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-unicorn": "49.0.0",
"playwright-core": "1.40.0",
"rollup": "^4.5.0",
"unbuild": "latest",
"vitest": "0.33.0"
"unimport": "^3.5.0",
"vite": "^5.0.0",
"vitest": "0.33.0",
"vue-router": "^4.2.5"
},
"peerDependencies": {
"@jest/globals": "^29.5.0",
"@testing-library/vue": "8.0.1",
"@vitejs/plugin-vue": "*",
"@vitejs/plugin-vue-jsx": "*",
"h3": "*",
"happy-dom": "^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0",
"jsdom": "^22.0.0",
"playwright-core": "^1.34.3",
"vitest": "^0.30.0 || ^0.31.0 || ^0.32.0 || ^0.33.0",
"vue": "^3.3.4"
"vite": "*",
"vitest": "^0.24.5 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.33.0",
"vue": "^3.3.4",
"vue-router": "^4.0.0"
},
"peerDependenciesMeta": {
"@testing-library/vue": {
"optional": true
},
"happy-dom": {
"optional": true
},
"@vue/test-utils": {
"optional": true
},
"jsdom": {
"optional": true
},
"@jest/globals": {
"optional": true
},
Expand Down
Loading

0 comments on commit 3f73c99

Please sign in to comment.