Skip to content

Commit 9a5bae2

Browse files
committed
Revert "Update all pnpm dependencies (2025-09-20) (#18971)"
This reverts commit 42eadfd.
1 parent 42eadfd commit 9a5bae2

File tree

9 files changed

+318
-344
lines changed

9 files changed

+318
-344
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"prettier-plugin-embed": "^0.5.0",
5757
"prettier-plugin-organize-imports": "^4.2.0",
5858
"tsup": "^8.5.0",
59-
"turbo": "^2.5.6",
59+
"turbo": "^2.5.4",
6060
"typescript": "^5.5.4",
6161
"vitest": "^2.0.5"
6262
},

packages/@tailwindcss-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"enhanced-resolve": "^5.18.3",
4242
"jiti": "^2.5.1",
4343
"lightningcss": "catalog:",
44-
"magic-string": "^0.30.19",
44+
"magic-string": "^0.30.18",
4545
"source-map-js": "^1.2.1",
4646
"tailwindcss": "workspace:*"
4747
}

packages/@tailwindcss-standalone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@parcel/watcher-linux-x64-glibc": "^2.5.1",
4343
"@parcel/watcher-linux-x64-musl": "^2.5.1",
4444
"@parcel/watcher-win32-x64": "^2.5.1",
45-
"@types/bun": "^1.2.21",
46-
"bun": "^1.2.21",
45+
"@types/bun": "^1.2.20",
46+
"bun": "^1.2.20",
4747
"lightningcss-darwin-arm64": "catalog:",
4848
"lightningcss-darwin-x64": "catalog:",
4949
"lightningcss-linux-arm64-gnu": "catalog:",

packages/@tailwindcss-upgrade/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"@types/braces": "^3.0.5",
5050
"@types/node": "catalog:",
5151
"@types/postcss-import": "^14.0.3",
52-
"@types/semver": "^7.7.1"
52+
"@types/semver": "^7.7.0"
5353
}
5454
}

packages/tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"@types/node": "catalog:",
133133
"dedent": "1.6.0",
134134
"lightningcss": "catalog:",
135-
"magic-string": "^0.30.19",
135+
"magic-string": "^0.30.18",
136136
"source-map-js": "^1.2.1"
137137
}
138138
}

playgrounds/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
},
1919
"devDependencies": {
2020
"@types/node": "catalog:",
21-
"@types/react": "^19.1.13",
22-
"@types/react-dom": "^19.1.9",
23-
"eslint": "^9.35.0",
24-
"eslint-config-next": "^15.5.2",
21+
"@types/react": "^19.1.9",
22+
"@types/react-dom": "^19.1.7",
23+
"eslint": "^9.33.0",
24+
"eslint-config-next": "^15.4.7",
2525
"typescript": "^5.5.4"
2626
}
2727
}

playgrounds/v3/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
},
1717
"devDependencies": {
1818
"@types/node": "^20.14.8",
19-
"@types/react": "^19.1.13",
20-
"@types/react-dom": "^19.1.9",
19+
"@types/react": "^19.1.9",
20+
"@types/react-dom": "^19.1.7",
2121
"autoprefixer": "^10.4.21",
22-
"eslint": "^9.35.0",
23-
"eslint-config-next": "^15.5.2",
22+
"eslint": "^9.33.0",
23+
"eslint-config-next": "^15.4.7",
2424
"typescript": "^5.5.4"
2525
}
2626
}

playgrounds/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"dependencies": {
1212
"@tailwindcss/vite": "workspace:^",
13-
"@vitejs/plugin-react": "^5.0.2",
13+
"@vitejs/plugin-react": "^5.0.0",
1414
"react": "^19.1.1",
1515
"react-dom": "^19.1.1",
1616
"tailwindcss": "workspace:^"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^19.1.13",
20-
"@types/react-dom": "^19.1.9",
21-
"bun": "^1.2.21",
19+
"@types/react": "^19.1.9",
20+
"@types/react-dom": "^19.1.7",
21+
"bun": "^1.2.20",
2222
"vite": "catalog:"
2323
}
2424
}

0 commit comments

Comments
 (0)