Skip to content

Commit dee46c6

Browse files
build(deps): bump the patterns group with 5 updates
Bumps the patterns group with 5 updates: | Package | From | To | | --- | --- | --- | | [zustand](https://github.com/pmndrs/zustand) | `4.5.4` | `4.5.5` | | [@swc/core](https://github.com/swc-project/swc) | `1.7.10` | `1.7.12` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.8` | `15.2.9` | | [rollup](https://github.com/rollup/rollup) | `4.20.0` | `4.21.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.0` | `5.4.1` | Updates `zustand` from 4.5.4 to 4.5.5 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](pmndrs/zustand@v4.5.4...v4.5.5) Updates `@swc/core` from 1.7.10 to 1.7.12 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](swc-project/swc@v1.7.10...v1.7.12) Updates `lint-staged` from 15.2.8 to 15.2.9 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.2.8...v15.2.9) Updates `rollup` from 4.20.0 to 4.21.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.20.0...v4.21.0) Updates `vite` from 5.4.0 to 5.4.1 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.1/packages/vite) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patterns - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patterns - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patterns ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b4393b commit dee46c6

File tree

2 files changed

+288
-70
lines changed

2 files changed

+288
-70
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"dependencies": {
6262
"clsx": "^2.1.1",
6363
"copy-to-clipboard": "^3.3.3",
64-
"zustand": "^4.5.4"
64+
"zustand": "^4.5.5"
6565
},
6666
"lint-staged": {
6767
"!*.{ts,tsx,js,jsx}": "prettier --write --ignore-unknown",
@@ -84,7 +84,7 @@
8484
"@rollup/plugin-commonjs": "^26.0.1",
8585
"@rollup/plugin-node-resolve": "^15.2.3",
8686
"@rollup/plugin-replace": "^5.0.7",
87-
"@swc/core": "^1.7.10",
87+
"@swc/core": "^1.7.12",
8888
"@swc/helpers": "^0.5.12",
8989
"@testing-library/react": "^14.2.2",
9090
"@types/node": "^20.12.5",
@@ -106,17 +106,17 @@
106106
"expect-type": "^0.19.0",
107107
"husky": "^9.1.4",
108108
"jsdom": "^24.1.1",
109-
"lint-staged": "^15.2.8",
109+
"lint-staged": "^15.2.9",
110110
"pinst": "^3.0.0",
111111
"prettier": "^3.3.3",
112112
"react": "^18.3.1",
113113
"react-dom": "^18.3.1",
114-
"rollup": "^4.20.0",
114+
"rollup": "^4.21.0",
115115
"rollup-plugin-dts": "^6.1.1",
116116
"rollup-plugin-swc3": "^0.11.2",
117117
"ts-node": "^10.9.2",
118118
"typescript": "^5.5.4",
119-
"vite": "^5.4.0",
119+
"vite": "^5.4.1",
120120
"vitest": "^1.4.0"
121121
},
122122
"resolutions": {

0 commit comments

Comments
 (0)