diff --git a/apps/client/package.json b/apps/client/package.json index e0502c24f..762b2ad3f 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -19,7 +19,6 @@ "axios": "^1.2.0", "color": "^4.2.3", "csv-stringify": "^6.4.5", - "deepmerge": "^4.3.0", "framer-motion": "^10.10.0", "react": "^18.2.0", "react-colorful": "^5.6.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8601e2c01..cae204e2f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -95,9 +95,6 @@ importers: csv-stringify: specifier: ^6.4.5 version: 6.4.5 - deepmerge: - specifier: ^4.3.0 - version: 4.3.0 framer-motion: specifier: ^10.10.0 version: 10.11.2(react-dom@18.2.0)(react@18.2.0) @@ -212,7 +209,7 @@ importers: version: 5.2.2 vite: specifier: ^5.0.10 - version: 5.0.10(@types/node@18.11.18)(sass@1.57.1) + version: 5.0.10(sass@1.57.1) vite-plugin-compression2: specifier: ^0.11.0 version: 0.11.0 @@ -224,7 +221,7 @@ importers: version: 4.2.2(typescript@5.2.2)(vite@5.0.10) vitest: specifier: ^1.0.4 - version: 1.0.4(@types/node@18.11.18)(jsdom@21.1.0)(sass@1.57.1) + version: 1.0.4(jsdom@21.1.0)(sass@1.57.1) apps/electron: devDependencies: @@ -3619,7 +3616,7 @@ packages: '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.23.6) '@types/babel__core': 7.20.5 react-refresh: 0.14.0 - vite: 5.0.10(@types/node@18.11.18)(sass@1.57.1) + vite: 5.0.10(sass@1.57.1) transitivePeerDependencies: - supports-color dev: true @@ -4656,11 +4653,6 @@ packages: engines: {node: '>=16.0.0'} dev: false - /deepmerge@4.3.0: - resolution: {integrity: sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==} - engines: {node: '>=0.10.0'} - dev: false - /default-browser-id@3.0.0: resolution: {integrity: sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==} engines: {node: '>=12'} @@ -8884,6 +8876,27 @@ packages: - terser dev: true + /vite-node@1.0.4(sass@1.57.1): + resolution: {integrity: sha512-9xQQtHdsz5Qn8hqbV7UKqkm8YkJhzT/zr41Dmt5N7AlD8hJXw/Z7y0QiD5I8lnTthV9Rvcvi0QW7PI0Fq83ZPg==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + dependencies: + cac: 6.7.14 + debug: 4.3.4 + pathe: 1.1.1 + picocolors: 1.0.0 + vite: 5.0.10(sass@1.57.1) + transitivePeerDependencies: + - '@types/node' + - less + - lightningcss + - sass + - stylus + - sugarss + - supports-color + - terser + dev: true + /vite-plugin-compression2@0.11.0: resolution: {integrity: sha512-U6oEyRXZD26BynOgD/tStNTbQOLPt96aQNj/gdJTicKVYCQCdlV7QdmSF7VEhSyjiS59pQRhiMBu/uajprxWLA==} dependencies: @@ -8900,7 +8913,7 @@ packages: '@rollup/pluginutils': 5.1.0 '@svgr/core': 8.1.0(typescript@5.2.2) '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0) - vite: 5.0.10(@types/node@18.11.18)(sass@1.57.1) + vite: 5.0.10(sass@1.57.1) transitivePeerDependencies: - rollup - supports-color @@ -8918,7 +8931,7 @@ packages: debug: 4.3.4 globrex: 0.1.2 tsconfck: 2.1.2(typescript@5.2.2) - vite: 5.0.10(@types/node@18.11.18)(sass@1.57.1) + vite: 5.0.10(sass@1.57.1) transitivePeerDependencies: - supports-color - typescript @@ -8961,6 +8974,42 @@ packages: fsevents: 2.3.3 dev: true + /vite@5.0.10(sass@1.57.1): + resolution: {integrity: sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + esbuild: 0.19.10 + postcss: 8.4.32 + rollup: 4.9.1 + sass: 1.57.1 + optionalDependencies: + fsevents: 2.3.3 + dev: true + /vitest@1.0.4(@types/node@18.11.18)(jsdom@21.1.0)(sass@1.57.1): resolution: {integrity: sha512-s1GQHp/UOeWEo4+aXDOeFBJwFzL6mjycbQwwKWX2QcYfh/7tIerS59hWQ20mxzupTJluA2SdwiBuWwQHH67ckg==} engines: {node: ^18.0.0 || >=20.0.0} @@ -9019,6 +9068,63 @@ packages: - terser dev: true + /vitest@1.0.4(jsdom@21.1.0)(sass@1.57.1): + resolution: {integrity: sha512-s1GQHp/UOeWEo4+aXDOeFBJwFzL6mjycbQwwKWX2QcYfh/7tIerS59hWQ20mxzupTJluA2SdwiBuWwQHH67ckg==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@edge-runtime/vm': '*' + '@types/node': ^18.0.0 || >=20.0.0 + '@vitest/browser': ^1.0.0 + '@vitest/ui': ^1.0.0 + happy-dom: '*' + jsdom: '*' + peerDependenciesMeta: + '@edge-runtime/vm': + optional: true + '@types/node': + optional: true + '@vitest/browser': + optional: true + '@vitest/ui': + optional: true + happy-dom: + optional: true + jsdom: + optional: true + dependencies: + '@vitest/expect': 1.0.4 + '@vitest/runner': 1.0.4 + '@vitest/snapshot': 1.0.4 + '@vitest/spy': 1.0.4 + '@vitest/utils': 1.0.4 + acorn-walk: 8.3.1 + cac: 6.7.14 + chai: 4.3.10 + debug: 4.3.4 + execa: 8.0.1 + jsdom: 21.1.0 + local-pkg: 0.5.0 + magic-string: 0.30.5 + pathe: 1.1.1 + picocolors: 1.0.0 + std-env: 3.6.0 + strip-literal: 1.3.0 + tinybench: 2.5.1 + tinypool: 0.8.1 + vite: 5.0.10(sass@1.57.1) + vite-node: 1.0.4(sass@1.57.1) + why-is-node-running: 2.2.2 + transitivePeerDependencies: + - less + - lightningcss + - sass + - stylus + - sugarss + - supports-color + - terser + dev: true + /w3c-xmlserializer@4.0.0: resolution: {integrity: sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==} engines: {node: '>=14'}