Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 8928e8a

Browse files
committed
chore: update devdeps
1 parent 16fe0c4 commit 8928e8a

File tree

2 files changed

+627
-678
lines changed

2 files changed

+627
-678
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,15 +183,15 @@
183183
"resolve-env": "1.0.0"
184184
},
185185
"devDependencies": {
186-
"@babel/cli": "^7.15.7",
187-
"@babel/core": "^7.15.8",
186+
"@babel/cli": "^7.16.0",
187+
"@babel/core": "^7.16.0",
188188
"@types/atom": "^1.40.11",
189189
"@types/eslint": "8.2.0",
190-
"@types/jasmine": "^3.10.1",
191-
"@types/node": "^16.0.0",
190+
"@types/jasmine": "^3.10.2",
191+
"@types/node": "^16.11.7",
192192
"@types/rimraf": "^3.0.2",
193193
"atom-jasmine3-test-runner": "^5.2.9",
194-
"babel-preset-atomic": "^4.2.0",
194+
"babel-preset-atomic": "^4.2.1",
195195
"build-commit": "^0.1.4",
196196
"cross-env": "^7.0.3",
197197
"eslint-config-airbnb-base": "15.0.0",
@@ -231,6 +231,7 @@
231231
],
232232
"comma-dangle": "off",
233233
"global-require": "off",
234+
"import/no-import-module-exports": "off",
234235
"import/no-unresolved": [
235236
"error",
236237
{

0 commit comments

Comments
 (0)