Skip to content

Commit 7b7eff8

Browse files
chore(deps): update devdependencies (non-major) (#1008)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 0b569b7 commit 7b7eff8

File tree

7 files changed

+87
-155
lines changed

7 files changed

+87
-155
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@babel/cli": "7.14.5",
4141
"@babel/core": "7.14.6",
4242
"@babel/plugin-external-helpers": "7.14.5",
43-
"@babel/preset-env": "7.14.5",
43+
"@babel/preset-env": "7.14.7",
4444
"@babel/preset-typescript": "7.14.5",
4545
"babel-eslint": "10.1.0",
4646
"babel-plugin-add-module-exports": "1.0.4",
@@ -53,10 +53,10 @@
5353
"flowgen": "1.14.1",
5454
"husky": "5.2.0",
5555
"lint-staged": "10.5.4",
56-
"prettier": "2.3.1",
56+
"prettier": "2.3.2",
5757
"prettier-package-json": "2.6.0",
5858
"rimraf": "3.0.2",
59-
"rollup": "2.52.1",
59+
"rollup": "2.52.4",
6060
"rollup-plugin-babel": "4.4.0",
6161
"rollup-plugin-commonjs": "10.1.0",
6262
"rollup-plugin-node-resolve": "5.2.0",
@@ -65,7 +65,7 @@
6565
"semantic-release": "17.4.4",
6666
"tslint": "5.20.1",
6767
"tslint-config-prettier": "1.18.0",
68-
"typescript": "4.3.4"
68+
"typescript": "4.3.5"
6969
},
7070
"keywords": [
7171
"behavior-smooth",

tests/flowtype/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"scroll-into-view-if-needed": "link:../.."
55
},
66
"devDependencies": {
7-
"flow-bin": "0.153.0"
7+
"flow-bin": "0.154.0"
88
}
99
}

tests/flowtype/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ compute-scroll-into-view@^1.0.17:
77
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.17.tgz#6a88f18acd9d42e9cf4baa6bec7e0522607ab7ab"
88
integrity sha512-j4dx+Fb0URmzbwwMUrhqWM2BEWHdFGx+qZ9qqASHRPqvTYdqvWnHg0H1hIbcyLnvgnoNAVMlwkepyqM3DaIFUg==
99

10-
flow-bin@0.153.0:
11-
version "0.153.0"
12-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.153.0.tgz#44d941acaf5ef977fa26d1b4b5dc3cf56b68eefc"
13-
integrity sha512-sxP9nfXnoyCUT6hjAO+zDyHLO3dZcWg0h+4HttHs/5wg/2oAkTDwmsWbj095IQsEmwTicq2TfqWq5QRuLxynlQ==
10+
flow-bin@0.154.0:
11+
version "0.154.0"
12+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.154.0.tgz#e086964398e671daa8f56ed8663d7876337f77e5"
13+
integrity sha512-I6u2ETdkAyard+8C5na6bfZp4EM0zIMB7O5zH4GKzBLv9/y8/NYRTxEXQe5T0hvj9R9DxFBUoPsFK76ziweUFw==
1414

1515
"scroll-into-view-if-needed@link:../..":
1616
version "2.0.0-dev"

tests/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"react-dom": "17.0.2"
1717
},
1818
"devDependencies": {
19-
"cypress": "7.5.0"
19+
"cypress": "7.6.0"
2020
}
2121
}

tests/web-platform/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@wdio/dot-reporter": "^7.0.0",
1717
"@wdio/junit-reporter": "7.7.3",
1818
"@wdio/local-runner": "^7.0.0",
19-
"@wdio/mocha-framework": "7.7.3",
20-
"cypress": "7.5.0"
19+
"@wdio/mocha-framework": "7.7.4",
20+
"cypress": "7.6.0"
2121
}
2222
}

0 commit comments

Comments
 (0)