Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
J-T-McC committed Jun 10, 2024
1 parent a4841f0 commit b3fccef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"vue": "^3.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.12.11",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@vitejs/plugin-vue": "^1.1.4",
"@vue/compiler-sfc": "^3.0.5",
"@vue/test-utils": "^2.4.6",
Expand Down
2 changes: 1 addition & 1 deletion test/wrapper.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Vue3ChartJs from '../lib/main'
import { Chart } from 'chart.js'
import { createApp } from 'vue'
import { getDoughnutProps } from './chart.props'
import { chartJsEventNames, generateEventObject, generateChartJsEventListener } from '../lib/includes'
import { generateEventObject, generateChartJsEventListener } from '../lib/includes'

const factory = function (props) {
return mount(Vue3ChartJs, {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==

"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.24.7", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4"
integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==
Expand Down Expand Up @@ -837,7 +837,7 @@
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
"@babel/helper-plugin-utils" "^7.24.7"

"@babel/preset-env@^7.12.11":
"@babel/preset-env@^7.24.7":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.7.tgz#ff067b4e30ba4a72f225f12f123173e77b987f37"
integrity sha512-1YZNsc+y6cTvWlDHidMBsQZrZfEFjRIo/BZCT906PMdzOyXtSLTgqGdrpcuTDCXyd11Am5uQULtDIcCfnTc8fQ==
Expand Down

0 comments on commit b3fccef

Please sign in to comment.