mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
Update dependency vite-string-plugin to v2 (forgejo) (#11213)
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
This commit is contained in:
parent
520a77f372
commit
79a8e92bec
2 changed files with 9 additions and 6 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
|
@ -120,7 +120,7 @@
|
|||
"svgo": "4.0.0",
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "8.54.0",
|
||||
"vite-string-plugin": "1.4.9",
|
||||
"vite-string-plugin": "2.0.0",
|
||||
"vitest": "4.0.18"
|
||||
},
|
||||
"engines": {
|
||||
|
|
@ -15432,11 +15432,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vite-string-plugin": {
|
||||
"version": "1.4.9",
|
||||
"resolved": "https://registry.npmjs.org/vite-string-plugin/-/vite-string-plugin-1.4.9.tgz",
|
||||
"integrity": "sha512-mO7PVkMs8+FuTK9ZjBBCRSjabC9cobvUEbN2EjWtGJo6nu35SbW99bYesOh5Ho39ug/KSbT4VwM4GPC26Xk/mQ==",
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/vite-string-plugin/-/vite-string-plugin-2.0.0.tgz",
|
||||
"integrity": "sha512-7p4aOvow1kphhZppt62A6Aj03NhUzOTiBgjHaTWDIdmtiUbjoJeVLarV52UjQNvLFC6BxJgV8r1AAwJfcxwZSQ==",
|
||||
"dev": true,
|
||||
"license": "BSD-2-Clause"
|
||||
"license": "BSD-2-Clause",
|
||||
"peerDependencies": {
|
||||
"vite": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/vite/node_modules/@types/estree": {
|
||||
"version": "1.0.8",
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@
|
|||
"svgo": "4.0.0",
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "8.54.0",
|
||||
"vite-string-plugin": "1.4.9",
|
||||
"vite-string-plugin": "2.0.0",
|
||||
"vitest": "4.0.18"
|
||||
},
|
||||
"browserslist": ["defaults"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue