Browse Source

Merge pull request #602 from doccano/fix-#600

Update package.json, fix #600
pull/603/head
Hiroki Nakayama 4 years ago
committed by GitHub
parent
commit
c364e5685e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14784 additions and 2 deletions
  1. 14782
      frontend/package-lock.json
  2. 4
      frontend/package.json

14782
frontend/package-lock.json
File diff suppressed because it is too large
View File

4
frontend/package.json

@ -21,7 +21,7 @@
"chart.js": "^2.8.0",
"codemirror": "^5.48.2",
"js-cookie": "^2.2.1",
"nuxt": "^2.0.0",
"nuxt": "^2.11.0",
"papaparse": "^5.0.2",
"tui-editor": "^1.4.5",
"vue-chartjs": "^3.4.2",
@ -43,7 +43,7 @@
"eslint-plugin-import": ">=2.16.0",
"eslint-plugin-jest": ">=22.3.0",
"eslint-plugin-node": ">=8.0.1",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-nuxt": "^0.5.1",
"eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.2.2",

Loading…
Cancel
Save