Skip to content

Commit c5752ea

Browse files
Bump the dev-dependencies group with 3 updates (#6635)
Bumps the dev-dependencies group with 3 updates: [@playwright/test](https://github.com/microsoft/playwright), [rusty-store-kv](https://github.com/SamTV12345/fast-kv) and [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react). Updates `@playwright/test` from 1.46.1 to 1.47.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.46.1...v1.47.0) Updates `rusty-store-kv` from 1.1.4 to 1.2.0 - [Release notes](https://github.com/SamTV12345/fast-kv/releases) - [Commits](SamTV12345/fast-kv@v1.1.4...v1.2.0) Updates `lucide-react` from 0.438.0 to 0.439.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.439.0/packages/lucide-react) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: rusty-store-kv dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: lucide-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9096b40 commit c5752ea

File tree

3 files changed

+66
-66
lines changed

3 files changed

+66
-66
lines changed

admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-react-refresh": "^0.4.11",
2727
"i18next": "^23.14.0",
2828
"i18next-browser-languagedetector": "^8.0.0",
29-
"lucide-react": "^0.438.0",
29+
"lucide-react": "^0.439.0",
3030
"react": "^18.2.0",
3131
"react-dom": "^18.2.0",
3232
"react-hook-form": "^7.53.0",

pnpm-lock.yaml

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

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"etherpad-lite": "node/server.ts"
8181
},
8282
"devDependencies": {
83-
"@playwright/test": "^1.46.1",
83+
"@playwright/test": "^1.47.0",
8484
"@types/async": "^3.2.24",
8585
"@types/express": "^4.17.21",
8686
"@types/formidable": "^3.4.5",
@@ -111,7 +111,7 @@
111111
"supertest": "^7.0.0",
112112
"typescript": "^5.5.4",
113113
"vitest": "^2.0.5",
114-
"rusty-store-kv": "^1.1.4"
114+
"rusty-store-kv": "^1.2.0"
115115
},
116116
"engines": {
117117
"node": ">=18.18.2",

0 commit comments

Comments
 (0)