Skip to content

Commit cf4e0cc

Browse files
chore(deps): update all non-major dependencies
1 parent 72475b5 commit cf4e0cc

File tree

5 files changed

+533
-506
lines changed

5 files changed

+533
-506
lines changed

.yarn/releases/yarn-4.9.1.cjs renamed to .yarn/releases/yarn-4.9.2.cjs

Lines changed: 273 additions & 279 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ plugins:
1010
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
1111
spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'
1212

13-
yarnPath: .yarn/releases/yarn-4.9.1.cjs
13+
yarnPath: .yarn/releases/yarn-4.9.2.cjs

demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"devDependencies": {
1313
"@parcel/transformer-postcss": "^2.15.2",
14-
"@tailwindcss/postcss": "^4.1.7",
15-
"daisyui": "^5.0.38",
14+
"@tailwindcss/postcss": "^4.1.8",
15+
"daisyui": "^5.0.43",
1616
"parcel": "^2.15.2",
17-
"postcss": "^8.5.3",
18-
"tailwindcss": "^4.1.7",
17+
"postcss": "^8.5.4",
18+
"tailwindcss": "^4.1.8",
1919
"typescript": "^5.8.3"
2020
}
2121
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@
4848
"@testing-library/jest-dom": "^6.6.3",
4949
"@testing-library/react": "^16.3.0",
5050
"@types/entities": "^2.0.2",
51-
"@types/node": "^22.15.23",
51+
"@types/node": "^22.15.29",
5252
"@types/react": "^19.1.6",
5353
"@types/react-dom": "^19.1.5",
5454
"@typescript-eslint/eslint-plugin": "^8.33.0",
5555
"@typescript-eslint/parser": "^8.33.0",
5656
"ansi-regex": "^6.1.0",
5757
"cz-conventional-changelog": "^3.3.0",
5858
"dts-cli": "^2.0.5",
59-
"eslint": "^9.27.0",
59+
"eslint": "^9.28.0",
6060
"eslint-config-prettier": "^10.1.5",
6161
"eslint-plugin-import": "^2.31.0",
6262
"eslint-plugin-jsx-a11y": "^6.10.2",
63-
"eslint-plugin-prettier": "^5.4.0",
63+
"eslint-plugin-prettier": "^5.4.1",
6464
"eslint-plugin-react": "^7.37.5",
6565
"eslint-plugin-react-hooks": "^5.2.0",
6666
"jest": "^29.7.0",
@@ -95,7 +95,7 @@
9595
},
9696
"resolutions": {
9797
"prettier": "^3.5.3",
98-
"@types/react": "^19.1.5",
98+
"@types/react": "^19.1.6",
9999
"@types/react-dom": "^19.1.5",
100100
"@typescript-eslint/eslint-plugin": "^8.32.1",
101101
"@typescript-eslint/parser": "^7.13.1",
@@ -104,10 +104,10 @@
104104
"eslint-config-react-app": "^7.0.1",
105105
"eslint-plugin-import": "^2.31.0",
106106
"eslint-plugin-jsx-a11y": "^6.10.2",
107-
"eslint-plugin-prettier": "^5.4.0",
107+
"eslint-plugin-prettier": "^5.4.1",
108108
"eslint-plugin-react-hooks": "^5.2.0",
109109
"eslint-plugin-react": "^7.37.5",
110-
"eslint": "^8.57.1",
110+
"eslint": "^9.28.0",
111111
"react-dom": "^19.1.0",
112112
"ansi-regex": "^5.0.1",
113113
"minimist": "^1.2.8",
@@ -116,5 +116,5 @@
116116
"@types/testing-library__jest-dom@^5.14.8": "patch:@types/testing-library__jest-dom@npm%3A5.14.7#./.yarn/patches/@types-testing-library__jest-dom-npm-5.14.7-9c1df8c5da.patch",
117117
"@types/testing-library__jest-dom@^5.9.1": "patch:@types/testing-library__jest-dom@npm%3A5.14.7#./.yarn/patches/@types-testing-library__jest-dom-npm-5.14.7-9c1df8c5da.patch"
118118
},
119-
"packageManager": "yarn@4.9.1"
119+
"packageManager": "yarn@4.9.2"
120120
}

0 commit comments

Comments
 (0)