Skip to content

Commit 05695a7

Browse files
committed
bump: Update dependencies
1 parent 5b2c3ab commit 05695a7

2 files changed

Lines changed: 1113 additions & 853 deletions

File tree

package.json

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,24 +75,21 @@
7575
"lint-staged": {
7676
"**/*.+(js|jsx|ts|tsx|json)": [
7777
"prettier --write",
78-
"eslint --fix",
79-
"git add"
78+
"eslint --fix"
8079
],
8180
"**/*.+(css|html|md|mdx)": [
82-
"prettier --write",
83-
"git add"
81+
"prettier --write"
8482
],
8583
"README.md": [
86-
"yarn run gen:toc-base",
87-
"git add"
84+
"yarn run gen:toc-base"
8885
]
8986
},
9087
"dependencies": {
9188
"diff": "4.0.2",
9289
"hogan.js": "3.0.2"
9390
},
9491
"optionalDependencies": {
95-
"highlight.js": "9.17.1"
92+
"highlight.js": "9.18.0"
9693
},
9794
"devDependencies": {
9895
"@types/clipboard": "2.0.1",
@@ -101,14 +98,14 @@
10198
"@types/highlight.js": "9.12.3",
10299
"@types/hogan.js": "3.0.0",
103100
"@types/html-webpack-plugin": "3.2.1",
104-
"@types/jest": "24.9.0",
101+
"@types/jest": "24.9.1",
105102
"@types/mini-css-extract-plugin": "0.9.0",
106103
"@types/mkdirp": "0.5.2",
107-
"@types/node": "13.1.8",
104+
"@types/node": "13.5.0",
108105
"@types/nopt": "3.0.29",
109-
"@types/webpack": "4.41.2",
110-
"@typescript-eslint/eslint-plugin": "2.16.0",
111-
"@typescript-eslint/parser": "2.16.0",
106+
"@types/webpack": "4.41.3",
107+
"@typescript-eslint/eslint-plugin": "2.17.0",
108+
"@typescript-eslint/parser": "2.17.0",
112109
"autoprefixer": "9.7.4",
113110
"bulma": "^0.8.0",
114111
"clipboard": "2.0.4",
@@ -129,22 +126,22 @@
129126
"handlebars": "4.7.2",
130127
"handlebars-loader": "1.7.1",
131128
"html-webpack-plugin": "3.2.0",
132-
"husky": "4.0.10",
129+
"husky": "4.2.1",
133130
"image-webpack-loader": "6.0.0",
134131
"is-ci-cli": "2.0.0",
135-
"jest": "24.9.0",
136-
"lint-staged": "9.5.0",
132+
"jest": "25.1.0",
133+
"lint-staged": "10.0.2",
137134
"markdown-toc": "^1.2.0",
138135
"mini-css-extract-plugin": "0.9.0",
139-
"mkdirp": "0.5.1",
136+
"mkdirp": "1.0.3",
140137
"nopt": "4.0.1",
141138
"postcss": "7.0.26",
142139
"postcss-cli": "7.1.0",
143140
"postcss-import": "12.0.1",
144141
"postcss-loader": "3.0.0",
145142
"postcss-preset-env": "6.7.0",
146143
"prettier": "1.19.1",
147-
"ts-jest": "24.3.0",
144+
"ts-jest": "25.0.0",
148145
"ts-loader": "6.2.1",
149146
"ts-node": "8.6.2",
150147
"typescript": "3.7.5",

0 commit comments

Comments
 (0)