Skip to content

Commit 7659045

Browse files
deps: bump the major-dependencies group with 4 updates
Bumps the major-dependencies group with 4 updates: [@ugrc/utilities](https://github.com/agrc/kitchen-sink), [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier), [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@ugrc/utilities` from 2.4.3 to 3.0.0 - [Release notes](https://github.com/agrc/kitchen-sink/releases) - [Changelog](https://github.com/agrc/kitchen-sink/blob/main/release-please-config.json) - [Commits](agrc/kitchen-sink@utilities-v2.4.3...sherlock-v3.0.0) Updates `eslint-config-prettier` from 9.1.0 to 10.0.1 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v9.1.0...v10.0.1) Updates `tailwindcss` from 3.4.17 to 4.0.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.3/packages/tailwindcss) Updates `vitest` from 2.1.8 to 3.0.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/vitest) --- updated-dependencies: - dependency-name: "@ugrc/utilities" dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-dependencies - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-dependencies - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-dependencies - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c4be987 commit 7659045

File tree

2 files changed

+141
-811
lines changed

2 files changed

+141
-811
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@heroicons/react": "^2.1.5",
3333
"@ugrc/layer-selector": "^6.2.11",
3434
"@ugrc/utah-design-system": "^1.18.2",
35-
"@ugrc/utilities": "^2.4.3",
35+
"@ugrc/utilities": "^3.0.0",
3636
"firebase": "^11.0.1",
3737
"ky": "^1.7.4",
3838
"lodash.startcase": "^4.4.0",
@@ -58,7 +58,7 @@
5858
"autoprefixer": "^10.4.20",
5959
"cpy-cli": "^5.0.0",
6060
"eslint": "^9.17.0",
61-
"eslint-config-prettier": "^9.1.0",
61+
"eslint-config-prettier": "^10.0.1",
6262
"eslint-plugin-prettier": "^5.2.1",
6363
"eslint-plugin-react": "^7.37.3",
6464
"eslint-plugin-react-hooks": "^5.1.0-rc-06d0b89e-20240801",
@@ -68,12 +68,12 @@
6868
"prettier-plugin-organize-imports": "^4.1.0",
6969
"prettier-plugin-packagejson": "^2.5.3",
7070
"prettier-plugin-tailwindcss": "^0.6.8",
71-
"tailwindcss": "^3.4.17",
71+
"tailwindcss": "^4.0.3",
7272
"tailwindcss-react-aria-components": "^1.1.6",
7373
"typescript": "^5.6.3",
7474
"typescript-eslint": "^8.19.0",
7575
"vite": "^6.0.6",
7676
"vite-plugin-package-version": "^1.1.0",
77-
"vitest": "^2.1.5"
77+
"vitest": "^3.0.4"
7878
}
7979
}

0 commit comments

Comments
 (0)