Skip to content

Commit

Permalink
📌 (deps) pin vue to 2.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jul 8, 2021
1 parent f1915e4 commit 395ad14
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 248 deletions.
38 changes: 20 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
"clean": "yarn clean:nuxt & yarn clean:node_modules & yarn clean:dist"
},
"resolutions": {
"@nuxt/components": "npm:@pi0/components"
"@nuxt/components": "npm:@pi0/components",
"vue-server-renderer": "2.6.14",
"vue-template-compiler": "2.6.14"
},
"dependencies": {
"@docsearch/css": "^1.0.0-alpha.28",
Expand All @@ -58,15 +60,15 @@
"@nuxt/image": "0.5.0",
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/color-mode": "^2.0.10",
"@nuxtjs/composition-api": "0.24.5",
"@nuxtjs/composition-api": "0.24.6",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/pwa": "^3.3.5",
"@types/graceful-fs": "^4.1.5",
"@vitejs/plugin-vue": "^1.2.4",
"@vue/composition-api": "^1.0.0-rc.12",
"@vueuse/integrations": "^5.0.3",
"@vue/composition-api": "^1.0.0-rc.13",
"@vueuse/integrations": "^5.1.3",
"@windicss/plugin-scrollbar": "^1.2.3",
"@windicss/plugin-utils": "^1.2.0",
"@windicss/plugin-utils": "^1.2.4",
"clear-module": "^4.1.1",
"clipboard": "^2.0.8",
"color": "^3.1.3",
Expand All @@ -84,15 +86,15 @@
"mande": "^1.0.0",
"marked": "^2.1.3",
"mkdirp": "^1.0.4",
"nuxt-edge": "2.16.0-27084973.0742f59e",
"nuxt-edge": "2.16.0-27095053.356de80e",
"nuxt-extend": "^0.1.0",
"nuxt-i18n": "^6.27.2",
"nuxt-vite": "^0.1.1",
"nuxt-windicss": "1.1.2",
"nuxt-windicss": "1.1.3",
"ohmyfetch": "^0.1.8",
"plausible-tracker": "^0.3.1",
"prism-theme-vars": "^0.2.2",
"prismjs": "^1.24.0",
"prismjs": "^1.24.1",
"puppeteer-core": "^10.1.0",
"rehype-parse": "^7.0.1",
"rehype-raw": "^5.1.0",
Expand All @@ -114,25 +116,25 @@
"unified": "^9.2.1",
"unstorage": "^0.1.6",
"upath": "^2.0.1",
"vue": "^2.6.13",
"vue-demi": "^0.9.1",
"vue": "^2.6.14",
"vue-demi": "^0.10.0",
"vue-docgen-api": "^4.40.0",
"vue-plausible": "^1.1.4",
"vue3": "npm:vue@next",
"vue3-router": "npm:vue-router@next"
},
"devDependencies": {
"@iconify/json": "^1.1.368",
"@iconify/json": "^1.1.372",
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@types/fs-extra": "^9.0.11",
"@types/fs-extra": "^9.0.12",
"@types/graceful-fs": "^4.1.5",
"@types/node-fetch": "^2.5.10",
"@vueuse/core": "^5.0.3",
"@types/node-fetch": "^2.5.11",
"@vueuse/core": "^5.1.3",
"babel-eslint": "^10.1.0",
"eslint": "^7.29.0",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.4.0",
Expand All @@ -141,9 +143,9 @@
"siroc": "^0.9.3",
"splitpanes": "^3.0.4",
"standard-version": "^9.3.0",
"vite": "^2.3.8",
"vite-plugin-components": "^0.11.3",
"vite-plugin-icons": "^0.6.3"
"vite": "^2.4.1",
"vite-plugin-components": "^0.12.2",
"vite-plugin-icons": "^0.6.4"
},
"peerDependencies": {
"vuex": "^3.6.2"
Expand Down
Loading

0 comments on commit 395ad14

Please sign in to comment.