|
13 | 13 | }, |
14 | 14 | "main": "dist/cjs.js", |
15 | 15 | "engines": { |
16 | | - "node": ">= 14.15.0" |
| 16 | + "node": ">= 18.12.0" |
17 | 17 | }, |
18 | 18 | "scripts": { |
19 | 19 | "start": "npm run build -- -w", |
|
24 | 24 | "security": "npm audit --production", |
25 | 25 | "lint:prettier": "prettier --list-different .", |
26 | 26 | "lint:js": "eslint --cache .", |
27 | | - "lint:spelling": "cspell \"**/*.*\"", |
| 27 | + "lint:spelling": "cspell --no-must-find-files --cache --quiet \"**/*.*\"", |
28 | 28 | "lint": "npm-run-all -l -p \"lint:**\"", |
29 | 29 | "fix:js": "npm run lint:js -- --fix", |
30 | 30 | "fix:prettier": "npm run lint:prettier -- --write", |
|
46 | 46 | "devDependencies": { |
47 | 47 | "@babel/cli": "^7.23.4", |
48 | 48 | "@babel/core": "^7.23.7", |
49 | | - "@babel/preset-env": "^7.23.7", |
50 | | - "@commitlint/cli": "^17.7.2", |
51 | | - "@commitlint/config-conventional": "^17.7.0", |
| 49 | + "@babel/preset-env": "^7.23.8", |
| 50 | + "@commitlint/cli": "^18.4.4", |
| 51 | + "@commitlint/config-conventional": "^18.4.4", |
52 | 52 | "@webpack-contrib/eslint-config-webpack": "^3.0.0", |
53 | 53 | "cross-env": "^7.0.3", |
54 | | - "cspell": "^6.31.2", |
55 | | - "del": "^6.1.1", |
56 | | - "del-cli": "^4.0.1", |
| 54 | + "cspell": "^8.3.2", |
| 55 | + "del": "^7.1.0", |
| 56 | + "del-cli": "^5.1.0", |
57 | 57 | "eslint": "^8.56.0", |
58 | | - "eslint-config-prettier": "^8.9.0", |
| 58 | + "eslint-config-prettier": "^9.1.0", |
59 | 59 | "eslint-plugin-import": "^2.29.1", |
60 | 60 | "figlet": "^1.7.0", |
61 | 61 | "husky": "^8.0.3", |
62 | 62 | "jest": "^29.7.0", |
63 | | - "lint-staged": "^13.2.3", |
64 | | - "memfs": "^3.5.1", |
| 63 | + "lint-staged": "^15.2.0", |
| 64 | + "memfs": "^4.6.0", |
65 | 65 | "modernizr": "^3.13.0", |
66 | 66 | "npm-run-all": "^4.1.5", |
67 | | - "prettier": "^2.8.8", |
68 | | - "standard-version": "^9.3.2", |
| 67 | + "prettier": "^3.2.2", |
| 68 | + "standard-version": "^9.5.0", |
69 | 69 | "webpack": "^5.89.0" |
70 | 70 | }, |
71 | 71 | "keywords": [ |
|
0 commit comments