Skip to content

Commit

Permalink
Cleanup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Oct 10, 2024
1 parent 21da26f commit c167d45
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 2,943 deletions.
6 changes: 5 additions & 1 deletion packages/volto-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"access": "public"
},
"addons": [
"@plone/volto-slate",
"@redturtle/volto-slate-extras"
],
"scripts": {
Expand All @@ -33,12 +34,16 @@
"release-alpha": "release-it --preRelease=alpha"
},
"peerDependencies": {
"@plone/volto": "17 || 18",
"@plone/volto-slate": "17 || 18",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@plone/scripts": "^3.6.1",
"@plone/types": "1.0.0-alpha.20",
"@plone/volto": "workspace:^",
"@plone/volto-slate": "workspace:^",
"@types/classnames": "^2.2.11",
"@types/loadable__component": "^5.13.9",
"@types/lodash": "^4.14.201",
Expand All @@ -49,7 +54,6 @@
"dependencies": {
"@loadable/component": "5.14.1",
"@plone/components": "2.0.0-alpha.13",
"@plone/volto-slate": "18.0.0-alpha.19",
"@redturtle/volto-slate-extras": "workspace:^2.0.1",
"classnames": "2.2.6",
"lodash": "4.17.21",
Expand Down
2 changes: 0 additions & 2 deletions packages/volto-blocks/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"lib": ["es2022", "dom", "dom.iterable"],
"jsx": "react-jsx",
"paths": {
"@plone/volto/*": ["../../core/packages/volto/src/*"],
"@plone/volto-slate/*": ["../../core/packages/volto-slate/src/*"],
"@redturtle/volto-blocks/*": ["./src/*"]
}
},
Expand Down
11 changes: 8 additions & 3 deletions packages/volto-slate-extras/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"publishConfig": {
"access": "public"
},
"addons": [
"@plone/volto-slate"
],
"scripts": {
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
"dry-release": "release-it --dry-run",
Expand All @@ -30,15 +33,17 @@
"release-alpha": "release-it --preRelease=alpha"
},
"peerDependencies": {
"@plone/volto": ">=17.0.0",
"@plone/volto": "17 || 18",
"@plone/volto-slate": "17 || 18",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@plone/scripts": "^3.6.1",
"@plone/volto": "workspace:^",
"@plone/volto-slate": "workspace:^",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"release-it": "^17.1.1"
},
"dependencies": {}
}
}
2 changes: 0 additions & 2 deletions packages/volto-slate-extras/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"lib": ["es2022", "dom", "dom.iterable"],
"jsx": "react-jsx",
"paths": {
"@plone/volto/*": ["../../core/packages/volto/src/*"],
"@plone/volto-slate/*": ["../../core/packages/volto-slate/src/*"],
"@redturtle/volto-slate-extras/*": ["./src/*"]
}
},
Expand Down
Loading

0 comments on commit c167d45

Please sign in to comment.