Skip to content

Commit

Permalink
Update package dependencies in editorjs_plugins and xgen
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Feb 4, 2025
1 parent 717ad4f commit 0e1a288
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/editorjs_plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@swc/core": "1.3.38",
"@swc/core": "1.3.32",
"@types/lodash-es": "^4.17.6",
"@types/mustache": "^4.2.2",
"rollup": "^3.7.4",
"rollup": "3.12.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-swc3": "^0.8.0",
"typescript": "^4.9.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/xgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
"nice-try": "^3.0.1",
"phosphor-react": "^1.4.1",
"rc-upload": "4.3.6",
"react": "18.2.0",
"react": "^18.2.0",
"react-activation": "^0.12.2",
"react-color-palette": "^6.2.0",
"react-countup": "^6.4.0",
"react-dom": "18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-grid-layout": "^1.4.4",
"react-helmet-async": "^1.3.0",
Expand All @@ -97,7 +97,7 @@
"vfile": "^5.3.7"
},
"devDependencies": {
"@swc/core": "1.3.32",
"@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 0e1a288

Please sign in to comment.