automation-events
Advanced tools
Comparing version 2.0.15 to 2.0.16
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@babel/runtime/helpers/slicedToArray'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass')) : | ||
typeof define === 'function' && define.amd ? define(['exports', '@babel/runtime/helpers/slicedToArray', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass'], factory) : | ||
(global = global || self, factory(global.automationEvents = {}, global._slicedToArray, global._classCallCheck, global._createClass)); | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.automationEvents = {}, global._slicedToArray, global._classCallCheck, global._createClass)); | ||
}(this, (function (exports, _slicedToArray, _classCallCheck, _createClass) { 'use strict'; | ||
@@ -6,0 +6,0 @@ |
@@ -13,3 +13,3 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.5", | ||
"@babel/runtime": "^7.11.0", | ||
"tslib": "^2.0.0" | ||
@@ -19,6 +19,6 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.10.5", | ||
"@babel/core": "^7.11.0", | ||
"@babel/plugin-external-helpers": "^7.10.4", | ||
"@babel/plugin-transform-runtime": "^7.10.5", | ||
"@babel/preset-env": "^7.10.4", | ||
"@babel/plugin-transform-runtime": "^7.11.0", | ||
"@babel/preset-env": "^7.11.0", | ||
"@babel/register": "^7.10.5", | ||
@@ -30,4 +30,4 @@ "@commitlint/cli": "^9.1.1", | ||
"cz-conventional-changelog": "^3.2.0", | ||
"eslint": "^7.4.0", | ||
"eslint-config-holy-grail": "^47.0.6", | ||
"eslint": "^7.6.0", | ||
"eslint-config-holy-grail": "^48.0.0", | ||
"grunt": "^1.2.1", | ||
@@ -39,3 +39,3 @@ "grunt-babel": "^8.0.0", | ||
"husky": "^4.2.5", | ||
"karma": "^5.1.0", | ||
"karma": "^5.1.1", | ||
"karma-chrome-launcher": "^3.1.0", | ||
@@ -48,15 +48,15 @@ "karma-firefox-launcher": "^1.3.0", | ||
"load-grunt-config": "^3.0.1", | ||
"mocha": "^8.0.1", | ||
"mocha": "^8.1.0", | ||
"prettier": "^2.0.5", | ||
"pretty-quick": "^2.0.1", | ||
"rollup": "^2.21.0", | ||
"rollup": "^2.23.0", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"sinon": "^9.0.2", | ||
"sinon-chai": "^3.5.0", | ||
"ts-loader": "^8.0.0", | ||
"tsconfig-holy-grail": "^11.0.17", | ||
"tslint": "^6.1.2", | ||
"tslint-config-holy-grail": "^50.0.7", | ||
"typescript": "^3.9.6", | ||
"webpack": "^4.43.0" | ||
"ts-loader": "^8.0.2", | ||
"tsconfig-holy-grail": "^11.0.18", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^52.0.0", | ||
"typescript": "^3.9.7", | ||
"webpack": "^4.44.1" | ||
}, | ||
@@ -96,3 +96,3 @@ "engines": { | ||
"types": "build/es2019/module.d.ts", | ||
"version": "2.0.15" | ||
"version": "2.0.16" | ||
} |
160911
Updated@babel/runtime@^7.11.0