mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
Change 'devDependencies' version of '@ckeditor/ckeditor5-package-tools' from alpha to latest v2.0.0.
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ckeditor/ckeditor5-dev-build-tools": "^40.2.0",
|
"@ckeditor/ckeditor5-dev-build-tools": "^40.2.0",
|
||||||
"@ckeditor/ckeditor5-inspector": "^4.0.0",
|
"@ckeditor/ckeditor5-inspector": "^4.0.0",
|
||||||
"@ckeditor/ckeditor5-package-tools": "^2.0.0-alpha.0",
|
"@ckeditor/ckeditor5-package-tools": "^2.0.0",
|
||||||
"ckeditor5": "latest",
|
"ckeditor5": "latest",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
"eslint-config-ckeditor5": "^6.0.0",
|
"eslint-config-ckeditor5": "^6.0.0",
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dll:build": "ckeditor5-package-tools dll:build",
|
"dll:build": "ckeditor5-package-tools dll:build",
|
||||||
"dll:serve": "http-server ./ -o sample/dll.html",
|
"dll:serve": "http-server ./ -o sample/index.html",
|
||||||
"build:dist": "node ./scripts/build-dist.mjs",
|
"build:dist": "node ./scripts/build-dist.mjs",
|
||||||
"lint": "eslint \"**/*.js\" --quiet --ignore-pattern \"build/\"",
|
"lint": "eslint \"**/*.js\" --quiet --ignore-pattern \"build/\"",
|
||||||
"start": "ckeditor5-package-tools start",
|
"start": "ckeditor5-package-tools start",
|
||||||
|
|||||||
Reference in New Issue
Block a user