From ac682428e690c61d34d24eaf6907e901b4b50ee1 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Sat, 24 May 2025 03:24:05 -0700 Subject: [PATCH] various cleanup --- .vscode/settings.json | 4 +++- package.json | 1 - pnpm-lock.yaml | 43 ------------------------------------------- 3 files changed, 3 insertions(+), 45 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e5fe89cf..808acd7e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -42,7 +42,9 @@ "npm-debug.log.*": true, "test/**/__snapshots__": true, "package-lock.json": true, - "*.{css,sass,scss}.d.ts": true + "*.{css,sass,scss}.d.ts": true, + "out/**/*": true, + "dist/**/*": true }, "i18n-ally.localesPaths": ["src/i18n", "src/i18n/locales"], "typescript.tsdk": "node_modules\\typescript\\lib", diff --git a/package.json b/package.json index 01de48a8..9236e9c1 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,6 @@ "@electron-toolkit/eslint-config-prettier": "^3.0.0", "@electron-toolkit/eslint-config-ts": "^3.0.0", "@electron-toolkit/tsconfig": "^1.0.1", - "@stylelint/postcss-css-in-js": "^0.38.0", "@types/electron-localshortcut": "^3.1.0", "@types/lodash": "^4.14.188", "@types/md5": "^2.3.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index baf014a7..ea532193 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -216,9 +216,6 @@ importers: '@electron-toolkit/tsconfig': specifier: ^1.0.1 version: 1.0.1(@types/node@22.15.21) - '@stylelint/postcss-css-in-js': - specifier: ^0.38.0 - version: 0.38.0(postcss-syntax@0.36.2(postcss@8.5.3))(postcss@8.5.3) '@types/electron-localshortcut': specifier: ^3.1.0 version: 3.1.3 @@ -1218,13 +1215,6 @@ packages: resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==} engines: {node: '>=10'} - '@stylelint/postcss-css-in-js@0.38.0': - resolution: {integrity: sha512-XOz5CAe49kS95p5yRd+DAIWDojTjfmyAQ4bbDlXMdbZTQ5t0ThjSLvWI6JI2uiS7MFurVBkZ6zUqcimzcLTBoQ==} - deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. - peerDependencies: - postcss: '>=7.0.0' - postcss-syntax: '>=0.36.2' - '@szmarczak/http-timer@4.0.6': resolution: {integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==} engines: {node: '>=10'} @@ -3686,27 +3676,6 @@ packages: peerDependencies: postcss: ^8.4.21 - postcss-syntax@0.36.2: - resolution: {integrity: sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==} - peerDependencies: - postcss: '>=5.0.0' - postcss-html: '*' - postcss-jsx: '*' - postcss-less: '*' - postcss-markdown: '*' - postcss-scss: '*' - peerDependenciesMeta: - postcss-html: - optional: true - postcss-jsx: - optional: true - postcss-less: - optional: true - postcss-markdown: - optional: true - postcss-scss: - optional: true - postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} @@ -5962,14 +5931,6 @@ snapshots: '@sindresorhus/is@4.6.0': {} - '@stylelint/postcss-css-in-js@0.38.0(postcss-syntax@0.36.2(postcss@8.5.3))(postcss@8.5.3)': - dependencies: - '@babel/core': 7.27.1 - postcss: 8.5.3 - postcss-syntax: 0.36.2(postcss@8.5.3) - transitivePeerDependencies: - - supports-color - '@szmarczak/http-timer@4.0.6': dependencies: defer-to-connect: 2.0.1 @@ -8837,10 +8798,6 @@ snapshots: transitivePeerDependencies: - supports-color - postcss-syntax@0.36.2(postcss@8.5.3): - dependencies: - postcss: 8.5.3 - postcss-value-parser@4.2.0: {} postcss@8.4.49: