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 Apr 12, 2024
1 parent ba242a4 commit 8e5024f
Show file tree
Hide file tree
Showing 5 changed files with 327 additions and 293 deletions.
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@types/postcss-import": "^14.0.3",
"@types/postcss-url": "^10.0.4",
"@types/react": "^18.2.75",
"@types/react": "^18.2.77",
"@vercel/og": "^0.6.2",
"postcss-import": "^16.1.0",
"postcss-url": "^10.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/components/MazInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
}
&-input {
@apply maz-m-0 maz-h-full maz-w-full maz-appearance-none maz-truncate maz-border-none maz-bg-transparent maz-px-4 maz-py-0 maz-text-normal maz-shadow-none;
@apply maz-m-0 maz-h-full maz-w-full maz-appearance-none maz-truncate maz-border-none maz-bg-transparent maz-px-4 maz-py-0 maz-text-normal maz-shadow-none maz-outline-none;
&:-webkit-autofill,
&:-webkit-autofill:hover,
Expand Down
8 changes: 4 additions & 4 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"@types/dropzone": "^5.7.8",
"@types/google.maps": "^3.55.7",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/coverage-v8": "^1.5.0",
"@vue/compiler-sfc": "^3.4.21",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
Expand Down Expand Up @@ -162,7 +162,7 @@
"prettier-plugin-tailwindcss": "^0.5.13",
"replace-in-file": "^7.1.0",
"rimraf": "^5.0.5",
"sass": "^1.74.1",
"sass": "^1.75.0",
"semver": "^7.6.0",
"sirv": "^2.0.4",
"stylelint": "^16.3.1",
Expand All @@ -177,13 +177,13 @@
"vite-plugin-lib-inject-css": "^2.0.1",
"vite-plugin-static-copy": "^1.0.2",
"vite-svg-loader": "^5.1.0",
"vitest": "^1.4.0",
"vitest": "^1.5.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.21",
"vue-chartjs": "^5.3.1",
"vue-loader": "^17.4.2",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.12"
"vue-tsc": "^2.0.13"
},
"engines": {
"node": ">= 6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@nuxt/test-utils": "^3.12.0",
"defu": "^6.1.4",
"nuxt": "^3.11.2",
"vitest": "^1.4.0"
"vitest": "^1.5.0"
},
"unbuild": {
"failOnWarn": false
Expand Down
Loading

0 comments on commit 8e5024f

Please sign in to comment.