|
14 | 14 | "scripts": { |
15 | 15 | "fix": "eslint . --fix", |
16 | 16 | "test": "jest", |
17 | | - "husky": "yarpm run test", |
18 | 17 | "prepublishOnly": "yarpm run build", |
19 | 18 | "prebuild": "yarpm run test", |
20 | 19 | "build": "webpack --config webpack.config.js", |
21 | 20 | "-postbuild": "yarpm run build-docs", |
22 | 21 | "build-docs": "jsdoc -c .jsdoc.json", |
23 | 22 | "build-types": "jsdoc -t node_modules/tsd-jsdoc/dist -r src -d . && prettier -w types.d.ts", |
24 | 23 | "publish-docs": "git subtree push --prefix docs origin gh-pages", |
25 | | - "benchmark": "node test/benchmark.js" |
26 | | - }, |
27 | | - "husky": { |
28 | | - "hooks": { |
29 | | - "pre-commit": "yarpm run husky" |
30 | | - } |
| 24 | + "benchmark": "node test/benchmark.js", |
| 25 | + "prepare": "husky" |
31 | 26 | }, |
32 | 27 | "repository": { |
33 | 28 | "type": "git", |
|
62 | 57 | ], |
63 | 58 | "license": "BSD-3-Clause", |
64 | 59 | "devDependencies": { |
65 | | - "@babel/core": "^7.21.3", |
66 | | - "@babel/preset-env": "^7.20.2", |
67 | | - "babel-loader": "^9.1.2", |
| 60 | + "@babel/core": "^7.26.0", |
| 61 | + "@babel/preset-env": "^7.26.0", |
| 62 | + "@eslint/eslintrc": "^3.1.0", |
| 63 | + "@eslint/js": "^9.14.0", |
| 64 | + "@types/node": "^22.9.0", |
| 65 | + "babel-loader": "^9.2.1", |
68 | 66 | "benchmark": "^2.1.4", |
69 | 67 | "coveralls": "^3.0.3", |
70 | | - "eslint": "^8.36.0", |
71 | | - "eslint-plugin-jest": "^27.2.1", |
72 | | - "eslint-plugin-prettier": "^4.2.1", |
73 | | - "husky": "^8.0.3", |
74 | | - "jest": "^29.5.0", |
75 | | - "jest-runner-eslint": "^2.0.0", |
| 68 | + "eslint": "^9.14.0", |
| 69 | + "eslint-config-prettier": "^9.1.0", |
| 70 | + "eslint-plugin-jest": "^28.9.0", |
| 71 | + "eslint-plugin-prettier": "^5.2.1", |
| 72 | + "globals": "^15.12.0", |
| 73 | + "husky": "^9.1.6", |
| 74 | + "jest": "^29.7.0", |
| 75 | + "jest-runner-eslint": "^2.2.1", |
76 | 76 | "jsdoc": "^3.6.11", |
77 | 77 | "jsdoc-template": "^1.2.0", |
78 | 78 | "lodash.template": ">=4.5.0", |
79 | | - "prettier": "^2.8.6", |
| 79 | + "prettier": "^3.3.3", |
80 | 80 | "tsd-jsdoc": "^2.5.0", |
81 | | - "webpack": "^5.76.2", |
82 | | - "webpack-cli": "^5.0.1", |
| 81 | + "typescript": "^5.6.3", |
| 82 | + "webpack": "5.96.0", |
| 83 | + "webpack-cli": "^5.1.4", |
83 | 84 | "yarpm": "^1.2.0" |
84 | 85 | }, |
85 | 86 | "dependencies": {} |
|
0 commit comments