Skip to content

Commit c117be5

Browse files
committedOct 11, 2021
[Dev Deps] update array.prototype.flatmap, glob; remove babel-preset-es2015-argon
1 parent 0e857b6 commit c117be5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,13 @@
5656
"@eslint/import-test-order-redirect-scoped": "file:./tests/files/order-redirect-scoped",
5757
"@test-scope/some-module": "file:./tests/files/symlinked-module",
5858
"@typescript-eslint/parser": "^2.23.0 || ^3.3.0 || ^4.29.3",
59-
"array.prototype.flatmap": "^1.2.4",
59+
"array.prototype.flatmap": "^1.2.5",
6060
"babel-cli": "^6.26.0",
6161
"babel-core": "^6.26.3",
6262
"babel-eslint": "=8.0.3 || ^8.2.6",
6363
"babel-plugin-istanbul": "^4.1.6",
6464
"babel-plugin-module-resolver": "^2.7.1",
6565
"babel-preset-airbnb": "^2.6.0",
66-
"babel-preset-es2015-argon": "latest",
6766
"babel-preset-flow": "^6.23.0",
6867
"babel-register": "^6.26.0",
6968
"babylon": "^6.18.0",
@@ -80,7 +79,7 @@
8079
"eslint-plugin-import": "2.x",
8180
"eslint-plugin-json": "^2.1.2",
8281
"fs-copy-file-sync": "^1.1.1",
83-
"glob": "^7.1.7",
82+
"glob": "^7.2.0",
8483
"in-publish": "^2.0.1",
8584
"linklocal": "^2.8.2",
8685
"lodash.isarray": "^4.0.0",

‎resolvers/webpack/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
},
4949
"devDependencies": {
5050
"babel-plugin-istanbul": "^4.1.6",
51-
"babel-preset-es2015-argon": "latest",
5251
"babel-register": "^6.26.0",
5352
"chai": "^3.5.0",
5453
"mocha": "^3.5.3",

0 commit comments

Comments
 (0)
Please sign in to comment.