Skip to content

Commit

Permalink
fix(deps): update vue.js dependencies (#1776)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Dec 14, 2024
1 parent af57ef9 commit 6060d94
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 65 deletions.
12 changes: 6 additions & 6 deletions demos/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vue:cypress": "cypress open --config-file test/cypress.config.mjs"
},
"dependencies": {
"@faker-js/faker": "^9.2.0",
"@faker-js/faker": "^9.3.0",
"@fnando/sparkline": "^0.3.10",
"@formkit/tempo": "^0.1.2",
"@popperjs/core": "^2.11.8",
Expand All @@ -28,8 +28,8 @@
"@slickgrid-universal/rxjs-observable": "workspace:*",
"@slickgrid-universal/text-export": "workspace:*",
"bootstrap": "^5.3.3",
"dompurify": "^3.2.2",
"i18next": "^24.0.2",
"dompurify": "^3.2.3",
"i18next": "^24.1.0",
"i18next-http-backend": "^3.0.1",
"i18next-vue": "^5.0.0",
"rxjs": "^7.8.1",
Expand All @@ -41,10 +41,10 @@
"@4tw/cypress-drag-drop": "^2.2.5",
"@types/fnando__sparkline": "^0.3.7",
"@vitejs/plugin-vue": "^5.2.1",
"cypress": "^13.16.0",
"cypress": "^13.16.1",
"cypress-real-events": "^1.13.0",
"sass": "^1.81.0",
"sass": "^1.83.0",
"typescript": "~5.6.2",
"vite": "^6.0.1"
"vite": "^6.0.3"
}
}
6 changes: 3 additions & 3 deletions frameworks/slickgrid-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@
"@vitejs/plugin-vue": "^5.2.1",
"conventional-changelog": "^6.0.0",
"cross-env": "^7.0.3",
"i18next": "^24.0.2",
"i18next": "^24.1.0",
"i18next-vue": "^5.0.0",
"sass": "^1.81.0",
"sass": "^1.83.0",
"semver": "^7.6.3",
"strong-log-transformer": "^2.1.0",
"tinyexec": "^0.3.1",
"tinyrainbow": "^1.2.0",
"typescript": "~5.6.2",
"vite": "^6.0.1",
"vite": "^6.0.3",
"vite-plugin-dts": "^4.3.0",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10",
Expand Down
Loading

0 comments on commit 6060d94

Please sign in to comment.