Skip to content

Commit

Permalink
Merge pull request #1127 from proteinevolution/1112_typescript_update
Browse files Browse the repository at this point in the history
#1112 updated typescript & dependencies
  • Loading branch information
felixgabler committed Oct 1, 2020
2 parents 49685a5 + f82ce69 commit bf48f5a
Show file tree
Hide file tree
Showing 3 changed files with 605 additions and 579 deletions.
46 changes: 23 additions & 23 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"axios": "^0.20.0",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.16.0",
"bootstrap-vue": "^2.17.3",
"core-js": "^3.6.5",
"es6-promise": "^4.2.8",
"exelixis": "^0.0.4",
Expand All @@ -24,18 +24,18 @@
"intersection-observer-polyfill": "^0.1.0",
"js-logger": "^1.6.0",
"lodash-es": "^4.17.15",
"moment": "^2.27.0",
"moment": "^2.29.0",
"msa": "^1.0.3",
"ngl": "^0.10.4",
"velocity-animate": "^1.5.2",
"vue": "^2.6.12",
"vue-clipboard2": "^0.3.1",
"vue-cookie-law": "^1.13.3",
"vue-i18n": "^8.21.0",
"vue-i18n": "^8.21.1",
"vue-multiselect": "^2.1.6",
"vue-native-websocket": "^2.0.14",
"vue-notification": "^1.3.20",
"vue-router": "^3.4.3",
"vue-router": "^3.4.5",
"vue-simple-spinner": "^1.2.10",
"vue-slider-component": "^3.2.5",
"vue-switches": "^2.0.1",
Expand All @@ -46,31 +46,31 @@
"@types/chai": "^4.2.12",
"@types/lodash-es": "^4.17.3",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.2",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"@vue/cli-plugin-babel": "^4.5.4",
"@vue/cli-plugin-e2e-nightwatch": "^4.5.4",
"@vue/cli-plugin-eslint": "^4.5.4",
"@vue/cli-plugin-router": "^4.5.4",
"@vue/cli-plugin-typescript": "^4.5.4",
"@vue/cli-plugin-unit-mocha": "^4.5.4",
"@vue/cli-plugin-vuex": "^4.5.4",
"@vue/cli-service": "^4.5.4",
"@types/node": "^14.11.2",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"@vue/cli-plugin-babel": "^4.5.6",
"@vue/cli-plugin-e2e-nightwatch": "^4.5.6",
"@vue/cli-plugin-eslint": "^4.5.6",
"@vue/cli-plugin-router": "^4.5.6",
"@vue/cli-plugin-typescript": "^4.5.6",
"@vue/cli-plugin-unit-mocha": "^4.5.6",
"@vue/cli-plugin-vuex": "^4.5.6",
"@vue/cli-service": "^4.5.6",
"@vue/eslint-config-typescript": "^5.1.0",
"@vue/test-utils": "^1.0.5",
"@vue/test-utils": "^1.1.0",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"eslint": "^7.7.0",
"eslint": "^7.10.0",
"eslint-plugin-vue": "^6.2.2",
"image-webpack-loader": "^6.0.0",
"npm-check-updates": "^8.0.1",
"image-webpack-loader": "^7.0.1",
"npm-check-updates": "^9.0.2",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.2",
"sass-resources-loader": "^2.1.0",
"typescript": "^3.9.7",
"sass-loader": "^10.0.2",
"sass-resources-loader": "^2.1.1",
"typescript": "^4.0.3",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.1"
"webpack": "^4.44.2"
},
"browserslist": [
"> 1%",
Expand Down
Loading

0 comments on commit bf48f5a

Please sign in to comment.