Skip to content

Commit

Permalink
[fix] 4 detail bugs
Browse files Browse the repository at this point in the history
[optimize] upgrade to PNPM 9 & other latest Upstream packages
  • Loading branch information
TechQuery committed Apr 25, 2024
1 parent 580f135 commit f396451
Show file tree
Hide file tree
Showing 11 changed files with 5,194 additions and 4,440 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
24 changes: 12 additions & 12 deletions React/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-bootstrap-editor",
"version": "2.0.1",
"version": "2.0.2",
"license": "LGPL-3.0",
"author": "shiy2008@gmail.com",
"contributors": [
Expand All @@ -23,28 +23,28 @@
"source": "source/index.ts",
"types": "dist/index.d.ts",
"dependencies": {
"@swc/helpers": "^0.5.6",
"edkit": "^1.1.0",
"@swc/helpers": "^0.5.11",
"edkit": "^1.1.1",
"mobx": ">=6.11",
"mobx-react": ">=9.1",
"web-utility": "^4.1.3"
"web-utility": "^4.3.0"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"devDependencies": {
"@parcel/config-default": "~2.11.0",
"@parcel/packager-ts": "~2.11.0",
"@parcel/transformer-typescript-tsc": "~2.11.0",
"@parcel/transformer-typescript-types": "~2.11.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"parcel": "~2.11.0",
"@parcel/config-default": "~2.12.0",
"@parcel/packager-ts": "~2.12.0",
"@parcel/transformer-typescript-tsc": "~2.12.0",
"@parcel/transformer-typescript-types": "~2.12.0",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"parcel": "~2.12.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "~5.3.3"
"typescript": "~5.4.5"
},
"browserslist": "> 0.5%, last 2 versions, not dead, IE 11",
"targets": {
Expand Down
Loading

0 comments on commit f396451

Please sign in to comment.