Skip to content

Commit 5f0d372

Browse files
committed
fix: bump
1 parent 666402b commit 5f0d372

File tree

2 files changed

+160
-149
lines changed

2 files changed

+160
-149
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"atom": ">=0.174.0 <2.0.0"
5151
},
5252
"dependencies": {
53-
"atom-ide-markdown-service": "^1.3.4",
5453
"atom-package-deps": "^6.0.0",
54+
"atom-ide-markdown-service": "^1.4.1",
5555
"dompurify": "^2.1.1",
5656
"etch": "^0.14.1",
5757
"react": "^16.13.1",
@@ -63,24 +63,24 @@
6363
"@types/atom": "1.40.4",
6464
"@types/classnames": "^2.2.10",
6565
"@types/dompurify": "^2.0.4",
66-
"@types/node": "^14.11.2",
66+
"@types/node": "^14.11.7",
6767
"@types/react": "^16.9.51",
6868
"@types/react-dom": "^16.9.8",
6969
"csstype": "^3.0.3",
7070
"typescript": "^4.0.3",
71-
"tslib": "^2.0.1",
7271
"coffeescript": "^1.12.7",
72+
"tslib": "^2.0.2",
7373
"jasmine": "^3.6.1",
7474
"@types/jasmine": "^3.5.14",
75-
"atom-jasmine3-test-runner": "^5.1.1",
75+
"atom-jasmine3-test-runner": "^5.1.2",
7676
"prettier": "^2.1.2",
77-
"eslint": "7.9.0",
77+
"eslint": "7.10.0",
7878
"eslint-config-atomic": "^1.5.0",
79-
"rollup": "2.28.2",
79+
"rollup": "2.29.0",
8080
"rollup-plugin-atomic": "^1.2.0",
8181
"shx": "0.3.2",
8282
"cross-env": "7.0.2",
83-
"npm-check-updates": "9.0.2",
83+
"npm-check-updates": "9.0.4",
8484
"build-commit": "0.1.1"
8585
},
8686
"providedServices": {},

0 commit comments

Comments
 (0)