|
6 | 6 | "engines": {
|
7 | 7 | "node": ">=20.12.1"
|
8 | 8 | },
|
9 |
| - "packageManager": "pnpm@10.9.0", |
| 9 | + "packageManager": "pnpm@10.11.0", |
10 | 10 | "bin": {
|
11 | 11 | "respec": "tools/respec2html.js",
|
12 | 12 | "respec2html": "tools/respec2html.js"
|
|
37 | 37 | "eslint-config-prettier": "^9.1.0",
|
38 | 38 | "eslint-plugin-import": "^2.31.0",
|
39 | 39 | "eslint-plugin-jasmine": "^4.2.2",
|
40 |
| - "eslint-plugin-prettier": "^5.2.6", |
| 40 | + "eslint-plugin-prettier": "^5.4.0", |
41 | 41 | "highlight.js": "^11.11.1",
|
42 | 42 | "hyperhtml": "^2.34.2",
|
43 |
| - "idb": "^8.0.2", |
44 |
| - "jasmine": "^5.6.0", |
45 |
| - "jasmine-core": "^5.6.0", |
| 43 | + "idb": "^8.0.3", |
| 44 | + "jasmine": "^5.7.1", |
| 45 | + "jasmine-core": "^5.7.1", |
46 | 46 | "karma": "^6.4.4",
|
47 | 47 | "karma-chrome-launcher": "^3.2.0",
|
48 | 48 | "karma-firefox-launcher": "^2.1.3",
|
|
54 | 54 | "pluralize": "^8.0.0",
|
55 | 55 | "prettier": "^3.5.3",
|
56 | 56 | "prompt": "^1.3.0",
|
57 |
| - "rollup": "^4.40.0", |
| 57 | + "rollup": "^4.40.2", |
58 | 58 | "rollup-plugin-minify-html-literals": "^1.2.6",
|
59 | 59 | "serve": "^14.2.4",
|
60 | 60 | "serve-handler": "^6.1.6",
|
|
89 | 89 | "colors": "1.4.0",
|
90 | 90 | "finalhandler": "^2.1.0",
|
91 | 91 | "marked": "^12.0.2",
|
92 |
| - "puppeteer": "^24.7.2", |
| 92 | + "puppeteer": "^24.8.2", |
93 | 93 | "sade": "^1.8.1",
|
94 | 94 | "serve-static": "^2.2.0"
|
95 | 95 | },
|
|
102 | 102 | "trailingComma": "es5",
|
103 | 103 | "arrowParens": "avoid"
|
104 | 104 | },
|
| 105 | + "pnpm": { |
| 106 | + "onlyBuiltDependencies": [ |
| 107 | + "puppeteer" |
| 108 | + ] |
| 109 | + }, |
105 | 110 | "funding": {
|
106 | 111 | "type": "opencollective",
|
107 | 112 | "url": "https://opencollective.com/respec"
|
|
0 commit comments