Skip to content

Commit

Permalink
Merge pull request #76 from soraLib/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin dependencies
  • Loading branch information
Hfutsora authored Sep 26, 2022
2 parents dcd9bd0 + b1cd66e commit 428f55e
Show file tree
Hide file tree
Showing 3 changed files with 442 additions and 767 deletions.
56 changes: 28 additions & 28 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,35 @@
"serve": "npm run build && serve .vitepress/dist"
},
"dependencies": {
"@vueuse/core": "^8.5.0",
"@vueuse/shared": "^8.5.0",
"vue": "^3.2.35",
"vue-global-api": "^0.4.1"
"@vueuse/core": "8.9.4",
"@vueuse/shared": "8.9.4",
"vue": "3.2.39",
"vue-global-api": "0.4.1"
},
"devDependencies": {
"@iconify/json": "^2.1.47",
"@rollup/plugin-replace": "^4.0.0",
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.36",
"@vueuse/core": "^8.5.0",
"esbuild-register": "^3.3.2",
"eslint": "^8.16.0",
"esno": "^0.14.1",
"fast-glob": "^3.2.11",
"fs-extra": "^10.1.0",
"https-localhost": "^4.7.1",
"nodemon": "^2.0.16",
"prism-theme-vars": "^0.2.3",
"typescript": "^4.6.4",
"unplugin-icons": "^0.14.3",
"unplugin-vue-components": "^0.19.5",
"vite": "^2.9.9",
"vite-plugin-pwa": "^0.12.0",
"vite-plugin-windicss": "^1.8.4",
"vitepress": "^0.22.4",
"workbox-core": "^6.5.3",
"workbox-precaching": "^6.5.3",
"workbox-routing": "^6.5.3",
"workbox-window": "^6.5.3"
"@iconify/json": "2.1.113",
"@rollup/plugin-replace": "4.0.0",
"@types/fs-extra": "9.0.13",
"@types/node": "17.0.45",
"@vueuse/core": "8.9.4",
"esbuild-register": "3.3.3",
"eslint": "8.24.0",
"esno": "0.14.1",
"fast-glob": "3.2.12",
"fs-extra": "10.1.0",
"https-localhost": "4.7.1",
"nodemon": "2.0.20",
"prism-theme-vars": "0.2.4",
"typescript": "4.8.3",
"unplugin-icons": "0.14.10",
"unplugin-vue-components": "0.19.9",
"vite": "2.9.15",
"vite-plugin-pwa": "0.12.8",
"vite-plugin-windicss": "1.8.8",
"vitepress": "0.22.4",
"workbox-core": "6.5.4",
"workbox-precaching": "6.5.4",
"workbox-routing": "6.5.4",
"workbox-window": "6.5.4"
}
}
Loading

0 comments on commit 428f55e

Please sign in to comment.