Skip to content

Commit

Permalink
update lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
dalibortosic00 committed Oct 19, 2023
1 parent 6733e6f commit 09c1166
Show file tree
Hide file tree
Showing 7 changed files with 2,073 additions and 4,089 deletions.
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"lerna": "3.19.0",
"version": "0.61.4",
"npmClient": "yarn",
"useWorkspaces": true
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,13 @@
"is-url": "^1.2.4",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lerna": "^3.22.1",
"lerna": "^7.4.1",
"lint-staged": "^15.0.1",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"next": "^13.5.6",
"npm-run-all": "^4.1.5",
"nx": "^16.10.0",
"playwright": "1.39.0",
"prettier": "^3.0.3",
"prismjs": "^1.29.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/slate-history/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-history",
"description": "An operation-based history implementation for Slate editors.",
"version": "0.61.4",
"version": "0.93.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand All @@ -19,8 +19,8 @@
"devDependencies": {
"@babel/runtime": "^7.23.2",
"lodash": "^4.17.21",
"slate": "^0.61.4",
"slate-hyperscript": "^0.61.4",
"slate": "^0.94.0",
"slate-hyperscript": "^0.81.3",
"source-map-loader": "^4.0.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/slate-hyperscript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-hyperscript",
"description": "A hyperscript helper for creating Slate documents.",
"version": "0.61.4",
"version": "0.81.3",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {
"@babel/runtime": "^7.23.2",
"slate": "^0.61.4",
"slate": "^0.94.0",
"source-map-loader": "^4.0.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/slate-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.61.4",
"version": "0.99.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"slate": "^0.61.4",
"slate-hyperscript": "^0.61.4",
"slate": "^0.94.0",
"slate-hyperscript": "^0.81.3",
"source-map-loader": "^4.0.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/slate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate",
"description": "A completely customizable framework for building rich text editors.",
"version": "0.61.4",
"version": "0.94.1",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand All @@ -21,7 +21,7 @@
"devDependencies": {
"@babel/runtime": "^7.23.2",
"lodash": "^4.17.21",
"slate-hyperscript": "^0.61.4",
"slate-hyperscript": "^0.81.3",
"source-map-loader": "^4.0.1"
},
"keywords": [
Expand Down
Loading

0 comments on commit 09c1166

Please sign in to comment.