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 May 2, 2024
1 parent 8c2a63d commit 83bf163
Show file tree
Hide file tree
Showing 6 changed files with 1,413 additions and 1,956 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@rushstack/eslint-patch": "^1.10.2",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@types/node": "^20.12.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"changelogen": "^0.5.5",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-n": "^17.3.1",
"eslint-plugin-n": "^17.4.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-sonarjs": "^0.25.1",
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.3",
"vitepress": "1.1.4",
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"dependencies": {
"chart.js": "^4.4.2",
Expand Down
26 changes: 13 additions & 13 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,16 @@
"eslint": "^8"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@nuxt/kit": "^3.11.2",
"@nuxt/schema": "^3.11.2",
"@types/dropzone": "^5.7.8",
"@types/google.maps": "^3.55.7",
"@types/google.maps": "^3.55.8",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.5.2",
"@vue/compiler-sfc": "^3.4.25",
"@vitest/coverage-v8": "^1.5.3",
"@vue/compiler-sfc": "^3.4.26",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.5",
Expand Down Expand Up @@ -162,28 +162,28 @@
"prettier-plugin-tailwindcss": "^0.5.14",
"replace-in-file": "^7.1.0",
"rimraf": "^5.0.5",
"sass": "^1.75.0",
"sass": "^1.76.0",
"semver": "^7.6.0",
"sirv": "^2.0.4",
"stylelint": "^16.4.0",
"stylelint": "^16.5.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-tailwindcss": "^0.0.7",
"tailwindcss": "^3.4.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.10",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-plugin-lib-inject-css": "^2.0.1",
"vite-plugin-static-copy": "^1.0.3",
"vite-plugin-static-copy": "^1.0.4",
"vite-svg-loader": "^5.1.0",
"vitest": "^1.5.2",
"vitest": "^1.5.3",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.25",
"vue": "^3.4.26",
"vue-chartjs": "^5.3.1",
"vue-loader": "^17.4.2",
"vue-router": "^4.3.2",
"vue-tsc": "^2.0.14"
"vue-tsc": "^2.0.16"
},
"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.1",
"defu": "^6.1.4",
"nuxt": "^3.11.2",
"vitest": "^1.5.2"
"vitest": "^1.5.3"
},
"unbuild": {
"failOnWarn": false
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"postcss-nested": "^6.0.1",
"postcss-url": "^10.1.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"stylelint": "^16.4.0",
"stylelint": "^16.5.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-tailwindcss": "^0.0.7",
"tailwindcss": "^3.4.3",
"vite-svg-loader": "^5.1.0",
"vue": "^3.4.25",
"vue": "^3.4.26",
"vue-router": "^4.3.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 83bf163

Please sign in to comment.