From 0d13ea7a854ae41df2dbb8d3f57d391da4e56d64 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sat, 9 Jan 2021 00:22:55 +0800 Subject: [PATCH] chore: use node v14 --- netlify.toml | 1 + package.json | 8 +++--- pnpm-lock.yaml | 67 +++++++++++++++++++++++++------------------------- 3 files changed, 39 insertions(+), 37 deletions(-) diff --git a/netlify.toml b/netlify.toml index b79d30b..eb09a93 100755 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,6 @@ [build.environment] NPM_FLAGS = "--prefix=/dev/null" + NODE_VERSION = 14 [build] publish = "dist" diff --git a/package.json b/package.json index 782ae84..22bcf5e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@antfu/eslint-config-vue": "^0.4.3", - "@iconify/json": "^1.1.282", + "@iconify/json": "^1.1.283", "@tailwindcss/typography": "^0.3.1", "@types/nprogress": "^0.2.0", "@typescript-eslint/eslint-plugin": "^4.12.0", @@ -21,7 +21,7 @@ "@vue/compiler-sfc": "^3.0.5", "@vue/server-renderer": "^3.0.5", "@vuedx/typescript-plugin-vue": "^0.4.1", - "autoprefixer": "^10.2.0", + "autoprefixer": "^10.2.1", "cross-env": "^7.0.3", "eslint": "^7.17.0", "markdown-it-prism": "^2.1.4", @@ -30,13 +30,13 @@ "postcss-nested": "^5.0.3", "tailwindcss": "^2.0.2", "typescript": "^4.1.3", - "vite": "^2.0.0-beta.10", + "vite": "^2.0.0-beta.12", "vite-plugin-components": "^0.6.3", "vite-plugin-icons": "^0.2.1", "vite-plugin-md": "^0.2.1", "vite-plugin-pwa": "^0.3.2", "vite-plugin-voie": "^0.7.1", - "vite-ssg": "^0.3.0", + "vite-ssg": "^0.3.1", "voie-pages": "^0.4.0" }, "eslintConfig": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5c1e10a..210490d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,7 +6,7 @@ dependencies: vue-router: 4.0.2_vue@3.0.5 devDependencies: '@antfu/eslint-config-vue': 0.4.3_eslint@7.17.0+typescript@4.1.3 - '@iconify/json': 1.1.282 + '@iconify/json': 1.1.283 '@tailwindcss/typography': 0.3.1_tailwindcss@2.0.2 '@types/nprogress': 0.2.0 '@typescript-eslint/eslint-plugin': 4.12.0_eslint@7.17.0+typescript@4.1.3 @@ -14,22 +14,22 @@ devDependencies: '@vue/compiler-sfc': 3.0.5_vue@3.0.5 '@vue/server-renderer': 3.0.5_vue@3.0.5 '@vuedx/typescript-plugin-vue': 0.4.1 - autoprefixer: 10.2.0_postcss@8.2.3 + autoprefixer: 10.2.1_postcss@8.2.3 cross-env: 7.0.3 eslint: 7.17.0 markdown-it-prism: 2.1.4 pnpm: 5.14.3 postcss: 8.2.3 postcss-nested: 5.0.3_postcss@8.2.3 - tailwindcss: 2.0.2_c6e21aba2e9e69d8b10beac9e3abea3a + tailwindcss: 2.0.2_a8fd585ff46f6b9976fd5bd6eb30048d typescript: 4.1.3 - vite: 2.0.0-beta.10 + vite: 2.0.0-beta.12 vite-plugin-components: 0.6.3 - vite-plugin-icons: 0.2.1_061882b4c0f799c7aef88e3e6cce6699 - vite-plugin-md: 0.2.1_4d70cda3c98fc4a1ab7ad1112d4bc930 - vite-plugin-pwa: 0.3.2_vite@2.0.0-beta.10 - vite-plugin-voie: 0.7.1_cc0b40294df509831d72a57e9d5659f0 - vite-ssg: 0.3.0_437dc0204f8b7c341a842d35baf29699 + vite-plugin-icons: 0.2.1_083ee7c024baab22da5901317f1fb19d + vite-plugin-md: 0.2.1_6b579d225ac1bd0ba5585d80eb8726e4 + vite-plugin-pwa: 0.3.2_vite@2.0.0-beta.12 + vite-plugin-voie: 0.7.1_307776e68c638a863d45a263b32612cd + vite-ssg: 0.3.1_89063402e4687c9cd70c5f177a4e1f2d voie-pages: 0.4.0_vue@3.0.5 lockfileVersion: 5.2 packages: @@ -1075,10 +1075,10 @@ packages: dev: true resolution: integrity: sha512-LFelJDOLZ6JHlmlAkgrvmcu4hpNPB91KYcr4f60D/exzU1eNOb4/KCVHIydGHIQFaOacIOD+Xy+B7P1z812cZg== - /@iconify/json/1.1.282: + /@iconify/json/1.1.283: dev: true resolution: - integrity: sha512-eLbN5gKOJeN9M1DG6+Z/HXR1WDku9E4CLvEtETPJLN5Jzsz26jSjvFpzdF10tpY40qDynqAHAktEjMmRL1IRyA== + integrity: sha512-N15g8BMH7Q7xRA65f7H2Exp2oeYh3iuWBrNeC471WxHC6O5oQgyOBzST7FHJMOD3Ik++fSre2utjI+o0IrzCzw== /@intlify/core-base/9.0.0-beta.16: dependencies: '@intlify/message-compiler': 9.0.0-beta.16 @@ -1263,7 +1263,7 @@ packages: integrity: sha512-yBMPqmd1yEJo/280PAMkychuaALyQ9Lkb5q1ck3mjJrFuEobIfhnQ4J3mbvBoISmR3SWMWV+cGB/I0lCQee79A== /@tailwindcss/typography/0.3.1_tailwindcss@2.0.2: dependencies: - tailwindcss: 2.0.2_c6e21aba2e9e69d8b10beac9e3abea3a + tailwindcss: 2.0.2_a8fd585ff46f6b9976fd5bd6eb30048d dev: true peerDependencies: tailwindcss: 2.0.0-alpha.24 || ^2.0.0 @@ -1780,7 +1780,7 @@ packages: node: '>= 4.0.0' resolution: integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== - /autoprefixer/10.2.0_postcss@8.2.3: + /autoprefixer/10.2.1_postcss@8.2.3: dependencies: browserslist: 4.16.1 caniuse-lite: 1.0.30001173 @@ -1796,7 +1796,7 @@ packages: peerDependencies: postcss: ^8.1.0 resolution: - integrity: sha512-5SdPoK2Q3rxVh4xC8GKdy772KbEESdl2SyJADCw5FMUrd5eNtpOTLo7oCFMEKvK86zQdvsIVTYk93E8dAfRy6g== + integrity: sha512-dwP0UjyYvROUvtU+boBx8ff5pPWami1NGTrJs9YUsS/oZVbRAcdNHOOuXSA1fc46tgKqe072cVaKD69rvCc3QQ== /aws-sign2/0.7.0: dev: true resolution: @@ -4655,10 +4655,10 @@ packages: node: '>=10.0.0' resolution: integrity: sha512-rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g== - /tailwindcss/2.0.2_c6e21aba2e9e69d8b10beac9e3abea3a: + /tailwindcss/2.0.2_a8fd585ff46f6b9976fd5bd6eb30048d: dependencies: '@fullhuman/postcss-purgecss': 3.1.3 - autoprefixer: 10.2.0_postcss@8.2.3 + autoprefixer: 10.2.1_postcss@8.2.3 bytes: 3.1.0 chalk: 4.1.0 color: 3.1.3 @@ -4959,9 +4959,9 @@ packages: dev: true resolution: integrity: sha512-KWAU6nWVJSkF3nOf8zvE43BLNkd+LkkmSnG2v6wuPcrCF/+Xna3dLbl02I/xbZfb9eaMk1tyNCcEYs3qqGdFXQ== - /vite-plugin-icons/0.2.1_061882b4c0f799c7aef88e3e6cce6699: + /vite-plugin-icons/0.2.1_083ee7c024baab22da5901317f1fb19d: dependencies: - '@iconify/json': 1.1.282 + '@iconify/json': 1.1.283 '@iconify/json-tools': 1.0.10 '@vue/compiler-sfc': 3.0.5_vue@3.0.5 dev: true @@ -4970,35 +4970,35 @@ packages: '@vue/compiler-sfc': ^3.0.2 resolution: integrity: sha512-ZIJ8G2AHwEDt4oDST46E6Uy7W2EtVyoe1hzmJMkutbq3esUkcYVoYydT6Y12lhq1ppnVnShkbc0XzfKqolfCSg== - /vite-plugin-md/0.2.1_4d70cda3c98fc4a1ab7ad1112d4bc930: + /vite-plugin-md/0.2.1_6b579d225ac1bd0ba5585d80eb8726e4: dependencies: '@vue/compiler-sfc': 3.0.5_vue@3.0.5 gray-matter: 4.0.2 markdown-it: 12.0.4 - vite: 2.0.0-beta.10 + vite: 2.0.0-beta.12 dev: true peerDependencies: '@vue/compiler-sfc': ^3.0.5 vite: ^2.0.0-beta.1 resolution: integrity: sha512-iYVkbkgxZp2XFEs9i9liFiXJHsP0hPnuUpjsJSI3EtrgKg/hW2TzikjJPHC06U3bZcIjqCIIwwK8EVc9+AY3Lg== - /vite-plugin-pwa/0.3.2_vite@2.0.0-beta.10: + /vite-plugin-pwa/0.3.2_vite@2.0.0-beta.12: dependencies: debug: 4.3.2 fast-glob: 3.2.4 pretty-bytes: 5.5.0 - vite: 2.0.0-beta.10 + vite: 2.0.0-beta.12 workbox-build: 6.0.2 dev: true peerDependencies: vite: ^2.0.0-beta.1 resolution: integrity: sha512-NxoueGlURbMvW4A6tBt26LQ8kw7p7QeLnGdVvfzttSeQnTHYsV1KIzhe10jRY1/91UODs4pmIPqTvRwuaatXow== - /vite-plugin-voie/0.7.1_cc0b40294df509831d72a57e9d5659f0: + /vite-plugin-voie/0.7.1_307776e68c638a863d45a263b32612cd: dependencies: fast-glob: 3.2.4 glob-to-regexp: 0.4.1 - vite: 2.0.0-beta.10 + vite: 2.0.0-beta.12 voie-pages: 0.4.0_vue@3.0.5 vue-router: 4.0.2_vue@3.0.5 dev: true @@ -5008,13 +5008,14 @@ packages: vue-router: ^4.0.0-beta.4 resolution: integrity: sha512-qXb5oAe/a90RdSjzdWdjYxN8jsNLaVlRMaj3Ao99A6VxIy1PrPzdzlLYzokGZNZBV0klyIklnEEiuQLsFLgkGg== - /vite-ssg/0.3.0_437dc0204f8b7c341a842d35baf29699: + /vite-ssg/0.3.1_89063402e4687c9cd70c5f177a4e1f2d: dependencies: '@vue/compiler-sfc': 3.0.5_vue@3.0.5 '@vue/server-renderer': 3.0.5_vue@3.0.5 + chalk: 4.1.0 fs-extra: 9.0.1 jsdom: 16.4.0 - vite: 2.0.0-beta.10 + vite: 2.0.0-beta.12 vue: 3.0.5 vue-router: 4.0.2_vue@3.0.5 yargs: 16.2.0 @@ -5029,8 +5030,8 @@ packages: vue: ^3.0.4 vue-router: ^4.0.1 resolution: - integrity: sha512-3tWWxS1WdXOhZLFci4XlNP8fKOxrh+OP1mCoY77sIj/yqlS5pYr+eX5BHAtbqoMZX06P0Cl9t5fCDeo3uO3iBA== - /vite/2.0.0-beta.10: + integrity: sha512-tl4UkWGXFhB1yqSYd0KVcm2B+1oiTpk+NkSZxevcvtM/I18t+75xrFYFf58DqKL0iCJC5GOKcxtL4fugT9s7Gw== + /vite/2.0.0-beta.12: dependencies: esbuild: 0.8.31 postcss: 8.2.3 @@ -5043,7 +5044,7 @@ packages: optionalDependencies: fsevents: 2.1.3 resolution: - integrity: sha512-sWUgFWqW878UNWXLLPoB1p6l0x0rM9iITZU26KnIiNb5iTAhqD6DCtg+SU6PGvPDzPOAPSAnRmGV66sEAOtLuQ== + integrity: sha512-Uo5xpPajiviQR9uEYucjmt8OrcNrj7HwlMUnIHvlf4NvN0GTT91QwRLUpAiGkuS0JBeg+besKspC9bVoREbHtg== /voie-pages/0.4.0_vue@3.0.5: dependencies: vue-router: 4.0.2_vue@3.0.5 @@ -5443,7 +5444,7 @@ packages: integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== specifiers: '@antfu/eslint-config-vue': ^0.4.3 - '@iconify/json': ^1.1.282 + '@iconify/json': ^1.1.283 '@tailwindcss/typography': ^0.3.1 '@types/nprogress': ^0.2.0 '@typescript-eslint/eslint-plugin': ^4.12.0 @@ -5452,7 +5453,7 @@ specifiers: '@vue/server-renderer': ^3.0.5 '@vuedx/typescript-plugin-vue': ^0.4.1 '@vueuse/core': ^4.0.4 - autoprefixer: ^10.2.0 + autoprefixer: ^10.2.1 cross-env: ^7.0.3 eslint: ^7.17.0 markdown-it-prism: ^2.1.4 @@ -5462,13 +5463,13 @@ specifiers: postcss-nested: ^5.0.3 tailwindcss: ^2.0.2 typescript: ^4.1.3 - vite: ^2.0.0-beta.10 + vite: ^2.0.0-beta.12 vite-plugin-components: ^0.6.3 vite-plugin-icons: ^0.2.1 vite-plugin-md: ^0.2.1 vite-plugin-pwa: ^0.3.2 vite-plugin-voie: ^0.7.1 - vite-ssg: ^0.3.0 + vite-ssg: ^0.3.1 voie-pages: ^0.4.0 vue: ^3.0.5 vue-i18n: 9.0.0-rc.1