Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wizweishijun committed Oct 25, 2021
1 parent dd6c849 commit 150d76c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cdn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Wiz Editor Demo</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<script src='https://cdn.jsdelivr.net/npm/[email protected].418/client/src/index.js' charset="utf-8"></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected].428/client/src/index.js' charset="utf-8"></script>
</head>
<body>
<div id="editor"></div>
Expand Down
2 changes: 1 addition & 1 deletion h5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"dependencies": {
"jose": "^3.4.0",
"mime": "^1.6.0",
"wiz-editor": "^v0.0.418"
"wiz-editor": "^v0.0.428"
}
}
2 changes: 1 addition & 1 deletion local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"webpack-cli": "3.3.12",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3",
"wiz-editor": "^v0.0.418"
"wiz-editor": "^v0.0.428"
}
}
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-dom": "^17.0.1",
"react-scripts": "4.0.1",
"web-vitals": "^0.2.4",
"wiz-editor-react": "^v0.0.418"
"wiz-editor-react": "^v0.0.428"
},
"scripts": {
"build": "react-scripts build",
Expand Down
2 changes: 1 addition & 1 deletion wiki-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"web-vitals": "^1.0.1",
"wiz-editor-react": "^v0.0.418"
"wiz-editor-react": "^v0.0.428"
},
"scripts": {
"build": "react-scripts build",
Expand Down
2 changes: 1 addition & 1 deletion wiki/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"wiz-editor": "^v0.0.418"
"wiz-editor": "^v0.0.428"
},
"devDependencies": {
"html-webpack-plugin": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion wiki/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"wiz-editor": "^v0.0.418"
"wiz-editor": "^v0.0.428"
}
}

0 comments on commit 150d76c

Please sign in to comment.