From 74be99c3b79536240b12d887b862495312306dc4 Mon Sep 17 00:00:00 2001 From: prabhuignoto Date: Wed, 10 Jan 2024 11:42:11 +0530 Subject: [PATCH] updated packages --- package.json | 4 ++-- pnpm-lock.yaml | 56 ++++++++++++++++++++++++------------------------- vite.config.mts | 2 +- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/package.json b/package.json index ad1285b3..7a528953 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "rollup": "rollup -c rollup.config.mjs", "snyk": "snyk test", "prepare": "husky install", - "dev": "vite --config vite.config.ts --host", + "dev": "vite --config vite.config.mts --host", "clean": "npx concurrently \"pnpm format\" \"pnpm lint:all\"", "test": "vitest --config vitest.config.mts", "test-ui": "vitest --config vitest.config.mts --ui", @@ -78,7 +78,7 @@ "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.11", - "@types/node": "^20.10.7", + "@types/node": "^20.10.8", "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "@types/react-router-dom": "^5.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0c2c234a..ed9d841b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -97,8 +97,8 @@ devDependencies: specifier: ^29.5.11 version: 29.5.11 '@types/node': - specifier: ^20.10.7 - version: 20.10.7 + specifier: ^20.10.8 + version: 20.10.8 '@types/react': specifier: ^18.2.47 version: 18.2.47 @@ -272,13 +272,13 @@ devDependencies: version: 3.0.0(typescript@5.3.3) vite: specifier: ^5.0.11 - version: 5.0.11(@types/node@20.10.7)(sass@1.69.7) + version: 5.0.11(@types/node@20.10.8)(sass@1.69.7) vite-tsconfig-paths: specifier: ^4.2.3 version: 4.2.3(typescript@5.3.3)(vite@5.0.11) vitest: specifier: ^1.1.3 - version: 1.1.3(@types/node@20.10.7)(@vitest/ui@1.1.3)(jsdom@23.2.0)(sass@1.69.7) + version: 1.1.3(@types/node@20.10.8)(@vitest/ui@1.1.3)(jsdom@23.2.0)(sass@1.69.7) packages: @@ -2544,7 +2544,7 @@ packages: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 20.10.7 + '@types/node': 20.10.8 '@types/yargs': 17.0.24 chalk: 4.1.2 dev: true @@ -3055,7 +3055,7 @@ packages: dom-accessibility-api: 0.6.3 lodash: 4.17.21 redent: 3.0.0 - vitest: 1.1.3(@types/node@20.10.7)(@vitest/ui@1.1.3)(jsdom@23.2.0)(sass@1.69.7) + vitest: 1.1.3(@types/node@20.10.8)(@vitest/ui@1.1.3)(jsdom@23.2.0)(sass@1.69.7) dev: true /@testing-library/react-hooks@8.0.1(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0): @@ -3177,14 +3177,14 @@ packages: /@types/fs-extra@8.1.3: resolution: {integrity: sha512-7IdV01N0u/CaVO0fuY1YmEg14HQN3+EW8mpNgg6NEfxEl/lzCa5OxlBu3iFsCAdamnYOcTQ7oEi43Xc/67Rgzw==} dependencies: - '@types/node': 20.10.7 + '@types/node': 20.10.8 dev: true /@types/glob@7.2.0: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.10.7 + '@types/node': 20.10.8 dev: true /@types/history@4.7.11: @@ -3245,14 +3245,14 @@ packages: resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} dev: true - /@types/node@18.19.5: - resolution: {integrity: sha512-22MG6T02Hos2JWfa1o5jsIByn+bc5iOt1IS4xyg6OG68Bu+wMonVZzdrgCw693++rpLE9RUT/Bx15BeDzO0j+g==} + /@types/node@18.19.6: + resolution: {integrity: sha512-X36s5CXMrrJOs2lQCdDF68apW4Rfx9ixYMawlepwmE4Anezv/AV2LSpKD1Ub8DAc+urp5bk0BGZ6NtmBitfnsg==} dependencies: undici-types: 5.26.5 dev: true - /@types/node@20.10.7: - resolution: {integrity: sha512-fRbIKb8C/Y2lXxB5eVMj4IU7xpdox0Lh8bUPEdtLysaylsml1hOOx1+STloRs/B9nf7C6kPRmmg/V7aQW7usNg==} + /@types/node@20.10.8: + resolution: {integrity: sha512-f8nQs3cLxbAFc00vEU59yf9UyGUftkPaLGfvbVOIDdx2i1b8epBqj2aNGyP19fiyXWvlmZ7qC1XLjAzw/OKIeA==} dependencies: undici-types: 5.26.5 dev: true @@ -3361,7 +3361,7 @@ packages: resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} requiresBuild: true dependencies: - '@types/node': 20.10.7 + '@types/node': 20.10.8 dev: true optional: true @@ -3587,7 +3587,7 @@ packages: '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.23.7) '@types/babel__core': 7.20.5 react-refresh: 0.14.0 - vite: 5.0.11(@types/node@20.10.7)(sass@1.69.7) + vite: 5.0.11(@types/node@20.10.8)(sass@1.69.7) transitivePeerDependencies: - supports-color dev: true @@ -3610,7 +3610,7 @@ packages: std-env: 3.7.0 test-exclude: 6.0.0 v8-to-istanbul: 9.2.0 - vitest: 1.1.3(@types/node@20.10.7)(@vitest/ui@1.1.3)(jsdom@23.2.0)(sass@1.69.7) + vitest: 1.1.3(@types/node@20.10.8)(@vitest/ui@1.1.3)(jsdom@23.2.0)(sass@1.69.7) transitivePeerDependencies: - supports-color dev: true @@ -3657,7 +3657,7 @@ packages: pathe: 1.1.1 picocolors: 1.0.0 sirv: 2.0.4 - vitest: 1.1.3(@types/node@20.10.7)(@vitest/ui@1.1.3)(jsdom@23.2.0)(sass@1.69.7) + vitest: 1.1.3(@types/node@20.10.8)(@vitest/ui@1.1.3)(jsdom@23.2.0)(sass@1.69.7) dev: true /@vitest/utils@1.1.3: @@ -5113,7 +5113,7 @@ packages: dependencies: '@cypress/request': 3.0.1 '@cypress/xvfb': 1.2.4(supports-color@8.1.1) - '@types/node': 18.19.5 + '@types/node': 18.19.6 '@types/sinonjs__fake-timers': 8.1.1 '@types/sizzle': 2.3.8 arch: 2.2.0 @@ -7371,7 +7371,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.10.7 + '@types/node': 20.10.8 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -7382,7 +7382,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.10.7 + '@types/node': 20.10.8 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -11320,7 +11320,7 @@ packages: extsprintf: 1.3.0 dev: true - /vite-node@1.1.3(@types/node@20.10.7)(sass@1.69.7): + /vite-node@1.1.3(@types/node@20.10.8)(sass@1.69.7): resolution: {integrity: sha512-BLSO72YAkIUuNrOx+8uznYICJfTEbvBAmWClY3hpath5+h1mbPS5OMn42lrTxXuyCazVyZoDkSRnju78GiVCqA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -11329,7 +11329,7 @@ packages: debug: 4.3.4(supports-color@8.1.1) pathe: 1.1.1 picocolors: 1.0.0 - vite: 5.0.11(@types/node@20.10.7)(sass@1.69.7) + vite: 5.0.11(@types/node@20.10.8)(sass@1.69.7) transitivePeerDependencies: - '@types/node' - less @@ -11352,13 +11352,13 @@ packages: debug: 4.3.4(supports-color@8.1.1) globrex: 0.1.2 tsconfck: 2.1.2(typescript@5.3.3) - vite: 5.0.11(@types/node@20.10.7)(sass@1.69.7) + vite: 5.0.11(@types/node@20.10.8)(sass@1.69.7) transitivePeerDependencies: - supports-color - typescript dev: true - /vite@5.0.11(@types/node@20.10.7)(sass@1.69.7): + /vite@5.0.11(@types/node@20.10.8)(sass@1.69.7): resolution: {integrity: sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -11386,7 +11386,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.10.7 + '@types/node': 20.10.8 esbuild: 0.19.11 postcss: 8.4.33 rollup: 4.9.4 @@ -11395,7 +11395,7 @@ packages: fsevents: 2.3.3 dev: true - /vitest@1.1.3(@types/node@20.10.7)(@vitest/ui@1.1.3)(jsdom@23.2.0)(sass@1.69.7): + /vitest@1.1.3(@types/node@20.10.8)(@vitest/ui@1.1.3)(jsdom@23.2.0)(sass@1.69.7): resolution: {integrity: sha512-2l8om1NOkiA90/Y207PsEvJLYygddsOyr81wLQ20Ra8IlLKbyQncWsGZjnbkyG2KwwuTXLQjEPOJuxGMG8qJBQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -11420,7 +11420,7 @@ packages: jsdom: optional: true dependencies: - '@types/node': 20.10.7 + '@types/node': 20.10.8 '@vitest/expect': 1.1.3 '@vitest/runner': 1.1.3 '@vitest/snapshot': 1.1.3 @@ -11441,8 +11441,8 @@ packages: strip-literal: 1.3.0 tinybench: 2.5.1 tinypool: 0.8.1 - vite: 5.0.11(@types/node@20.10.7)(sass@1.69.7) - vite-node: 1.1.3(@types/node@20.10.7)(sass@1.69.7) + vite: 5.0.11(@types/node@20.10.8)(sass@1.69.7) + vite-node: 1.1.3(@types/node@20.10.8)(sass@1.69.7) why-is-node-running: 2.2.2 transitivePeerDependencies: - less diff --git a/vite.config.mts b/vite.config.mts index 8041e4e6..b9e154da 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -19,7 +19,7 @@ export default defineConfig({ 'package.json', 'package-lock.json', 'tsconfig.json', - 'vite.config.ts', + 'vite.config.mts', 'yarn.lock', ], },