Skip to content

Commit 8e8a2d6

Browse files
update @ampproject/remapping to @jridgewell/remapping (#18716)
Even though [`@ampproject/remapping`](https://npm.im/@ampproject/remapping) isn't deprecated on npm (yet), it's [repo](https://github.com/ampproject/remapping) is archived, so people should move to [`@jridgewell/remapping`](https://npm.im/@jridgewell/remapping) > Development moved to [monorepo](https://github.com/jridgewell/sourcemaps) > See https://github.com/jridgewell/sourcemaps/tree/main/packages/remapping for latest code. --------- Co-authored-by: Jordan Pittman <[email protected]>
1 parent 30be24b commit 8e8a2d6

File tree

6 files changed

+19
-26
lines changed

6 files changed

+19
-26
lines changed

packages/@tailwindcss-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"dependencies": {
40-
"@ampproject/remapping": "^2.3.0",
40+
"@jridgewell/remapping": "^2.3.4",
4141
"enhanced-resolve": "^5.18.2",
4242
"jiti": "^2.5.1",
4343
"lightningcss": "catalog:",

packages/@tailwindcss-node/src/optimize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import remapping from '@ampproject/remapping'
1+
import remapping from '@jridgewell/remapping'
22
import { Features, transform } from 'lightningcss'
33
import MagicString from 'magic-string'
44

packages/tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"utilities.css"
128128
],
129129
"devDependencies": {
130-
"@ampproject/remapping": "^2.3.0",
130+
"@jridgewell/remapping": "^2.3.4",
131131
"@tailwindcss/oxide": "workspace:^",
132132
"@types/node": "catalog:",
133133
"dedent": "1.6.0",

packages/tailwindcss/src/source-maps/source-map.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import remapping from '@ampproject/remapping'
1+
import remapping from '@jridgewell/remapping'
22
import dedent from 'dedent'
33
import MagicString from 'magic-string'
44
import * as fs from 'node:fs/promises'

packages/tailwindcss/src/source-maps/source-map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface DecodedMapping {
5757
*
5858
* We then require the use of other tools that can translate one or more
5959
* "input" source maps into a final output source map. For example,
60-
* `@ampproject/remapping` can be used to handle this.
60+
* `@jridgewell/remapping` can be used to handle this.
6161
*
6262
* This also ensures that tools that expect "local" source maps are able to
6363
* consume the source map we generate.

pnpm-lock.yaml

Lines changed: 14 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)