Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

chore: update to Slate 0.93 #414

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 33 additions & 21 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
"react-dom": "^16.13.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"slate": "^0.85.0",
"slate-history": "^0.85.0",
"slate-react": "^0.83.2",
"slate": "^0.93.0",
"slate-history": "^0.93.0",
"slate-react": "^0.93.0",
"styled-components": "^5.1.0"
},
"scripts": {
"storybook": "NODE_OPTIONS='--openssl-legacy-provider' lerna exec --scope storybook -- npm run build-storybook",
"storybook:ci": "NODE_OPTIONS='--openssl-legacy-provider' lerna exec --scope storybook -- npm run storybook:ci",
"storybook": "lerna exec --scope storybook -- npm run build-storybook",
"storybook:ci": "lerna exec --scope storybook -- npm run storybook:ci",
"postinstall": "npm run bootstrap",
"bootstrap": "lerna bootstrap",
"licchk": "license-check-and-add",
"pretest": "npm run licchk",
"test:e2e": "NODE_OPTIONS='--openssl-legacy-provider' lerna exec --scope storybook -- npm run ci:start-and-test-storybook",
"test:e2e": "lerna exec --scope storybook -- npm run ci:start-and-test-storybook",
"test": "exit 0",
"repoclean": "lerna clean",
"changelog:unreleased": "lerna-changelog"
Expand Down
54 changes: 33 additions & 21 deletions packages/storybook/package-lock.json

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

12 changes: 6 additions & 6 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@
"rollup-plugin-stylelint": "1.0.0",
"rollup-plugin-terser": "5.3.0",
"semantic-ui-css": "^2.4.1",
"slate": "^0.85.0",
"slate-history": "^0.85.0",
"slate-react": "^0.83.2",
"slate": "^0.93.0",
"slate-history": "^0.93.0",
"slate-react": "^0.93.0",
"styled-components": "^5.1.0",
"stylelint": "13.3.3",
"stylelint-config-standard": "20.0.0",
"stylelint-order": "4.0.0"
},
"scripts": {
"storybook": "NODE_OPTIONS='--openssl-legacy-provider' start-storybook -p 9009 -s public",
"build-storybook": "NODE_OPTIONS='--openssl-legacy-provider --max-old-space-size=4096' build-storybook -s public --quiet",
"build-storybook:watch": "NODE_OPTIONS='--openssl-legacy-provider --max-old-space-size=4096' build-storybook -w -s public --quiet",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "NODE_OPTIONS='--max-old-space-size=4096' build-storybook -s public --quiet",
"build-storybook:watch": "NODE_OPTIONS='--max-old-space-size=4096' build-storybook -w -s public --quiet",
"test": "NODE_ENV=test jest",
"storybook:ci": "start-storybook -p 9009 -s public --ci",
"test:e2e": "cypress run --headless -C cypress.json",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-contract-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prop-types": "^15.7.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"slate-history": "^0.85.0",
"slate-history": "^0.93.0",
"uuid": "^8.3.2"
},
"scripts": {
Expand Down Expand Up @@ -101,8 +101,8 @@
"react": ">=16.13.1",
"react-dom": ">=16.13.1",
"semantic-ui-css": "^2.4.1",
"slate": ">=0.63.0",
"slate-react": ">=0.83.2",
"slate": ">=0.93.0",
"slate-react": ">=0.93.0",
"styled-components": "^5.1.0"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-markdown-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
"react": ">=16.13.1",
"react-dom": ">=16.13.1",
"semantic-ui-css": "^2.4.1",
"slate": ">=0.85.0",
"slate-history": ">=0.85.0",
"slate-react": ">=0.83.2",
"slate": ">=0.93.0",
"slate-history": ">=0.93.0",
"slate-react": ">=0.93.0",
"styled-components": "^5.1.0"
},
"files": [
Expand Down