Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: scroll-into-view/smooth-scroll-into-view-if-needed
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.32
Choose a base ref
...
head repository: scroll-into-view/smooth-scroll-into-view-if-needed
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.33
Choose a head ref
Loading
Showing with 2,706 additions and 3,838 deletions.
  1. +19 −19 package.json
  2. +2,687 −3,819 yarn.lock
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -35,36 +35,36 @@
"scroll-into-view-if-needed": "^2.2.28"
},
"devDependencies": {
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/plugin-external-helpers": "7.12.13",
"@babel/preset-env": "7.13.12",
"@babel/preset-typescript": "7.13.0",
"@types/jest": "26.0.21",
"@babel/cli": "7.16.0",
"@babel/core": "7.16.0",
"@babel/plugin-external-helpers": "7.16.0",
"@babel/preset-env": "7.16.0",
"@babel/preset-typescript": "7.16.0",
"@types/jest": "26.0.24",
"babel-eslint": "10.1.0",
"babel-plugin-add-module-exports": "1.0.4",
"babel-plugin-dev-expression": "0.2.2",
"concurrently": "6.0.0",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-react": "7.22.0",
"babel-plugin-dev-expression": "0.2.3",
"concurrently": "6.4.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-react": "7.27.0",
"husky": "5.2.0",
"jest": "26.6.3",
"jest-junit": "12.0.0",
"jest-junit": "12.3.0",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
"prettier-package-json": "2.1.3",
"prettier": "2.4.1",
"prettier-package-json": "2.6.0",
"rimraf": "3.0.2",
"rollup": "2.42.3",
"rollup": "2.60.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-terser": "7.0.2",
"semantic-release": "17.4.2",
"ts-jest": "26.5.4",
"typescript": "4.2.3"
"semantic-release": "17.4.7",
"ts-jest": "26.5.6",
"typescript": "4.4.4"
},
"keywords": [
"behavior-smooth",
Loading