Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed May 11, 2021
1 parent 0b446c3 commit 16a07fd
Show file tree
Hide file tree
Showing 2 changed files with 548 additions and 570 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,33 @@
"test": "atom --test spec"
},
"dependencies": {
"@babel/core": "^7.13.10",
"@babel/node": "^7.13.12",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.12.13",
"@babel/core": "^7.14.0",
"@babel/node": "^7.13.13",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"ansi-to-html": "^0.6.14",
"atom-message-panel": "1.3.1",
"atom-space-pen-views-plus": "^3.0.4",
"rimraf": "^3.0.2",
"strip-ansi": "^6.0.0",
"temp": "^0.9.4",
"underscore": "^1.12.1",
"underscore": "^1.13.1",
"uuid": "^8.3.2"
},
"optionalDependencies": {
"coffeescript": "^2"
},
"devDependencies": {
"@types/atom": "^1.40.10",
"@types/jasmine": "^3.7.1",
"@types/jasmine": "^3.7.2",
"@types/node": "^15.0.2",
"@types/rimraf": "^3.0.0",
"@types/temp": "^0.9.0",
"@types/underscore": "^1.11.2",
"@types/uuid": "^8.3.0",
"eslint": "^7.26.0",
"eslint-config-atomic": "^1.14.3",
"prettier": "^2.2.1",
"eslint-config-atomic": "^1.14.4",
"prettier": "^2.3.0",
"prettier-config-atomic": "^2.0.4"
},
"activationCommands": {
Expand Down
Loading

0 comments on commit 16a07fd

Please sign in to comment.