Skip to content

Commit f51dc07

Browse files
committed
Update dev dependencies
1 parent 3e932d8 commit f51dc07

2 files changed

Lines changed: 519 additions & 705 deletions

File tree

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@
8686
"copy:mml3": "copy() { pnpm -s log:single 'Copying legacy code MathML3'; pnpm copyfiles -u 1 ts/input/mathml/mml3/mml3.sef.json $1; }; copy",
8787
"copy:pkg": "copy() { pnpm -s log:single \"Copying package.json to $1\"; pnpm copyfiles -u 2 components/bin/package.json $1; }; copy",
8888
"=============================================================================== log": "",
89-
"log:comp": "log() { echo \u001B[32m$1\u001B[0m; }; log",
90-
"log:header": "log() { echo '\u001B[1m============='; echo $1; echo '=============\u001B[0m'; }; log",
91-
"log:single": "log() { echo \u001B[94m--$1\u001B[0m; }; log",
89+
"log:comp": "log() { echo \u001b[32m$1\u001b[0m; }; log",
90+
"log:header": "log() { echo '\u001b[1m============='; echo $1; echo '=============\u001b[0m'; }; log",
91+
"log:single": "log() { echo \u001b[94m--$1\u001b[0m; }; log",
9292
"=============================================================================== cjs": "",
9393
"cjs:build": "pnpm -s log:header 'Building cjs'; pnpm -s cjs:src:build && pnpm -s cjs:components:build",
9494
"cjs:bundle:clean": "pnpm clean:dir bundle-cjs",
@@ -139,25 +139,25 @@
139139
"build-all": "pnpm -s build-mjs ; echo ; pnpm -s build-cjs"
140140
},
141141
"devDependencies": {
142-
"@eslint/js": "^9.28.0",
143-
"@xmldom/xmldom": "^0.8.10",
142+
"@eslint/js": "^9.39.2",
143+
"@xmldom/xmldom": "^0.8.11",
144144
"copyfiles": "^2.4.1",
145-
"diff": "^5.2.0",
146-
"eslint": "^9.28.0",
147-
"eslint-formatter-unix": "^8.40.0",
148-
"eslint-plugin-jsdoc": "^48.11.0",
149-
"eslint-plugin-prettier": "^5.4.1",
145+
"diff": "^8.0.2",
146+
"eslint": "^9.39.2",
147+
"eslint-formatter-unix": "^9.0.1",
148+
"eslint-plugin-jsdoc": "^61.5.0",
149+
"eslint-plugin-prettier": "^5.5.4",
150150
"husky": "^9.1.7",
151-
"lint-staged": "^15.5.2",
152-
"prettier": "^3.5.3",
153-
"rimraf": "^5.0.10",
154-
"terser-webpack-plugin": "^5.3.14",
155-
"typedoc": "^0.28.5",
156-
"typescript": "^5.8.3",
157-
"typescript-eslint": "^8.33.1",
151+
"lint-staged": "^16.2.7",
152+
"prettier": "^3.7.4",
153+
"rimraf": "^6.1.2",
154+
"terser-webpack-plugin": "^5.3.16",
155+
"typedoc": "^0.28.15",
156+
"typescript": "^5.9.3",
157+
"typescript-eslint": "^8.50.0",
158158
"typescript-tools": "^0.3.1",
159-
"webpack": "^5.99.9",
160-
"webpack-cli": "^5.1.4",
159+
"webpack": "^5.103.0",
160+
"webpack-cli": "^6.0.1",
161161
"wicked-good-xpath": "^1.3.0",
162162
"xslt3": "^2.7.0"
163163
},

0 commit comments

Comments
 (0)