Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

update react to 18.2.0 #250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
DarkProDen wants to merge 3 commits into LeetCode-OpenSource:master
base: master
Choose a base branch
Loading
from DarkProDen:master
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ node_modules/
dist/
.idea
.cache
.yarn/cache/*.zip
*.tgz
*.gz
.DS_Store
1 change: 1 addition & 0 deletions .yarnrc.yml
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
10 changes: 5 additions & 5 deletions package.json
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-simple-resizer",
"version": "2.1.0",
"version": "3.0.0",
"description": "An intuitive React component set for multi-column resizing",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -54,8 +54,8 @@
"parcel-bundler": "^1.10.3",
"parcel-plugin-bundle-visualiser": "^1.2.0",
"prettier": "2.2.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tslib": "^2.0.0",
"tslint": "^6.0.0",
"tslint-eslint-rules": "^5.3.1",
Expand All @@ -67,7 +67,7 @@
"rxjs": "^6.3.3"
},
"peerDependencies": {
"react": "^16.3.0",
"react-dom": "^17.0.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
Loading

AltStyle によって変換されたページ (->オリジナル) /