Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/@tailwindcss-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"dependencies": {
"@ampproject/remapping": "^2.3.0",
"@jridgewell/remapping": "^2.3.4",
"enhanced-resolve": "^5.18.2",
"jiti": "^2.5.1",
"lightningcss": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/@tailwindcss-node/src/optimize.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import remapping from '@ampproject/remapping'
import remapping from '@jridgewell/remapping'
import { Features, transform } from 'lightningcss'
import MagicString from 'magic-string'

Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"utilities.css"
],
"devDependencies": {
"@ampproject/remapping": "^2.3.0",
"@jridgewell/remapping": "^2.3.4",
"@tailwindcss/oxide": "workspace:^",
"@types/node": "catalog:",
"dedent": "1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss/src/source-maps/source-map.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import remapping from '@ampproject/remapping'
import remapping from '@jridgewell/remapping'
import dedent from 'dedent'
import MagicString from 'magic-string'
import * as fs from 'node:fs/promises'
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss/src/source-maps/source-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface DecodedMapping {
*
* We then require the use of other tools that can translate one or more
* "input" source maps into a final output source map. For example,
* `@ampproject/remapping` can be used to handle this.
* `@jridgewell/remapping` can be used to handle this.
*
* This also ensures that tools that expect "local" source maps are able to
* consume the source map we generate.
Expand Down
35 changes: 14 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading