Sfoglia il codice sorgente

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 4 giorni fa
parent
commit
b5f053cca2
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 6 6
      package.json

+ 6 - 6
package.json

@@ -31,15 +31,15 @@
     "test": "grunt test"
   },
   "dependencies": {
-    "@ambers/lang": ">=0.24.0",
-    "@ambers/domite": "^0.9.0"
+    "@ambers/lang": ">=0.31.0",
+    "@ambers/domite": "^0.10.0"
   },
   "devDependencies": {
-    "@ambers/contrib-jquery": ">=0.5.0",
-    "@ambers/contrib-legacy": ">=0.7.1",
-    "@ambers/helios": ">=0.10.0",
+    "@ambers/contrib-jquery": ">=0.8.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",