Skip to content

Commit 77f9c31

Browse files
Bump the patch-updates group across 1 directory with 8 updates
Bumps the patch-updates group with 8 updates in the /src/Frontend directory: | Package | From | To | | --- | --- | --- | | [@vue-flow/core](https://github.com/bcakmakoglu/vue-flow/tree/HEAD/packages/core) | `1.41.2` | `1.41.4` | | [pinia](https://github.com/vuejs/pinia) | `2.2.5` | `2.2.6` | | [@pinia/testing](https://github.com/vuejs/pinia) | `0.1.6` | `0.1.7` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.6.2` | `6.6.3` | | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.1.4` | `5.1.5` | | [msw](https://github.com/mswjs/msw) | `2.6.0` | `2.6.4` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.10` | `5.4.11` | | [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.1.8` | `2.1.10` | Updates `@vue-flow/core` from 1.41.2 to 1.41.4 - [Release notes](https://github.com/bcakmakoglu/vue-flow/releases) - [Changelog](https://github.com/bcakmakoglu/vue-flow/blob/master/packages/core/CHANGELOG.md) - [Commits](https://github.com/bcakmakoglu/vue-flow/commits/@vue-flow/[email protected]/packages/core) Updates `pinia` from 2.2.5 to 2.2.6 - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/[email protected]@2.2.6) Updates `@pinia/testing` from 0.1.6 to 0.1.7 - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected]) Updates `@testing-library/jest-dom` from 6.6.2 to 6.6.3 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.6.2...v6.6.3) Updates `@vitejs/plugin-vue` from 5.1.4 to 5.1.5 - [Release notes](https://github.com/vitejs/vite-plugin-vue/releases) - [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue) Updates `msw` from 2.6.0 to 2.6.4 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.6.0...v2.6.4) Updates `vite` from 5.4.10 to 5.4.11 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite) Updates `vue-tsc` from 2.1.8 to 2.1.10 - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v2.1.10/packages/tsc) --- updated-dependencies: - dependency-name: "@vue-flow/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: pinia dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@pinia/testing" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@vitejs/plugin-vue" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: vue-tsc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent edcf64d commit 77f9c31

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

src/Frontend/package-lock.json

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Frontend/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
},
1919
"dependencies": {
2020
"@tinyhttp/content-disposition": "^2.2.2",
21-
"@vue-flow/core": "^1.41.2",
21+
"@vue-flow/core": "^1.41.4",
2222
"@wdns/vue-code-block": "^2.3.3",
2323
"bootstrap": "^5.3.3",
2424
"bootstrap-icons": "^1.11.3",
2525
"highlight.js": "^11.10.0",
2626
"memoize-one": "^6.0.0",
2727
"moment": "^2.30.1",
28-
"pinia": "^2.2.5",
28+
"pinia": "^2.2.6",
2929
"vue": "^3.5.12",
3030
"vue-router": "^4.4.5",
3131
"vue-tippy": "^6.5.0",
@@ -35,16 +35,16 @@
3535
},
3636
"devDependencies": {
3737
"@eslint/js": "^9.13.0",
38-
"@pinia/testing": "^0.1.6",
38+
"@pinia/testing": "^0.1.7",
3939
"@testing-library/dom": "^10.4.0",
40-
"@testing-library/jest-dom": "^6.6.2",
40+
"@testing-library/jest-dom": "^6.6.3",
4141
"@testing-library/user-event": "^14.5.2",
4242
"@testing-library/vue": "^8.1.0",
4343
"@tsconfig/node18": "^18.2.4",
4444
"@types/bootstrap": "^5.2.10",
4545
"@types/eslint__js": "^8.42.3",
4646
"@types/node": "^22.8.4",
47-
"@vitejs/plugin-vue": "^5.1.4",
47+
"@vitejs/plugin-vue": "^5.1.5",
4848
"@vitest/coverage-v8": "^2.1.4",
4949
"@vue/tsconfig": "^0.5.1",
5050
"cross-env": "^7.0.3",
@@ -56,14 +56,14 @@
5656
"flush-promises": "^1.0.2",
5757
"globals": "^15.11.0",
5858
"jsdom": "^25.0.1",
59-
"msw": "^2.6.0",
59+
"msw": "^2.6.4",
6060
"prettier": "^3.3.3",
6161
"typescript": "^5.6.3",
6262
"typescript-eslint": "^8.12.0",
63-
"vite": "^5.4.10",
63+
"vite": "^5.4.11",
6464
"vite-plugin-checker": "^0.8.0",
6565
"vitest": "^2.1.1",
66-
"vue-tsc": "^2.1.8"
66+
"vue-tsc": "^2.1.10"
6767
},
6868
"msw": {
6969
"workerDirectory": [

0 commit comments

Comments
 (0)