Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 4, 2021
1 parent 7cbae41 commit da9da4d
Show file tree
Hide file tree
Showing 2 changed files with 930 additions and 1,254 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,29 @@
"prepare": "npm run build"
},
"dependencies": {
"dompurify": "^2.1.1",
"marked": "^1.2.0"
"dompurify": "^2.2.6",
"marked": "^1.2.9"
},
"devDependencies": {
"@types/atom": "1.40.4",
"@types/dompurify": "2.0.4",
"@types/marked": "^1.1.0",
"@types/node": "^14.11.5",
"atom-ide-base": "^1.10.0",
"atom-languageclient": "^0.9.9",
"@types/jasmine": "^3.5.14",
"atom-jasmine3-test-runner": "^5.1.2",
"typescript": "^4.0.3",
"tslib": "^2.0.2",
"prettier": "^2.1.2",
"eslint": "7.10.0",
"eslint-config-atomic": "^1.5.0",
"rollup": "^2.29.0",
"rollup-plugin-atomic": "^1.2.0",
"shx": "^0.3.2",
"cross-env": "^7.0.2",
"npm-check-updates": "9.0.4",
"build-commit": "0.1.1"
"@types/atom": "1.40.7",
"@types/dompurify": "2.2.1",
"@types/marked": "^1.2.2",
"@types/node": "^14.14.25",
"atom-ide-base": "^2.2.0",
"atom-languageclient": "^1.0.6",
"@types/jasmine": "^3.6.3",
"atom-jasmine3-test-runner": "^5.1.8",
"typescript": "^4.1.3",
"tslib": "^2.1.0",
"prettier": "^2.2.1",
"eslint": "7.19.0",
"eslint-config-atomic": "^1.9.0",
"rollup": "^2.38.4",
"rollup-plugin-atomic": "^2.0.1",
"shx": "^0.3.3",
"cross-env": "^7.0.3",
"npm-check-updates": "11.1.1",
"build-commit": "0.1.4"
},
"activationHooks": [
"core:loaded-shell-environment"
Expand Down
Loading

0 comments on commit da9da4d

Please sign in to comment.