projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
556e807
)
Update the JS build chain
author
Alexander Ebert
<ebert@woltlab.com>
Fri, 1 Nov 2024 15:50:58 +0000
(16:50 +0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Fri, 1 Nov 2024 15:50:58 +0000
(16:50 +0100)
package.json
patch
|
blob
|
blame
|
history
diff --git
a/package.json
b/package.json
index bb4f7f767355f23e6c1bb25c48489ff0de4da530..e0e4f901f115eaefc455d5af1f8b70318c3f67e6 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-7,10
+7,10
@@
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"esbuild": "^0.24.0",
- "eslint": "^9.1
1.1
",
+ "eslint": "^9.1
3.0
",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
- "typescript": "^5.6.
2
"
+ "typescript": "^5.6.
3
"
},
"dependencies": {
"@ckeditor/ckeditor5-inspector": "^4.1.0",
@@
-30,6
+30,6
@@
"qr-creator": "^1.0.0",
"reflect-metadata": "^0.2.2",
"tabbable": "^6.2.0",
- "tslib": "^2.
7.0
"
+ "tslib": "^2.
8.1
"
}
}