mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01:00
Merge pull request 'Update dependency vite-string-plugin to v1.3.1' (#3627) from renovate/vite-string-plugin-1.x into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3627 Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
commit
385d1d2c24
3 changed files with 6 additions and 6 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -95,7 +95,7 @@
|
||||||
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
||||||
"svgo": "3.2.0",
|
"svgo": "3.2.0",
|
||||||
"updates": "16.0.1",
|
"updates": "16.0.1",
|
||||||
"vite-string-plugin": "1.2.0",
|
"vite-string-plugin": "1.3.1",
|
||||||
"vitest": "1.5.3"
|
"vitest": "1.5.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
@ -12287,9 +12287,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/vite-string-plugin": {
|
"node_modules/vite-string-plugin": {
|
||||||
"version": "1.2.0",
|
"version": "1.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/vite-string-plugin/-/vite-string-plugin-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/vite-string-plugin/-/vite-string-plugin-1.3.1.tgz",
|
||||||
"integrity": "sha512-IijlLgTxUDUwOpLoBLZCZO2us4fZWPRpj8XWoD9OAYjjUEge8enV4gaDTOs7uEsC8EJ9+NmusdLwmgWajFO45Q==",
|
"integrity": "sha512-0Wu9yNw4QlSVM4SlwozzxR0geMoKFrAIpMldgPuzDvV8lWT1v+0pFXYt+t48qocYXBaxiuVRE3qcsEwFDHBAmA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/vite/node_modules/@types/estree": {
|
"node_modules/vite/node_modules/@types/estree": {
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
||||||
"svgo": "3.2.0",
|
"svgo": "3.2.0",
|
||||||
"updates": "16.0.1",
|
"updates": "16.0.1",
|
||||||
"vite-string-plugin": "1.2.0",
|
"vite-string-plugin": "1.3.1",
|
||||||
"vitest": "1.5.3"
|
"vitest": "1.5.3"
|
||||||
},
|
},
|
||||||
"browserslist": ["defaults"]
|
"browserslist": ["defaults"]
|
||||||
|
|
|
@ -97,7 +97,7 @@
|
||||||
{
|
{
|
||||||
"description": "Automerge some packages when ci succeeds",
|
"description": "Automerge some packages when ci succeeds",
|
||||||
"extends": ["packages:linters"],
|
"extends": ["packages:linters"],
|
||||||
"matchDepNames": ["vitest"],
|
"matchDepNames": ["vitest", "vite-string-plugin"],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue