Skip to content

Commit e137f1f

Browse files
chore(deps): update dependency vite-plugin-ruby to v5
1 parent 24833f3 commit e137f1f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"sass": "^1.69.5",
3434
"typescript": "^4.9.5",
3535
"vite": "^4.3.5",
36-
"vite-plugin-ruby": "^3.2.2",
36+
"vite-plugin-ruby": "^5.0.0",
3737
"vue-tsc": "^1.8.22"
3838
},
3939
"resolutions": {

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ fast-diff@^1.1.2:
13451345
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
13461346
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
13471347

1348-
fast-glob@^3.2.12, fast-glob@^3.2.9:
1348+
fast-glob@^3.2.9:
13491349
version "3.2.12"
13501350
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
13511351
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
@@ -1356,7 +1356,7 @@ fast-glob@^3.2.12, fast-glob@^3.2.9:
13561356
merge2 "^1.3.0"
13571357
micromatch "^4.0.4"
13581358

1359-
fast-glob@^3.3.0:
1359+
fast-glob@^3.3.0, fast-glob@^3.3.2:
13601360
version "3.3.2"
13611361
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
13621362
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -2820,13 +2820,13 @@ util-deprecate@^1.0.2:
28202820
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
28212821
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
28222822

2823-
vite-plugin-ruby@^3.2.2:
2824-
version "3.2.2"
2825-
resolved "https://registry.yarnpkg.com/vite-plugin-ruby/-/vite-plugin-ruby-3.2.2.tgz#a174bc435b11350cfcb1b976342ca740d0bcaed2"
2826-
integrity sha512-cuHG1MajRWPR8YdfF6lvgsQRnKFEBRwZF//asFbRiI1psacxB5aPlHSvYZYxAu5IflrAa0MdR0HxEq+g98M3iQ==
2823+
vite-plugin-ruby@^5.0.0:
2824+
version "5.0.0"
2825+
resolved "https://registry.yarnpkg.com/vite-plugin-ruby/-/vite-plugin-ruby-5.0.0.tgz#cd891198a7672f2e8402439f53ab9d2b08f6502d"
2826+
integrity sha512-c8PjTp21Ah/ttgnNUyu0qvCXZI08Jr9I24oUKg3TRIRhF5GcOZ++6wtlTCrNFd9COEQbpXHxlRIXd/MEg0iZJw==
28272827
dependencies:
28282828
debug "^4.3.4"
2829-
fast-glob "^3.2.12"
2829+
fast-glob "^3.3.2"
28302830

28312831
vite@^4.3.5:
28322832
version "4.5.0"

0 commit comments

Comments
 (0)