Skip to content

Commit

Permalink
[optimize] upgrade Upstream packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Jun 18, 2023
1 parent e1253e0 commit b135250
Show file tree
Hide file tree
Showing 10 changed files with 1,571 additions and 1,407 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org
cache: pnpm
- name: Install Dependencies
Expand All @@ -23,6 +24,7 @@ jobs:
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Update document
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion React/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Lightweight **Rich Text Editor** based on [Edkit][1], [React][2] & [Bootstrap][3

## Demo

https://ideapp.dev/React-MobX-Bootstrap-ts/#/component
https://idea2app.github.io/React-MobX-Bootstrap-ts/#/component

## Tools

Expand Down
20 changes: 12 additions & 8 deletions React/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-bootstrap-editor",
"version": "1.0.0-rc.7",
"version": "1.0.0",
"license": "LGPL-3.0",
"author": "shiy2008@gmail.com",
"contributors": [
Expand All @@ -26,15 +26,19 @@
"dependencies": {
"@swc/helpers": "^0.4.14",
"edkit": "^1.0.0-rc.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"web-utility": "^3.9.9"
"web-utility": "^4.0.0"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"devDependencies": {
"@types/react": "^17.0.52",
"@types/react-dom": "^17.0.18",
"parcel": "~2.6.2",
"typescript": "~4.7.4"
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"parcel": "~2.8.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "~5.1.3"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
Expand Down
Loading

0 comments on commit b135250

Please sign in to comment.