Skip to content

Commit

Permalink
Update @swc/core and rollup dependency versions across packages
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Feb 5, 2025
1 parent 0e1a288 commit 3041eff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/actionflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@swc/core": "^1.3.23",
"@swc/core": "1.3.32",
"@types/lodash-es": "^4.17.6",
"@types/mustache": "^4.2.2",
"rollup": "^3.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/editorjs_plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@swc/core": "1.3.32",
"@types/lodash-es": "^4.17.6",
"@types/mustache": "^4.2.2",
"rollup": "3.12.1",
"rollup": "^3.7.4",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-swc3": "^0.8.0",
"typescript": "^4.9.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/storex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "jest --runInBand"
},
"devDependencies": {
"@swc/core": "^1.3.23",
"@swc/core": "1.3.32",
"@types/jest": "^29.2.1",
"@types/node": "^18.11.9",
"jest": "^29.2.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/xgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
"vfile": "^5.3.7"
},
"devDependencies": {
"@swc/core": "^1.3.38",
"@swc/core": "1.3.38",
"click-to-react-component":"1.1.0",
"@types/less": "^3.0.3",
"@types/lodash-es": "^4.17.6",
"@types/mustache": "^4.2.2",
Expand Down

0 comments on commit 3041eff

Please sign in to comment.