-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # Cargo.lock # Cargo.toml
- Loading branch information
Showing
18 changed files
with
561 additions
and
444 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,8 @@ So you need to select an appropriate version of the plugin to match compatible ` | |
| `4.0.3` | `0.78.28` | `@swc/[email protected]` ~ `@swc/[email protected]` <br/> `[email protected] ~ [email protected]` | | ||
| `4.0.4` | `0.79.x` | `@swc/[email protected]` ~ `@swc/[email protected]` <br/> `[email protected]` ~ | | ||
| `4.0.5` | `0.87.x` | broken due incorrect version of `swc_common` | | ||
| `4.0.6` | `0.87.x` | `@swc/[email protected] ~ @swc/[email protected]` <br /> `~ [email protected]` | | ||
| `4.0.6` | `0.87.x` | `@swc/[email protected] ~ @swc/[email protected]` <br /> `~ [email protected]` | | ||
| `4.0.7` | `0.90.35` | `@swc/[email protected] ~` <br /> `[email protected] ~` <br /> `@rspack/[email protected] ~` | | ||
|
||
This table may become outdated. If you don't see a particular version of `@swc/core` or `next` check the compatibility by referring to the upstream's [Selecting the version](https://swc.rs/docs/plugin/selecting-swc-core) article. | ||
This will help you select the appropriate plugin version for your project. | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
264 changes: 135 additions & 129 deletions
264
examples/nextjs-13/yarn.lock → examples/nextjs/yarn.lock
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@lingui/swc-plugin", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"description": "A SWC Plugin for LinguiJS", | ||
"author": { | ||
"name": "Timofei Iatsenko", | ||
|
@@ -28,7 +28,6 @@ | |
"prepublishOnly": "cargo build-wasi --release" | ||
}, | ||
"files": [], | ||
"packageManager": "[email protected]", | ||
"peerDependencies": { | ||
"@lingui/macro": "4" | ||
}, | ||
|