Skip to content

Commit a7daf2f

Browse files
committed
Dependency cleanup
1 parent abfab28 commit a7daf2f

File tree

3 files changed

+197
-2091
lines changed

3 files changed

+197
-2091
lines changed

.eslintrc.yml

Lines changed: 0 additions & 239 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"format": "yarn pretty-since-dev --write",
2929
"format-all": "yarn pretty-all --write",
3030
"test-format": "yarn pretty-since-dev --list-different || echo 'Please correct file formatting using `yarn format` and try again.'",
31-
"lint": "eslint .",
3231
"pretty-since-dev": "{ git diff --name-only --diff-filter=d origin/develop ; git diff --name-only --diff-filter=d --staged origin/develop ; } | sort | uniq | grep -vE '^dist/|^test/coverage|^lib/|.min.js$' | grep -E '\\.(scss|css|js|ts|vue|json)$' | xargs npx prettier",
3332
"pretty-commit": "{ git diff --name-only --diff-filter=d ; git diff --name-only --diff-filter=d --staged ; } | sort | uniq | grep -vE '^dist/|^test/coverage|^lib/|.min.js$' | grep -E '\\.(scss|css|js|ts|vue|json)$' | xargs npx prettier",
3433
"pretty-all": "git ls-tree --full-tree --name-only -r HEAD | grep -vE '^dist/|^test/coverage|^lib/|.min.js$' | grep -E '\\.(scss|css|js|ts|vue|json)$' | xargs npx prettier",
@@ -51,18 +50,12 @@
5150
},
5251
"devDependencies": {
5352
"blueimp-md5": "2.19.0",
54-
"cmdmix": "2.1.1",
53+
"cmdmix": "2.2.2",
5554
"dom-storage": "2.1.0",
5655
"esbuild": "0.23.1",
57-
"eslint": "9.6.0",
58-
"eslint-config-standard": "17.1.0",
59-
"eslint-plugin-import": "2.29.1",
60-
"eslint-plugin-n": "17.9.0",
61-
"eslint-plugin-promise": "6.4.0",
6256
"git-branch-is": "4.0.0",
6357
"husky": "8.0.3",
6458
"jison": "^0.4.18",
65-
"lint-staged": "15.2.7",
6659
"mocha": "10.7.3",
6760
"mocha.parallel": "0.15.6",
6861
"open": "10.1.0",
@@ -72,18 +65,16 @@
7265
"rexreplace": "7.1.10",
7366
"strftime": "0.10.3",
7467
"tabletop": "1.6.3",
75-
"uglify-js": "3.19.1"
68+
"uglify-js": "3.19.3"
7669
},
77-
"resolutions": {
70+
"X-resolutions": {
7871
"got": "14.4.2",
7972
"axios": "1",
8073
"json5": "2",
8174
"underscore": "1",
8275
"glob-parent": "6",
8376
"decode-uri-component": "0.2",
84-
"semver": "7",
85-
"@gerhobbelt/json5": "2.1.0-48",
86-
"minimist": "1.2.8"
77+
"semver": "7"
8778
},
8879
"engines": {
8980
"node": ">=15"

0 commit comments

Comments
 (0)