Skip to content

Commit

Permalink
Bump ui deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Jun 16, 2023
1 parent 7607ec6 commit 9920cf9
Show file tree
Hide file tree
Showing 6 changed files with 3,693 additions and 3,773 deletions.
37 changes: 0 additions & 37 deletions ui/jest.config.js

This file was deleted.

67 changes: 32 additions & 35 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,43 +6,40 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"deps-minor": "npm-check-updates --interactive --target=minor",
"deps-all": "npm-check-updates --interactive"
},
"dependencies": {
"@types/humanize-duration": "^3.18.0",
"@types/validator": "^13.0.0",
"@types/vue-moment": "^4.0.0",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.4.1",
"core-js": "^3.3.2",
"humanize-duration": "^3.21.0",
"validator": "^13.0.0",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-moment": "^4.0.0",
"vue-property-decorator": "^9.0.0",
"vue-router": "^3.1.3",
"vuex": "^3.0.1",
"dependencies": {},
"devDependencies": {
"@types/humanize-duration": "^3.27.1",
"@types/lodash": "^4.14.195",
"@types/validator": "^13.7.17",
"@vue/cli-plugin-babel": "^4.5.19",
"@vue/cli-plugin-typescript": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"bootstrap": "^4.6.2",
"bootstrap-vue": "^2.23.1",
"core-js": "^3.31.0",
"humanize-duration": "^3.28.0",
"npm-check-updates": "^16.10.12",
"@babel/core": "7.22.5",
"sass": "1.63.*",
"sass-loader": "^10.4.1",
"style-resources-loader": "^1.5.0",
"typescript": "^4.9.5",
"validator": "^13.9.0",
"vue": "^2.7.14",
"vue-class-component": "^7.2.6",
"vue-cli-plugin-style-resources-loader": "^0.1.5",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.14",
"vuex": "^3.6.2",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.178",
"@vue/cli-plugin-babel": "^4.5.3",
"@vue/cli-plugin-router": "^4.5.3",
"@vue/cli-plugin-typescript": "^4.5.3",
"@vue/cli-plugin-unit-jest": "^4.5.3",
"@vue/cli-plugin-vuex": "^4.5.3",
"@vue/cli-service": "^4.5.3",
"@vue/test-utils": "^1.0.3",
"babel-core": "7.0.0-bridge.0",
"sass": "1.32.*",
"sass-loader": "^10.2.0",
"style-resources-loader": "^1.3.2",
"ts-jest": "^27.0.3",
"typescript": "^4.3.2",
"vue-cli-plugin-style-resources-loader": "^0.1.4",
"vue-template-compiler": "^2.6.10"
"resolutions": {
"caniuse-lite": "1.0.30001503",
"@achrinza/node-ipc": "9.2.5"
}
}
2 changes: 0 additions & 2 deletions ui/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ import store from './store';
import './filters';
import Footer from '@/components/Footer.vue';
import BootstrapVue from 'bootstrap-vue';
import VueMoment from 'vue-moment';
import { setUpEnduroClient, setUpEnduroMonitor } from './client';

Vue.use(BootstrapVue);
Vue.use(VueMoment);

Vue.component('en-footer', Footer);

Expand Down
12 changes: 0 additions & 12 deletions ui/tests/unit/example.spec.ts

This file was deleted.

3 changes: 1 addition & 2 deletions ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"sourceMap": true,
"baseUrl": ".",
"types": [
"webpack-env",
"jest"
"webpack-env"
],
"paths": {
"@/*": [
Expand Down
Loading

0 comments on commit 9920cf9

Please sign in to comment.