Procházet zdrojové kódy

Require the siblings that share the ES2020 floor.

Every @ambers package is dropping the es6-promise polyfill and stating
the ES2020 engine floor in the same release round; the ranges now name
the first versions that do, so that no install mixes floors.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Herby Vojčík před 3 dny
rodič
revize
7f0e0b29e5
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      package.json

+ 4 - 4
package.json

@@ -31,13 +31,13 @@
     "test": "grunt test"
   },
   "dependencies": {
-    "@ambers/lang": ">0.22.6"
+    "@ambers/lang": ">=0.31.0"
   },
   "devDependencies": {
-    "@ambers/contrib-legacy": ">=0.7.1",
-    "@ambers/helios": ">=0.10.0",
+    "@ambers/contrib-legacy": ">=0.11.0",
+    "@ambers/helios": ">=0.14.0",
     "@ambers/ide-starter-modal": "^0.2.0",
-    "@ambers/sdk": "^0.12.0",
+    "@ambers/sdk": "^0.13.0",
     "grunt": "^1.0.3",
     "grunt-contrib-clean": "^1.1.0",
     "grunt-contrib-requirejs": "^1.0.0",