Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dromru/react-photoswipe-gallery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2dc0ef94a9805894da425abfc202c2b5c668c18f
Choose a base ref
..
head repository: dromru/react-photoswipe-gallery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c5d9a4cec0f0797682c929fa7834993ec22d8f1c
Choose a head ref
Showing with 630 additions and 629 deletions.
  1. +20 −20 package.json
  2. +610 −609 yarn.lock
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -49,11 +49,11 @@
"postpack": "pinst --enable"
},
"devDependencies": {
"@babel/cli": "7.22.10",
"@babel/core": "7.22.11",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/prompt": "17.7.1",
"@babel/cli": "7.23.0",
"@babel/core": "7.23.2",
"@commitlint/cli": "17.8.0",
"@commitlint/config-conventional": "17.8.0",
"@commitlint/prompt": "17.8.0",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-storysource": "6.5.16",
"@storybook/addons": "6.5.16",
@@ -65,25 +65,25 @@
"@storybook/react": "6.5.16",
"@storybook/source-loader": "6.5.16",
"@storybook/theming": "6.5.16",
"@testing-library/dom": "9.3.1",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.5.4",
"@types/prop-types": "15.7.5",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.5",
"@types/prop-types": "15.7.8",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"@types/testing-library__dom": "7.5.0",
"@types/testing-library__jest-dom": "5.14.9",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@yarnpkg/sdks": "2.7.0",
"babel-loader": "9.1.3",
"babel-plugin-add-import-extension": "1.6.0",
"babel-plugin-named-exports-order": "0.0.2",
"commitizen": "4.3.0",
"core-js": "3.32.1",
"eslint": "8.48.0",
"core-js": "3.33.0",
"eslint": "8.51.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-node": "0.3.9",
@@ -93,17 +93,17 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "13.3.0",
"photoswipe": "5.3.8",
"photoswipe": "5.4.2",
"photoswipe-dynamic-caption-plugin": "dimsemenov/photoswipe-dynamic-caption-plugin",
"pinst": "3.0.0",
"prettier": "3.0.3",
"prettier": "3.1.0",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"standard-version": "9.5.0",
"storybook-dark-mode": "2.1.1",
"ts-jest": "29.1.1",
Loading