diff options
author | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2024-07-26 08:36:17 +0000 |
---|---|---|
committer | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2024-07-26 08:36:17 +0000 |
commit | 692f4c2e8ceed285dd09fc13f3a08aa0a8928d4a (patch) | |
tree | ecb916c2910db628476cbdb0c83615c0a0606a5e | |
parent | e0a3362676f32532fbbdb0d9096f85424054756b (diff) | |
download | vaadin-692f4c2e8ceed285dd09fc13f3a08aa0a8928d4a.tar.gz vaadin-692f4c2e8ceed285dd09fc13f3a08aa0a8928d4a.zip |
Update dependencies for version 14.12.0-alpha1
-rw-r--r-- | package.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json index 7386b84..51737dc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@vaadin/vaadin-charts": "^6.3.7", "@vaadin/vaadin-confirm-dialog": "^1.3.1", "@vaadin/vaadin-cookie-consent": "^1.2.1", - "@vaadin/vaadin-core": "^14.11.11", + "@vaadin/vaadin-core": "^14.12.0-alpha1", "@vaadin/vaadin-crud": "^1.4.0", "@vaadin/vaadin-grid-pro": "^2.4.1", "@vaadin/vaadin-rich-text-editor": "^1.4.0" @@ -18,9 +18,6 @@ "files": [ "vaadin.js" ], - "scripts": { - "version": "node update-core-version.js && git add bower.json" - }, "keywords": [ "vaadin", "core", |