Skip to content

Commit 00c940d

Browse files
committed
Fix dependency errors
1 parent 61c11a5 commit 00c940d

File tree

2 files changed

+480
-214
lines changed

2 files changed

+480
-214
lines changed

package.json

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
{
2-
"name": "coding-workshops-vue",
3-
"version": "0.1.0",
4-
"private": true,
5-
"scripts": {
6-
"serve": "vue-cli-service serve",
7-
"build": "node_modules/@vue/cli-service/bin/vue-cli-service.js build",
8-
"lint": "vue-cli-service lint"
9-
},
10-
"dependencies": {
11-
"bootstrap": "^4.1.3",
12-
"highlight.js": "^9.13.0",
13-
"lodash": "^4.17.11",
14-
"marked": "^0.5.0",
15-
"path-to-regexp": "^3.0.0",
16-
"rustpython_wasm": "^0.1.0-pre-alpha.1",
17-
"vue": "^2.5.17",
18-
"vue-codemirror": "^4.0.5",
19-
"vue-fragment": "^1.5.0",
20-
"vue-router": "^3.0.1",
21-
"vue-simplemde": "^0.4.9",
22-
"vuedraggable": "^2.19.2",
23-
"vuex": "^3.0.1",
24-
"vuex-router-sync": "^5.0.0"
25-
},
26-
"devDependencies": {
27-
"@babel/core": "^7.1.2",
28-
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
29-
"@vue/cli-plugin-babel": "^3.0.1",
30-
"@vue/cli-plugin-eslint": "^3.0.1",
31-
"@vue/cli-service": "^3.4.0",
32-
"@vue/eslint-config-standard": "^3.0.1",
33-
"babel-loader": "^8.0.4",
34-
"babel-plugin-lodash": "^3.3.4",
35-
"eslint-plugin-lodash": "^3.1.0",
36-
"eslint-plugin-lodash-fp": "^2.2.0-a1",
37-
"node-sass": "^4.9.4",
38-
"prettier-eslint-cli": "^4.7.1",
39-
"pug": "^2.0.3",
40-
"pug-loader": "^2.4.0",
41-
"pug-plain-loader": "^1.0.0",
42-
"raw-loader": "^0.5.1",
43-
"sass-loader": "^7.1.0",
44-
"stylus": "^0.54.5",
45-
"stylus-loader": "^3.0.2",
46-
"vue-template-compiler": "^2.5.17"
47-
}
2+
"name": "coding-workshops-vue",
3+
"version": "0.1.0",
4+
"private": true,
5+
"scripts": {
6+
"serve": "vue-cli-service serve",
7+
"build": "node_modules/@vue/cli-service/bin/vue-cli-service.js build",
8+
"lint": "vue-cli-service lint"
9+
},
10+
"dependencies": {
11+
"bootstrap": "^4.1.3",
12+
"highlight.js": "^9.13.0",
13+
"lodash": "^4.17.11",
14+
"marked": "^0.5.0",
15+
"path-to-regexp": "^3.0.0",
16+
"rustpython_wasm": "0.1.0-pre-alpha.1",
17+
"vue": "^2.5.17",
18+
"vue-codemirror": "^4.0.5",
19+
"vue-fragment": "^1.5.1",
20+
"vue-router": "^3.0.1",
21+
"vue-simplemde": "^0.4.9",
22+
"vuedraggable": "^2.20.0",
23+
"vuex": "^3.0.1",
24+
"vuex-router-sync": "^5.0.0"
25+
},
26+
"devDependencies": {
27+
"@babel/core": "^7.1.2",
28+
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
29+
"@vue/cli-plugin-babel": "^3.0.1",
30+
"@vue/cli-plugin-eslint": "^3.0.1",
31+
"@vue/cli-service": "^3.4.0",
32+
"@vue/eslint-config-standard": "^3.0.1",
33+
"babel-loader": "^8.0.4",
34+
"babel-plugin-lodash": "^3.3.4",
35+
"eslint-plugin-lodash": "^3.1.0",
36+
"eslint-plugin-lodash-fp": "^2.2.0-a1",
37+
"node-sass": "^4.9.4",
38+
"prettier-eslint-cli": "^4.7.1",
39+
"pug": "^2.0.3",
40+
"pug-loader": "^2.4.0",
41+
"pug-plain-loader": "^1.0.0",
42+
"raw-loader": "^0.5.1",
43+
"sass-loader": "^7.1.0",
44+
"stylus": "^0.54.5",
45+
"stylus-loader": "^3.0.2",
46+
"vue-template-compiler": "^2.5.17"
47+
}
4848
}

0 commit comments

Comments
 (0)