From b9b90df39429021742845f07843b11c93825204b Mon Sep 17 00:00:00 2001 From: Tomoki Morita Date: Sun, 15 Oct 2023 17:10:03 +0900 Subject: [PATCH] remove unnecessary some packages --- package.json | 1 - pnpm-lock.yaml | 16 ++++++---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 001f471..dd55fe1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "dependencies": { "@astrojs/check": "0.2.1", "@astrojs/sitemap": "3.0.1", - "@types/node": "18.18.5", "astro": "3.3.0", "prettier": "3.0.3", "prettier-plugin-astro": "0.12.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 437b393..909a211 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,12 +11,9 @@ dependencies: '@astrojs/sitemap': specifier: 3.0.1 version: 3.0.1 - '@types/node': - specifier: 18.18.5 - version: 18.18.5 astro: specifier: 3.3.0 - version: 3.3.0(@types/node@18.18.5)(typescript@5.2.2) + version: 3.3.0(typescript@5.2.2) prettier: specifier: 3.0.3 version: 3.0.3 @@ -124,7 +121,7 @@ packages: astro: ^3.3.0 dependencies: '@astrojs/prism': 3.0.0 - astro: 3.3.0(@types/node@18.18.5)(typescript@5.2.2) + astro: 3.3.0(typescript@5.2.2) github-slugger: 2.0.0 import-meta-resolve: 3.0.0 mdast-util-definitions: 6.0.0 @@ -1166,7 +1163,7 @@ packages: engines: {node: '>=8'} dev: false - /astro@3.3.0(@types/node@18.18.5)(typescript@5.2.2): + /astro@3.3.0(typescript@5.2.2): resolution: {integrity: sha512-O3MsXULamxQMy6sBgv07iVe5teJ41o+9tVScB/Yo2Io0XwvLXVhjVrjAxKpulBcKpU3/LyOpVfj/x63fcONbPA==} engines: {node: '>=18.14.1', npm: '>=6.14.0'} hasBin: true @@ -1221,7 +1218,7 @@ packages: tsconfck: 3.0.0-next.9(typescript@5.2.2) unist-util-visit: 4.1.2 vfile: 5.3.7 - vite: 4.4.11(@types/node@18.18.5) + vite: 4.4.11 vitefu: 0.2.4(vite@4.4.11) which-pm: 2.1.1 yargs-parser: 21.1.1 @@ -4459,7 +4456,7 @@ packages: vfile-message: 4.0.2 dev: false - /vite@4.4.11(@types/node@18.18.5): + /vite@4.4.11: resolution: {integrity: sha512-ksNZJlkcU9b0lBwAGZGGaZHCMqHsc8OpgtoYhsQ4/I2v5cnpmmmqe5pM4nv/4Hn6G/2GhTdj0DhZh2e+Er1q5A==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -4487,7 +4484,6 @@ packages: terser: optional: true dependencies: - '@types/node': 18.18.5 esbuild: 0.18.20 postcss: 8.4.31 rollup: 3.29.4 @@ -4503,7 +4499,7 @@ packages: vite: optional: true dependencies: - vite: 4.4.11(@types/node@18.18.5) + vite: 4.4.11 dev: false /volar-service-css@0.0.14(@volar/language-service@1.10.4):