File tree Expand file tree Collapse file tree 5 files changed +525
-525
lines changed Expand file tree Collapse file tree 5 files changed +525
-525
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ plugins:
10
10
- path : .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
11
11
spec : ' https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'
12
12
13
- yarnPath : .yarn/releases/yarn-4.5.2 .cjs
13
+ yarnPath : .yarn/releases/yarn-4.5.3 .cjs
Original file line number Diff line number Diff line change 12
12
"devDependencies" : {
13
13
"autoprefixer" : " ^10.4.20" ,
14
14
"daisyui" : " ^4.12.14" ,
15
- "parcel" : " ^2.13.0 " ,
15
+ "parcel" : " ^2.13.2 " ,
16
16
"postcss" : " ^8.4.49" ,
17
17
"tailwindcss" : " ^3.4.15" ,
18
18
"typescript" : " ^5.5.2"
Original file line number Diff line number Diff line change 47
47
"@testing-library/dom" : " ^10.4.0" ,
48
48
"@testing-library/jest-dom" : " ^6.6.3" ,
49
49
"@testing-library/react" : " ^16.0.1" ,
50
- "@types/node" : " ^22.9.3 " ,
50
+ "@types/node" : " ^22.10.1 " ,
51
51
"@types/react" : " ^18.3.12" ,
52
52
"@types/react-dom" : " ^18.3.1" ,
53
53
"@typescript-eslint/eslint-plugin" : " ^7.13.1" ,
63
63
"eslint-plugin-react" : " ^7.37.2" ,
64
64
"eslint-plugin-react-hooks" : " ^5.0.0" ,
65
65
"lint-staged" : " ^15.2.10" ,
66
- "prettier" : " ^3.3.3 " ,
66
+ "prettier" : " ^3.4.1 " ,
67
67
"react" : " ^18.3.1" ,
68
68
"react-dom" : " ^18.3.1" ,
69
69
"ts-jest" : " ^29.2.5" ,
91
91
}
92
92
},
93
93
"resolutions" : {
94
- "prettier" : " ^3.3.3 " ,
94
+ "prettier" : " ^3.4.1 " ,
95
95
"@types/react-dom" : " ^18.3.1" ,
96
96
"@types/react" : " ^18.3.12" ,
97
97
"@typescript-eslint/eslint-plugin" : " ^7.13.1" ,
113
113
"@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" ,
114
114
"@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"
115
115
},
116
- "packageManager" : " yarn@4.5.2 "
116
+ "packageManager" : " yarn@4.5.3 "
117
117
}
You can’t perform that action at this time.
0 commit comments