Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Jun 18, 2024
1 parent 3295c74 commit 807e672
Show file tree
Hide file tree
Showing 13 changed files with 2,280 additions and 2,855 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
]
},
"devDependencies": {
"@antfu/eslint-config": "^2.19.1",
"@antfu/eslint-config": "^2.21.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@types/node": "^20.12.13",
"@types/node": "^20.14.5",
"changelogen": "^0.5.5",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"eslint": "9.4.0",
"eslint": "9.5.0",
"eslint-plugin-sonarjs": "^1.0.3",
"eslint-plugin-tailwindcss": "^3.17.0",
"husky": "^9.0.11",
"lerna": "^8.1.3",
"lint-staged": "^15.2.5",
"prettier": "^3.2.5",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"ts-node": "11.0.0-beta.1",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react": "^18.3.1",
"tailwindcss": "^3.4.4",
"vitepress": "1.2.3",
"vue": "^3.4.27"
"vue": "^3.4.29"
},
"dependencies": {
"chart.js": "^4.4.3",
Expand Down
1 change: 0 additions & 1 deletion packages/lib/components/MazPhoneNumberInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
type HTMLAttributes,
type Ref,
computed,
defineOptions,
nextTick,
onMounted,
provide,
Expand Down
1 change: 0 additions & 1 deletion packages/lib/components/MazSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ import {
type HTMLAttributes,
computed,
defineAsyncComponent,
defineOptions,
nextTick,
onBeforeMount,
ref,
Expand Down
18 changes: 9 additions & 9 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,17 +144,17 @@
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@nuxt/kit": "^3.11.2",
"@nuxt/schema": "^3.11.2",
"@nuxt/kit": "^3.12.2",
"@nuxt/schema": "^3.12.2",
"@types/dropzone": "^5.7.8",
"@types/google.maps": "^3.55.9",
"@types/google.maps": "^3.55.10",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/coverage-v8": "^1.6.0",
"@vue/compiler-sfc": "^3.4.27",
"@vue/compiler-sfc": "^3.4.29",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"c8": "^9.1.0",
"c8": "^10.1.2",
"chalk": "5.3.0",
"chart.js": "^4.4.3",
"dayjs": "^1.11.11",
Expand All @@ -166,7 +166,7 @@
"json-templater": "^1.2.0",
"libphonenumber-js": "^1.11.3",
"minimist": "^1.2.8",
"nuxt": "^3.11.2",
"nuxt": "^3.12.2",
"onchange": "^7.1.0",
"path": "^0.12.7",
"postcss": "^8.4.38",
Expand All @@ -177,7 +177,7 @@
"postcss-url": "^10.1.3",
"replace-in-file": "^7.2.0",
"rimraf": "^5.0.7",
"sass": "^1.77.4",
"sass": "^1.77.6",
"semver": "^7.6.2",
"sirv": "^2.0.4",
"stylelint": "^16.6.1",
Expand All @@ -187,14 +187,14 @@
"stylelint-config-tailwindcss": "^0.0.7",
"tailwindcss": "^3.4.4",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.13",
"vite": "^5.3.1",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite-plugin-static-copy": "^1.0.5",
"vite-svg-loader": "^5.1.0",
"vitest": "^1.6.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.27",
"vue": "^3.4.29",
"vue-chartjs": "^5.3.1",
"vue-loader": "^17.4.2",
"vue-router": "^4.3.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`MazChart > Should match with the snapshot 1`] = `"<!-- @vue-expect-error -->"`;

exports[`mazChart > should match with the snapshot 1`] = `"<!-- @vue-expect-error -->"`;
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`MazDialog > Should match with the snapshot 1`] = `"<maz-backdrop-stub data-v-ac518804="" modelvalue="false" teleportselector="body" persistent="false" nocloseonesckey="false" transitionname="modal-anim" aria-labelledby="dialogTitle" aria-describedby="dialogDesc"></maz-backdrop-stub>"`;

exports[`mazDialog > should match with the snapshot 1`] = `"<maz-backdrop-stub data-v-ac518804="" modelvalue="false" teleportselector="body" persistent="false" nocloseonesckey="false" transitionname="modal-anim" aria-labelledby="dialogTitle" aria-describedby="dialogDesc"></maz-backdrop-stub>"`;
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`MazInputCode > Should match with the snapshot 1`] = `
"<fieldset data-v-757e2ef4="" class="m-input-code --md">
<div data-v-757e2ef4="" class="input-wrapper">
<!-- eslint-disable-next-line vuejs-accessibility/form-control-has-label --><input data-v-757e2ef4="" type="text" minlength="1" maxlength="1" inputmode="numeric" pattern="[0-9]{1}" autocomplete="do-not-autofill">
</div>
<div data-v-757e2ef4="" class="input-wrapper">
<!-- eslint-disable-next-line vuejs-accessibility/form-control-has-label --><input data-v-757e2ef4="" type="text" minlength="1" maxlength="1" inputmode="numeric" pattern="[0-9]{1}" autocomplete="do-not-autofill">
</div>
<div data-v-757e2ef4="" class="input-wrapper">
<!-- eslint-disable-next-line vuejs-accessibility/form-control-has-label --><input data-v-757e2ef4="" type="text" minlength="1" maxlength="1" inputmode="numeric" pattern="[0-9]{1}" autocomplete="do-not-autofill">
</div>
<div data-v-757e2ef4="" class="input-wrapper">
<!-- eslint-disable-next-line vuejs-accessibility/form-control-has-label --><input data-v-757e2ef4="" type="text" minlength="1" maxlength="1" inputmode="numeric" pattern="[0-9]{1}" autocomplete="do-not-autofill">
</div>
</fieldset>"
`;
exports[`mazInputCode > should match with the snapshot 1`] = `
"<fieldset data-v-757e2ef4="" class="m-input-code --md">
<div data-v-757e2ef4="" class="input-wrapper">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`components/MazTransitionExpand.vue > Should match with the snapshot 1`] = `"<transition-group-stub data-v-e010a2e1="" name="maz-expand" tag="div" appear="false" persisted="false" css="true" class="m-transition-expand"></transition-group-stub>"`;

exports[`components/MazTransitionExpand.vue > should match with the snapshot 1`] = `"<transition-group-stub data-v-e010a2e1="" name="maz-expand" tag="div" appear="false" persisted="false" css="true" class="m-transition-expand"></transition-group-stub>"`;
8 changes: 4 additions & 4 deletions packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"*.{js,ts}": "cross-env NODE_ENV=production eslint --fix"
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@nuxt/kit": "^3.12.2",
"maz-ui": "workspace:*"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.3",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.7.0",
"@nuxt/schema": "^3.11.2",
"@nuxt/module-builder": "^0.7.1",
"@nuxt/schema": "^3.12.2",
"@nuxt/test-utils": "^3.13.1",
"defu": "^6.1.4",
"nuxt": "^3.11.2",
"nuxt": "^3.12.2",
"vitest": "^1.6.0"
},
"unbuild": {
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@nuxt/devtools": "^1.3.3",
"@nuxtjs/tailwindcss": "^6.12.0",
"autoprefixer": "^10.4.19",
"nuxt": "^3.11.2",
"nuxt": "^3.12.2",
"nuxt-module": "workspace:*",
"postcss": "^8.4.38",
"postcss-html": "^1.7.0",
Expand All @@ -32,7 +32,7 @@
"stylelint-config-tailwindcss": "^0.0.7",
"tailwindcss": "^3.4.4",
"vite-svg-loader": "^5.1.0",
"vue": "^3.4.27",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
},
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/playground/src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,10 @@ toast.message('Votre mot de passe a été mis à jour', {
toast.success('Votre mot de passe a été mis à jour', {
position: 'bottom-right',
})
toast.warning('Votre mot de passe a été mis à jour', {
position: 'bottom-right',
})
toast.error('Votre mot de passe a été mis à jour', {
position: 'bottom-right',
})
</script>
Loading

0 comments on commit 807e672

Please sign in to comment.