Skip to content

Commit

Permalink
Update @swc/core versions in editorjs_plugins and xgen packages
Browse files Browse the repository at this point in the history
- Modified @swc/core version in editorjs_plugins to ^1.3.23
- Updated @swc/core version in xgen to ^1.3.38
- Added dependency inspection steps in GitHub workflow for both packages
  • Loading branch information
trheyi committed Feb 4, 2025
1 parent a25dcc6 commit 959e4bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
- name: Install
run: pnpm install --no-frozen-lockfile

- name: Inspect editorjs_plugins dependencies
run: cd packages/editorjs_plugins && pnpm ls

- name: Inspect xgen dependencies
run: cd packages/xgen && pnpm ls

- name: Test Build
run: pnpm run build

2 changes: 1 addition & 1 deletion packages/editorjs_plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@swc/core": "1.3.75",
"@swc/core": "^1.3.23",
"@types/lodash-es": "^4.17.6",
"@types/mustache": "^4.2.2",
"rollup": "^3.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/xgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"vfile": "^5.3.7"
},
"devDependencies": {
"@swc/core": "1.3.75",
"@swc/core": "^1.3.38",
"@types/less": "^3.0.3",
"@types/lodash-es": "^4.17.6",
"@types/mustache": "^4.2.2",
Expand Down

0 comments on commit 959e4bb

Please sign in to comment.