Skip to content

Commit

Permalink
update vite build target to chrome 61 (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-larks authored Nov 22, 2022
1 parent 564e243 commit d41c6c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,22 @@
"vue-mq": "^1.0.1",
"vue-multiselect": "^2.1.6",
"vue-property-decorator": "^8.4.2",
"vue-router": "3",
"vue-router": "^3.6.5",
"vue-slider-component": "3.2.23",
"vuejs-paginate": "^2.1.0"
},
"peerDependencies": {
"fuse.js": "^3.4.4",
"fuse.js": "^6.4.3",
"moment": "^2.24.0",
"vue-class-component": "^6.0.0",
"vue-class-component": "^7.2.6",
"vue-click-outside": "^1.0.7",
"vue-color": "^2.7.0",
"vue-js-modal": "^1.3.28",
"vue-mq": "^1.0.1",
"vue-multiselect": "^2.1.6",
"vue-property-decorator": "^7.0.0",
"vue-router": "^3.0.1",
"vue-slider-component": "^2.8",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.6.5",
"vue-slider-component": "3.2.23",
"vuejs-paginate": "^2.1.0"
},
"types": "./index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions vite-publish.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { createVuePlugin } from 'vite-plugin-vue2';
export default defineConfig({
plugins: [createVuePlugin()],
build: {
target: 'chrome61',
commonjsOptions: {
requireReturnsDefault: true,
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3733,7 +3733,7 @@ vue-resize@^1.0.1:
dependencies:
"@babel/runtime" "^7.13.10"

vue-router@3:
vue-router@^3.6.5:
version "3.6.5"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.6.5.tgz#95847d52b9a7e3f1361cb605c8e6441f202afad8"
integrity sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==
Expand Down

0 comments on commit d41c6c2

Please sign in to comment.