Explorar el Código

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 hace 5 días
padre
commit
da58e9efb5
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      package.json

+ 3 - 3
package.json

@@ -27,8 +27,8 @@
     "test": "grunt test"
   },
   "dependencies": {
-    "@ambers/contrib-web": ">=0.7.3",
-    "@ambers/lang": ">0.29.1",
+    "@ambers/contrib-web": ">=0.9.0",
+    "@ambers/lang": ">=0.31.0",
     "bootstrap": "^3.3.7",
     "codemirror": "^5.44.0",
     "jquery-ui-dist": ">=1.9.2",
@@ -37,7 +37,7 @@
     "typeahead.js": "^0.10.5"
   },
   "devDependencies": {
-    "@ambers/sdk": "^0.12.0",
+    "@ambers/sdk": "^0.13.0",
     "grunt": "^1.0.3",
     "grunt-contrib-clean": "^1.1.0",
     "grunt-contrib-less": "^2.0.0",