Skip to content

Commit

Permalink
chore: Update swc_core to v10.0.0 (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Jan 7, 2025
1 parent a7a22a2 commit 4e25c56
Show file tree
Hide file tree
Showing 59 changed files with 276 additions and 83 deletions.
5 changes: 0 additions & 5 deletions .changeset/perfect-vans-grab.md

This file was deleted.

92 changes: 52 additions & 40 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,26 +43,26 @@ serde_repr = "0.1"
sha2 = "0.10"
similar-asserts = "1.4.2"
sourcemap = "9.0.0"
swc_atoms = "3.0.0"
swc_atoms = "3.0.2"
swc_cached = "1.0.0"
swc_common = "5.0.0"
swc_core = "9.0.0"
swc_core = "10.0.0"
swc_css_ast = "5.0.0"
swc_css_codegen = "5.0.0"
swc_css_compat = "5.0.0"
swc_css_minifier = "5.0.0"
swc_css_parser = "5.0.0"
swc_css_prefixer = "5.0.0"
swc_css_visit = "5.0.0"
swc_ecma_ast = "5.0.0"
swc_ecma_codegen = "5.0.0"
swc_ecma_minifier = "6.0.1"
swc_ecma_parser = "6.0.0"
swc_ecma_transforms = "8.0.0"
swc_ecma_transforms_base = "6.0.2"
swc_ecma_transforms_react = "6.0.0"
swc_ecma_transforms_testing = "6.0.0"
swc_ecma_utils = "6.0.0"
swc_ecma_ast = "5.0.1"
swc_ecma_codegen = "5.0.1"
swc_ecma_minifier = "7.0.0"
swc_ecma_parser = "6.0.1"
swc_ecma_transforms = "9.0.0"
swc_ecma_transforms_base = "7.0.0"
swc_ecma_transforms_react = "7.0.0"
swc_ecma_transforms_testing = "7.0.0"
swc_ecma_utils = "7.0.0"
swc_ecma_visit = "5.0.0"
swc_plugin_macro = "1.0.0"
swc_plugin_proxy = "5.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swc/plugin-emotion

## 8.0.3

### Patch Changes

- f436a09: Update swc_core to v10.

## 8.0.2

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/emotion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ Source code for plugin itself (not transforms) are copied from https://github.co
# @swc/plugin-emotion
## 8.0.3
### Patch Changes
- f436a09: Update swc_core to v10.
## 8.0.2
### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/plugin-emotion",
"version": "8.0.2",
"version": "8.0.3",
"description": "SWC plugin for emotion css-in-js library",
"main": "swc_plugin_emotion.wasm",
"scripts": {
Expand Down
Loading

0 comments on commit 4e25c56

Please sign in to comment.