From 919e7387894395599ec58aba5507a4ffff3082bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20Sevin=C3=A7?= Date: Thu, 5 Oct 2023 21:07:50 +0300 Subject: [PATCH] feat: add node types --- package.json | 3 +++ pnpm-lock.yaml | 23 ++++++++++++++++------- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index c0720bb..c62102d 100644 --- a/package.json +++ b/package.json @@ -13,5 +13,8 @@ "@astrojs/tailwind": "^5.0.1", "astro": "^3.2.3", "tailwindcss": "^3.0.24" + }, + "devDependencies": { + "@types/node": "^20.8.2" } } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8c5a887..46d09d1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,11 +10,16 @@ dependencies: version: 5.0.1(astro@3.2.3)(tailwindcss@3.3.3) astro: specifier: ^3.2.3 - version: 3.2.3 + version: 3.2.3(@types/node@20.8.2) tailwindcss: specifier: ^3.0.24 version: 3.3.3 +devDependencies: + '@types/node': + specifier: ^20.8.2 + version: 20.8.2 + packages: /@alloc/quick-lru@5.2.0: @@ -44,7 +49,7 @@ packages: astro: ^3.2.3 dependencies: '@astrojs/prism': 3.0.0 - astro: 3.2.3 + astro: 3.2.3(@types/node@20.8.2) github-slugger: 2.0.0 import-meta-resolve: 3.0.0 mdast-util-definitions: 6.0.0 @@ -75,7 +80,7 @@ packages: astro: ^3.2.3 tailwindcss: ^3.0.24 dependencies: - astro: 3.2.3 + astro: 3.2.3(@types/node@20.8.2) autoprefixer: 10.4.16(postcss@8.4.31) postcss: 8.4.31 postcss-load-config: 4.0.1(postcss@8.4.31) @@ -844,6 +849,9 @@ packages: '@types/unist': 2.0.8 dev: false + /@types/node@20.8.2: + resolution: {integrity: sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w==} + /@types/parse5@6.0.3: resolution: {integrity: sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==} dev: false @@ -928,7 +936,7 @@ packages: resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==} dev: false - /astro@3.2.3: + /astro@3.2.3(@types/node@20.8.2): resolution: {integrity: sha512-1epnxQhTbfzgdmLP1yu51E8zjIOKYxZyA8hMTD4S2E+F5gMp/D81H4hekPbbq89GDxNJiHDRNZDHtS5vrU5E5w==} engines: {node: '>=18.14.1', npm: '>=6.14.0'} hasBin: true @@ -983,7 +991,7 @@ packages: tsconfig-resolver: 3.0.1 unist-util-visit: 4.1.2 vfile: 5.3.7 - vite: 4.4.11 + vite: 4.4.11(@types/node@20.8.2) vitefu: 0.2.4(vite@4.4.11) which-pm: 2.1.1 yargs-parser: 21.1.1 @@ -3585,7 +3593,7 @@ packages: vfile-message: 3.1.4 dev: false - /vite@4.4.11: + /vite@4.4.11(@types/node@20.8.2): resolution: {integrity: sha512-ksNZJlkcU9b0lBwAGZGGaZHCMqHsc8OpgtoYhsQ4/I2v5cnpmmmqe5pM4nv/4Hn6G/2GhTdj0DhZh2e+Er1q5A==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -3613,6 +3621,7 @@ packages: terser: optional: true dependencies: + '@types/node': 20.8.2 esbuild: 0.18.20 postcss: 8.4.31 rollup: 3.29.4 @@ -3628,7 +3637,7 @@ packages: vite: optional: true dependencies: - vite: 4.4.11 + vite: 4.4.11(@types/node@20.8.2) dev: false /vscode-oniguruma@1.7.0: