@seafile/react-image-lightbox
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@seafile/react-image-lightbox", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A lightbox component for React.js", | ||
@@ -13,6 +13,6 @@ "scripts": { | ||
"prettier": "prettier --write \"./**/*.{md,js,css}\" \"!./{build,dist}/**\" \"!./style.css*\"", | ||
"prepublishOnly": "yarn run lint && yarn run test && yarn run build", | ||
"prepublishOnly": "npm run lint && npm run test && npm run build", | ||
"test": "jest", | ||
"test:watch": "jest --watchAll", | ||
"deploy": "yarn run build:demo && gh-pages -d build", | ||
"deploy": "npm run build:demo && gh-pages -d build", | ||
"release": "standard-version" | ||
@@ -48,8 +48,8 @@ }, | ||
"dependencies": { | ||
"prop-types": "^15.6.2", | ||
"react-modal": "^3.11.1" | ||
"prop-types": "^15.8.1", | ||
"react-modal": "^3.16.1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.x", | ||
"react-dom": "^16.x" | ||
"react": "^16.x || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^16.x || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -56,0 +56,0 @@ "devDependencies": { |
@@ -137,3 +137,3 @@ # Seafile React Image Lightbox | ||
# Lints the code with eslint and my custom rules. | ||
yarn run lint | ||
npm run lint | ||
@@ -143,3 +143,3 @@ # Lints and builds the code, placing the result in the dist directory. | ||
# `npm link`-ed to this repository from another local project. | ||
yarn run build | ||
npm run build | ||
``` | ||
@@ -146,0 +146,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
165825
4234
0
7
+ Addedreact@18.3.1(transitive)
+ Addedreact-dom@18.3.1(transitive)
+ Addedscheduler@0.23.2(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedscheduler@0.19.1(transitive)
Updatedprop-types@^15.8.1
Updatedreact-modal@^3.16.1