Bump svelte-preprocess from 6.0.2 to 6.0.3 in /ui (#1395)
Bumps [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) from 6.0.2 to 6.0.3. - [Changelog](https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte-preprocess/compare/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: svelte-preprocess dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0b15542fb5
commit
cddd90904b
|
@ -17,7 +17,7 @@
|
|||
"postcss": "^8.4.47",
|
||||
"postcss-load-config": "^6.0.1",
|
||||
"svelte": "^4.2.19",
|
||||
"svelte-preprocess": "^6.0.2",
|
||||
"svelte-preprocess": "^6.0.3",
|
||||
"svelte-spa-router": "^4.0.1",
|
||||
"svelte-table": "^0.6.3",
|
||||
"tailwindcss": "^3.4.13",
|
||||
|
@ -2922,9 +2922,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/svelte-preprocess": {
|
||||
"version": "6.0.2",
|
||||
"resolved": "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-6.0.2.tgz",
|
||||
"integrity": "sha512-OvDTLfaOkkhjprbDKO0SOCkjNYuHy16dbD4SpqbIi6QiabOMHxRT4km5/dzbFFkmW1L0E2INF3MFltG2pgOyKQ==",
|
||||
"version": "6.0.3",
|
||||
"resolved": "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-6.0.3.tgz",
|
||||
"integrity": "sha512-PLG2k05qHdhmRG7zR/dyo5qKvakhm8IJ+hD2eFRQmMLHp7X3eJnjeupUtvuRpbNiF31RjVw45W+abDwHEmP5OA==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"engines": {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"postcss": "^8.4.47",
|
||||
"postcss-load-config": "^6.0.1",
|
||||
"svelte": "^4.2.19",
|
||||
"svelte-preprocess": "^6.0.2",
|
||||
"svelte-preprocess": "^6.0.3",
|
||||
"svelte-spa-router": "^4.0.1",
|
||||
"svelte-table": "^0.6.3",
|
||||
"tailwindcss": "^3.4.13",
|
||||
|
|
Loading…
Reference in New Issue