Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Mar 21, 2021
1 parent a35a141 commit 7dc0e3d
Show file tree
Hide file tree
Showing 2 changed files with 572 additions and 430 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@
"core:loaded-shell-environment"
],
"dependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"ansi-to-html": "^0.6.14",
"atom-message-panel": "1.3.1",
"atom-space-pen-views-plus": "^3.0.4",
"strip-ansi": "^6.0.0",
"underscore": "^1.12.0",
"underscore": "^1.12.1",
"uuid": "^8.3.2"
},
"optionalDependencies": {
"coffeescript": "^2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.16.0",
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"tempy": "^1.0.0"
"tempy": "^1.0.1"
},
"providedServices": {
"default-script-runtime": {
Expand Down
Loading

0 comments on commit 7dc0e3d

Please sign in to comment.