Skip to content

Commit 15b2ce9

Browse files
Bump the minor-and-patch-version-updates group with 5 updates (#82)
Bumps the minor-and-patch-version-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.6` | `7.24.7` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.6` | `7.24.7` | | [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) | `5.0.5` | `5.0.7` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.3` | | [vue](https://github.com/vuejs/core) | `3.4.27` | `3.4.31` | Updates `@babel/core` from 7.24.6 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-core) Updates `@babel/preset-env` from 7.24.6 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-env) Updates `@rollup/plugin-replace` from 5.0.5 to 5.0.7 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/replace-v5.0.7/packages/replace) Updates `typescript` from 5.4.5 to 5.5.3 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.4.5...v5.5.3) Updates `vue` from 3.4.27 to 3.4.31 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.4.27...v3.4.31) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-version-updates - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-version-updates - dependency-name: "@rollup/plugin-replace" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-version-updates - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch-version-updates - dependency-name: vue dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-version-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d35304f commit 15b2ce9

File tree

2 files changed

+654
-645
lines changed

2 files changed

+654
-645
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"@seatsio/seatsio-types": "3.4.0"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "^7.24.6",
17-
"@babel/preset-env": "^7.24.6",
16+
"@babel/core": "^7.24.7",
17+
"@babel/preset-env": "^7.24.7",
1818
"@rollup/plugin-alias": "^5.1.0",
1919
"@rollup/plugin-babel": "^6.0.4",
2020
"@rollup/plugin-commonjs": "^26.0.1",
2121
"@rollup/plugin-node-resolve": "^15.2.3",
22-
"@rollup/plugin-replace": "^5.0.5",
22+
"@rollup/plugin-replace": "^5.0.7",
2323
"@vue/cli-plugin-babel": "^5.0.8",
2424
"@vue/cli-plugin-typescript": "~5.0.0",
2525
"@vue/cli-service": "^5.0.8",
@@ -31,8 +31,8 @@
3131
"rollup-plugin-terser": "^7.0.2",
3232
"rollup-plugin-typescript2": "^0.36.0",
3333
"rollup-plugin-vue": "^6.0.0",
34-
"typescript": "~5.4.5",
35-
"vue": "3.4.27"
34+
"typescript": "~5.5.3",
35+
"vue": "3.4.31"
3636
},
3737
"peerDependencies": {
3838
"vue": "^3.2.47"

0 commit comments

Comments
 (0)