Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
YaraMatkova committed Aug 9, 2022
1 parent c3187e9 commit 9500679
Show file tree
Hide file tree
Showing 11 changed files with 16,507 additions and 24,908 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"es6-promise",
"@babel/plugin-transform-flow-comments",
["@babel/plugin-transform-runtime", {
"version": "7.6.2"
"version": "7.18.6"
}]
],
"env": {
"test": {
"plugins": ["transform-es2015-modules-commonjs"]
"plugins": ["@babel/plugin-transform-modules-commonjs"]
}
},
"overrides": [
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"node": true,
"jest": true
},
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
Expand Down
3,285 changes: 1,546 additions & 1,739 deletions dist/adjust-latest.js

Large diffs are not rendered by default.

10 changes: 2 additions & 8 deletions dist/adjust-latest.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions dist/adjust-latest.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*!
* @overview es6-promise - a tiny implementation of Promises/A+.
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
* @license Licensed under MIT license
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
* @version v4.2.8+1e68dce6
*/
2 changes: 1 addition & 1 deletion dist/sdk.snippet.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9500679

Please sign in to comment.