Skip to content

Commit

Permalink
Merge pull request #10 from ziloen/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
ziloen committed Apr 17, 2023
2 parents 5e2fe61 + 5528542 commit 3e9e3de
Show file tree
Hide file tree
Showing 2 changed files with 1,903 additions and 2,334 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Vitesse WebExt",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@8.1.1",
"packageManager": "pnpm@8.2.0",
"description": "[description]",
"scripts": {
"dev": "npm run clear && cross-env NODE_ENV=development run-p dev:*",
Expand All @@ -25,40 +25,40 @@
"test": "vitest test"
},
"devDependencies": {
"@ffflorian/jszip-cli": "^3.1.9",
"@iconify/json": "^2.2.21",
"@ffflorian/jszip-cli": "^3.3.1",
"@iconify/json": "^2.2.51",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.13.0",
"@types/node": "^18.15.11",
"@types/webextension-polyfill": "^0.10.0",
"@unocss/reset": "^0.49.4",
"@vitejs/plugin-vue": "^4.0.0",
"@volar-plugins/prettyhtml": "^1.0.3",
"@unocss/reset": "^0.51.4",
"@vitejs/plugin-vue": "^4.1.0",
"@volar-plugins/prettyhtml": "^1.1.0",
"@vue/compiler-sfc": "^3.2.47",
"@vue/test-utils": "^2.2.10",
"@vueuse/core": "^9.12.0",
"@ziloen/eslint-config": "^0.0.83",
"@ziloen/eslint-config-format": "^0.0.83",
"@vue/test-utils": "^2.3.2",
"@vueuse/core": "^9.13.0",
"@ziloen/eslint-config": "^0.0.86",
"@ziloen/eslint-config-format": "^0.0.86",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"crx": "^5.0.1",
"eslint": "^8.34.0",
"eslint": "^8.38.0",
"esno": "^0.16.3",
"fs-extra": "^11.1.0",
"jsdom": "^21.1.0",
"fs-extra": "^11.1.1",
"jsdom": "^21.1.1",
"kolorist": "^1.7.0",
"npm-run-all": "^4.1.5",
"rimraf": "^4.1.2",
"sass": "^1.58.0",
"typescript": "^5.0.2",
"unocss": "^0.49.4",
"unplugin-auto-import": "^0.14.2",
"unplugin-icons": "^0.15.2",
"unplugin-vue-components": "^0.23.0",
"vite": "^4.1.1",
"vitest": "^0.28.4",
"rimraf": "^4.4.1",
"sass": "^1.62.0",
"typescript": "^5.0.4",
"unocss": "^0.51.4",
"unplugin-auto-import": "^0.15.3",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1",
"vitest": "^0.30.1",
"vue": "^3.2.47",
"vue-demi": "^0.13.11",
"web-ext": "^7.5.0",
"vue-demi": "^0.14.0",
"web-ext": "^7.6.1",
"webext-bridge": "^5.0.5",
"webextension-polyfill": "^0.10.0"
},
Expand Down

0 comments on commit 3e9e3de

Please sign in to comment.