diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d723b8f..2476a0a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: [ 16 ] + node-version: [ 18 ] steps: diff --git a/package.json b/package.json index 0731a164..ab5251c8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "last 5 versions" ], "engines": { - "node": ">=16" + "node": ">=18" }, "packageManager": "pnpm@8.5.1", "dependencies": { @@ -36,7 +36,7 @@ "@mapbox/stylelint-processor-arbitrary-tags": "^0.4.0", "@types/connect": "^3.4.35", "@types/fuzzaldrin": "^2.1.4", - "@types/node": "^16.18.24", + "@types/node": "^18.16.9", "@types/ws": "^8.5.4", "@vitejs/plugin-vue": "^4.2.3", "@vuedx/typescript-plugin-vue": "^0.7.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 64ffded8..34660a67 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -49,8 +49,8 @@ devDependencies: specifier: ^2.1.4 version: 2.1.4 '@types/node': - specifier: ^16.18.24 - version: 16.18.24 + specifier: ^18.16.9 + version: 18.16.9 '@types/ws': specifier: ^8.5.4 version: 8.5.4 @@ -98,7 +98,7 @@ devDependencies: version: 5.0.4 vite: specifier: ^4.3.3 - version: 4.3.3(@types/node@16.18.24)(sass@1.62.1) + version: 4.3.3(@types/node@18.16.9)(sass@1.62.1) vite-svg-loader: specifier: ^4.0.0 version: 4.0.0 @@ -581,7 +581,7 @@ packages: /@types/connect@3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 16.18.24 + '@types/node': 18.16.9 dev: true /@types/fuzzaldrin@2.1.4: @@ -596,8 +596,8 @@ packages: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: true - /@types/node@16.18.24: - resolution: {integrity: sha512-zvSN2Esek1aeLdKDYuntKAYjti9Z2oT4I8bfkLLhIxHlv3dwZ5vvATxOc31820iYm4hQRCwjUgDpwSMFjfTUnw==} + /@types/node@18.16.9: + resolution: {integrity: sha512-IeB32oIV4oGArLrd7znD2rkHQ6EDCM+2Sr76dJnrHwv9OHBTTM6nuDLK9bmikXzPa0ZlWMWtRGo/Uw4mrzQedA==} dev: true /@types/normalize-package-data@2.4.1: @@ -619,7 +619,7 @@ packages: /@types/ws@8.5.4: resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==} dependencies: - '@types/node': 16.18.24 + '@types/node': 18.16.9 dev: true /@typescript-eslint/eslint-plugin@5.59.6(@typescript-eslint/parser@5.59.6)(eslint@8.39.0)(typescript@5.0.4): @@ -759,7 +759,7 @@ packages: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.3.3(@types/node@16.18.24)(sass@1.62.1) + vite: 4.3.3(@types/node@18.16.9)(sass@1.62.1) vue: 3.3.2 dev: true @@ -3307,7 +3307,7 @@ packages: svgo: 3.0.2 dev: true - /vite@4.3.3(@types/node@16.18.24)(sass@1.62.1): + /vite@4.3.3(@types/node@18.16.9)(sass@1.62.1): resolution: {integrity: sha512-MwFlLBO4udZXd+VBcezo3u8mC77YQk+ik+fbc0GZWGgzfbPP+8Kf0fldhARqvSYmtIWoAJ5BXPClUbMTlqFxrA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -3332,7 +3332,7 @@ packages: terser: optional: true dependencies: - '@types/node': 16.18.24 + '@types/node': 18.16.9 esbuild: 0.17.17 postcss: 8.4.23 rollup: 3.21.0