Skip to content

Commit 26dbbb6

Browse files
authored
Upgrade Yarn and dependencies (#196)
1 parent 5330ede commit 26dbbb6

File tree

5 files changed

+1150
-1152
lines changed

5 files changed

+1150
-1152
lines changed

.yarn/releases/yarn-4.11.0.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-4.6.0.cjs

Lines changed: 0 additions & 934 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# yaml-language-server: $schema=https://yarnpkg.com/configuration/yarnrc.json
21
enableGlobalCache: true
32

43
nodeLinker: node-modules
54

6-
yarnPath: .yarn/releases/yarn-4.6.0.cjs
5+
yarnPath: .yarn/releases/yarn-4.11.0.cjs

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
"author": "Nathan Walters <[email protected]>",
66
"dependencies": {
77
"@rehooks/local-storage": "^2.4.5",
8-
"@tailwindcss/postcss": "^4.1.16",
8+
"@tailwindcss/postcss": "^4.1.17",
99
"@types/fs-extra": "^11.0.4",
1010
"@types/js-yaml": "^4.0.9",
11-
"@types/react": "^19.2.2",
12-
"autoprefixer": "^10.4.21",
11+
"@types/react": "^19.2.4",
12+
"autoprefixer": "^10.4.22",
1313
"classnames": "^2.5.1",
1414
"fs-extra": "^11.3.2",
1515
"husky": "^9.1.7",
16-
"js-yaml": "^4.1.0",
17-
"next": "^16.0.1",
16+
"js-yaml": "^4.1.1",
17+
"next": "^16.0.2",
1818
"postcss": "^8.5.6",
1919
"postcss-import": "^16.1.1",
2020
"prettier": "^3.6.2",
2121
"pretty-quick": "^4.2.2",
2222
"react": "^19.2.0",
2323
"react-dom": "^19.2.0",
24-
"tailwindcss": "^4.1.16",
24+
"tailwindcss": "^4.1.17",
2525
"typescript": "^5.9.3"
2626
},
2727
"license": "MIT",
@@ -38,9 +38,9 @@
3838
"url": "https://github.com/nwalters512/cookbook"
3939
},
4040
"devDependencies": {
41-
"@types/node": "^24.9.2",
42-
"eslint": "^9.38.0",
43-
"eslint-config-next": "^16.0.1"
41+
"@types/node": "^24.10.1",
42+
"eslint": "^9.39.1",
43+
"eslint-config-next": "^16.0.2"
4444
},
45-
"packageManager": "yarn@4.6.0"
45+
"packageManager": "yarn@4.11.0"
4646
}

0 commit comments

Comments
 (0)