Skip to content

Commit aefe0ec

Browse files
chore(deps): fix deps
1 parent e17901f commit aefe0ec

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.cz-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module.exports = {
2929
],
3030

3131
scopes: [
32+
{ name: 'website' },
3233
{ name: 'overmind' },
3334
{ name: 'overmind-devtools' },
3435
{ name: 'react-overmind' },

package.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,20 @@
3434
"tslib": "1.9.3",
3535
"color-hash": "1.0.3",
3636
"vue": "2.5.16",
37-
"vue-hot-reload-api": "2.3.0"
37+
"vue-hot-reload-api": "2.3.0",
38+
"express": "4.16.3",
39+
"install": "0.12.1",
40+
"marksy": "6.0.3",
41+
"npm": "6.3.0",
42+
"page": "1.8.6",
43+
"prismjs": "1.15.0"
3844
},
3945
"devDependencies": {
4046
"@types/jest": "23.1.4",
4147
"@types/react": "16.4.6",
4248
"@types/react-dom": "16.0.6",
4349
"commitizen": "^2.10.1",
44-
"concurrently": "^3.6.0",
50+
"concurrently": "3.6.1",
4551
"cz-customizable": "^5.2.0",
4652
"cz-customizable-ghooks": "^1.5.0",
4753
"eslint": "^5.0.1",
@@ -55,7 +61,7 @@
5561
"eslint-plugin-react": "^7.10.0",
5662
"eslint-plugin-standard": "^3.1.0",
5763
"eslint-plugin-typescript": "^0.12.0",
58-
"html-webpack-plugin": "^3.2.0",
64+
"html-webpack-plugin": "3.2.0",
5965
"husky": "^0.14.3",
6066
"jest": "23.3.0",
6167
"lint-staged": "^7.2.0",
@@ -71,13 +77,14 @@
7177
"typescript-eslint-parser": "^16.0.1",
7278
"webpack": "4.15.1",
7379
"webpack-cli": "3.0.8",
74-
"webpack-dev-server": "^3.1.4",
80+
"webpack-dev-server": "3.1.5",
7581
"url-loader": "1.0.1",
7682
"@vue/component-compiler-utils": "2.1.0",
7783
"parcel-bundler": "1.9.7",
7884
"jsdom": "11.12.0",
7985
"vue": "2.5.16",
80-
"vue-template-compiler": "2.5.16"
86+
"vue-template-compiler": "2.5.16",
87+
"raw-loader": "0.5.1"
8188
},
8289
"lint-staged": {
8390
"*.{js,ts,tsx}": [

0 commit comments

Comments
 (0)