|
60 | 60 | "example": "npm run build:example && npm run start:example", |
61 | 61 | "changelog": "conv-changelog -i CHANGELOG.md -o", |
62 | 62 | "lint": "eslint --ext .js .", |
63 | | - "prepublishOnly": "npm run all", |
64 | 63 | "readme": "markedpp --github -i README.md -o README.md", |
65 | 64 | "start:example": "DEBUG=* node examples/app/server.cjs", |
66 | 65 | "test": "mocha", |
|
79 | 78 | "flatstr": "^1.0.12", |
80 | 79 | "map-lru": "^2.0.0", |
81 | 80 | "ms": "^2.1.3", |
82 | | - "sonic-boom": "^3.8.0" |
| 81 | + "sonic-boom": "^4.0.1" |
83 | 82 | }, |
84 | 83 | "devDependencies": { |
85 | | - "@babel/cli": "^7.23.9", |
86 | | - "@babel/core": "^7.24.0", |
87 | | - "@babel/preset-env": "^7.24.0", |
| 84 | + "@babel/cli": "^7.24.8", |
| 85 | + "@babel/core": "^7.24.9", |
| 86 | + "@babel/preset-env": "^7.24.8", |
88 | 87 | "assert": "^2.1.0", |
89 | 88 | "babel-loader": "^9.1.3", |
90 | | - "c8": "^9.1.0", |
| 89 | + "c8": "^10.1.2", |
91 | 90 | "conv-changelog": "^1.0.0", |
92 | 91 | "eslint": "^8.57.0", |
93 | 92 | "eslint-config-standard": "^17.1.0", |
|
102 | 101 | "karma-sourcemap-loader": "^0.4.0", |
103 | 102 | "karma-spec-reporter": "^0.0.36", |
104 | 103 | "karma-webpack": "^5.0.1", |
105 | | - "mocha": "^10.3.0", |
106 | | - "npm-run-all2": "^6.1.2", |
107 | | - "rimraf": "^5.0.5", |
108 | | - "rollup": "^4.13.0", |
109 | | - "sinon": "^17.0.1", |
110 | | - "typescript": "^5.4.2", |
111 | | - "webpack": "^5.90.3", |
| 104 | + "mocha": "^10.7.0", |
| 105 | + "npm-run-all2": "^6.2.2", |
| 106 | + "rimraf": "^6.0.1", |
| 107 | + "rollup": "^4.19.0", |
| 108 | + "sinon": "^18.0.0", |
| 109 | + "typescript": "^5.5.3", |
| 110 | + "webpack": "^5.93.0", |
112 | 111 | "webpack-cli": "^5.1.4" |
113 | 112 | }, |
114 | 113 | "optionalDependencies": { |
|
0 commit comments