Skip to content

Commit a74d935

Browse files
fix(deps): pin dependencies (#1528)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@tailwindcss/cli](https://tailwindcss.com) ([source](https://redirect.github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-cli)) | dependencies | pin | [`^4.1.11` -> `4.1.11`](https://renovatebot.com/diffs/npm/@tailwindcss%2fcli/4.1.11/4.1.11) | | [@tailwindcss/vite](https://tailwindcss.com) ([source](https://redirect.github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite)) | devDependencies | pin | [`^4.1.11` -> `4.1.11`](https://renovatebot.com/diffs/npm/@tailwindcss%2fvite/4.1.11/4.1.11) | | [tw-animate-css](https://redirect.github.com/Wombosvideo/tw-animate-css) | dependencies | pin | [`^1.3.5` -> `1.3.5`](https://renovatebot.com/diffs/npm/tw-animate-css/1.3.5/1.3.5) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/unraid/api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c62e0a commit a74d935

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

pnpm-lock.yaml

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

unraid-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@jsonforms/core": "3.6.0",
5353
"@jsonforms/vue": "3.6.0",
5454
"@jsonforms/vue-vanilla": "3.6.0",
55-
"@tailwindcss/cli": "^4.1.11",
55+
"@tailwindcss/cli": "4.1.11",
5656
"@vueuse/core": "13.5.0",
5757
"class-variance-authority": "0.7.1",
5858
"clsx": "2.1.1",
@@ -63,7 +63,7 @@
6363
"reka-ui": "2.3.2",
6464
"shadcn-vue": "2.2.0",
6565
"tailwind-merge": "2.6.0",
66-
"tw-animate-css": "^1.3.5",
66+
"tw-animate-css": "1.3.5",
6767
"vue-sonner": "1.3.2"
6868
},
6969
"devDependencies": {
@@ -72,7 +72,7 @@
7272
"@storybook/addon-links": "9.0.17",
7373
"@storybook/builder-vite": "9.0.17",
7474
"@storybook/vue3-vite": "9.0.17",
75-
"@tailwindcss/vite": "^4.1.11",
75+
"@tailwindcss/vite": "4.1.11",
7676
"@testing-library/vue": "8.1.0",
7777
"@types/jsdom": "21.1.7",
7878
"@types/node": "22.16.4",

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@pinia/testing": "1.0.2",
5050
"@rollup/plugin-strip": "3.0.4",
5151
"@tailwindcss/typography": "0.5.16",
52-
"@tailwindcss/vite": "^4.1.11",
52+
"@tailwindcss/vite": "4.1.11",
5353
"@testing-library/vue": "8.1.0",
5454
"@types/crypto-js": "4.2.2",
5555
"@types/eslint-config-prettier": "6.11.3",

0 commit comments

Comments
 (0)