Skip to content

Commit ce1fb9e

Browse files
committed
[optimize] update Upstream packages
1 parent 421d2e6 commit ce1fb9e

5 files changed

Lines changed: 1215 additions & 7087 deletions

File tree

React/package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "react-bootstrap-editor",
3-
"version": "1.0.0-rc.3",
3+
"version": "1.0.0-rc.4",
44
"license": "LGPL-3.0",
55
"author": "shiy2008@gmail.com",
6+
"contributors": [
7+
"1101077695@qq.com"
8+
],
69
"description": "Lightweight Rich Text Editor based on TypeScript, React & Bootstrap",
710
"keywords": [
811
"rich-text",
@@ -21,15 +24,15 @@
2124
"source": "source/index.ts",
2225
"types": "dist/index.d.ts",
2326
"dependencies": {
24-
"@swc/helpers": "^0.3.2",
25-
"edkit": "^1.0.0-rc.3",
27+
"@swc/helpers": "^0.3.8",
28+
"edkit": "^1.0.0-rc.4",
2629
"react": "^17.0.2",
2730
"react-dom": "^17.0.2"
2831
},
2932
"devDependencies": {
30-
"@types/react": "^17.0.38",
31-
"@types/react-dom": "^17.0.11",
32-
"parcel": "^2.0.1",
33+
"@types/react": "^17.0.43",
34+
"@types/react-dom": "^17.0.14",
35+
"parcel": "^2.4.1",
3336
"typescript": "~4.4.4"
3437
},
3538
"browserslist": "> 0.5%, last 2 versions, not dead",

React/test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/>
88
<link
99
rel="stylesheet"
10-
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css"
10+
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css"
1111
/>
1212
</head>
1313
<body>

0 commit comments

Comments
 (0)