Skip to content

Commit

Permalink
chore: bump swc-core to 0.79.28
Browse files Browse the repository at this point in the history
  • Loading branch information
timofei-iatsenko committed Jul 26, 2023
1 parent ad863c1 commit 010a5a0
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 35 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = "1"
serde_json = "1.0.95"
regex = "1.7.3"
once_cell = "1.17.1"
swc_core = { version = "0.78.28", features = [
swc_core = { version = "0.79.28", features = [
"ecma_plugin_transform",
"ecma_utils",
"ecma_visit",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ So you need to select an appropriate version of the plugin to match compatible `
| `4.0.0` | `0.75.33` | `@swc/[email protected]` ~ `@swc/[email protected]` <br/> `[email protected]` ~ `[email protected]` |
| `4.0.1` | `0.76.0` | broken due to [`lto = true`](https:/swc-project/swc/issues/7470#issuecomment-1571585905) |
| `4.0.2` | `0.76.41` | `@swc/[email protected]` ~ `@swc/[email protected]` <br/> `[email protected]` ~ |
| `4.0.3` | `0.78.28` | `@swc/[email protected] ~ @swc/[email protected]` <br/> `[email protected]` |
| n/a | `0.79.x` | `@swc/[email protected]` |
| `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]` <br/> `[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.
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/swc-plugin",
"version": "4.0.3",
"version": "4.0.4",
"description": "A SWC Plugin for LinguiJS",
"author": {
"name": "Timofei Iatsenko",
Expand Down Expand Up @@ -30,9 +30,7 @@
"files": [],
"packageManager": "[email protected]",
"peerDependencies": {
"@lingui/macro": "4",
"@swc/core": "1.3.63 - 1.3.67",
"next": "13.4.8"
"@lingui/macro": "4"
},
"peerDependenciesMeta": {
"@swc/core": {
Expand Down

0 comments on commit 010a5a0

Please sign in to comment.