Skip to content

Commit

Permalink
oui-ui-core: update some dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
  • Loading branch information
zhaojh329 committed Dec 27, 2020
1 parent f9e17f6 commit 76f1e7c
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 51 deletions.
File renamed without changes.
Binary file not shown.
Binary file removed oui-ui-core/vue/dist/css/chunk-vendors.db835868.css
Binary file not shown.
Binary file added oui-ui-core/vue/dist/js/app.25aaba55.js
Binary file not shown.
Binary file removed oui-ui-core/vue/dist/js/app.312e0482.js
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed oui-ui-core/vue/dist/js/chunk-vendors.29b8ebf9.js
Binary file not shown.
2 changes: 1 addition & 1 deletion oui-ui-core/vue/dist/oui.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>oui-ui-next</title><link href=/css/chunk-5ac96802.4bfd70b1.css rel=prefetch><link href=/js/chunk-5ac96802.3759895e.js rel=prefetch><link href=/css/app.4abae93d.css rel=preload as=style><link href=/css/chunk-vendors.db835868.css rel=preload as=style><link href=/js/app.312e0482.js rel=preload as=script><link href=/js/chunk-vendors.29b8ebf9.js rel=preload as=script><link href=/css/chunk-vendors.db835868.css rel=stylesheet><link href=/css/app.4abae93d.css rel=stylesheet></head><body><noscript><strong>We're sorry but oui-ui-next doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.29b8ebf9.js></script><script src=/js/app.312e0482.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>oui-ui-next</title><link href=/css/chunk-5ac96802.d3866114.css rel=prefetch><link href=/js/chunk-5ac96802.df31d7fb.js rel=prefetch><link href=/css/app.83e7dbd3.css rel=preload as=style><link href=/css/chunk-vendors.2a2bb216.css rel=preload as=style><link href=/js/app.25aaba55.js rel=preload as=script><link href=/js/chunk-vendors.178f42b2.js rel=preload as=script><link href=/css/chunk-vendors.2a2bb216.css rel=stylesheet><link href=/css/app.83e7dbd3.css rel=stylesheet></head><body><noscript><strong>We're sorry but oui-ui-next doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.178f42b2.js></script><script src=/js/app.25aaba55.js></script></body></html>
86 changes: 43 additions & 43 deletions oui-ui-core/vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions oui-ui-core/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"ant-design-vue": "^1.6.4",
"ant-design-vue": "^1.7.2",
"axios": "^0.19.2",
"core-js": "^3.6.5",
"vue": "^2.6.11",
"core-js": "^3.8.1",
"vue": "^2.6.12",
"vue-fullscreen": "^2.1.6",
"vue-i18n": "^8.20.0",
"vue-router": "^3.2.0",
"vue-i18n": "^8.22.2",
"vue-router": "^3.4.9",
"vue-timers": "^2.0.4",
"vuex": "^3.4.0"
"vuex": "^3.6.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.0",
Expand All @@ -35,6 +35,6 @@
"eslint-plugin-vue": "^6.2.2",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.6.11"
"vue-template-compiler": "^2.6.12"
}
}

0 comments on commit 76f1e7c

Please sign in to comment.