Skip to content

Commit 1ddf2ec

Browse files
chore(deps): update devdependencies (non-major) (#1045)
Co-authored-by: Renovate Bot <[email protected]>
1 parent e5cc985 commit 1ddf2ec

File tree

6 files changed

+595
-486
lines changed

6 files changed

+595
-486
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,25 @@
3838
},
3939
"devDependencies": {
4040
"@babel/cli": "7.16.0",
41-
"@babel/core": "7.16.0",
42-
"@babel/plugin-external-helpers": "7.16.0",
43-
"@babel/preset-env": "7.16.4",
44-
"@babel/preset-typescript": "7.16.0",
41+
"@babel/core": "7.16.5",
42+
"@babel/plugin-external-helpers": "7.16.5",
43+
"@babel/preset-env": "7.16.5",
44+
"@babel/preset-typescript": "7.16.5",
4545
"babel-eslint": "10.1.0",
4646
"babel-plugin-add-module-exports": "1.0.4",
4747
"babel-plugin-dev-expression": "0.2.3",
48-
"concurrently": "6.4.0",
48+
"concurrently": "6.5.1",
4949
"eslint": "7.32.0",
5050
"eslint-config-prettier": "8.3.0",
5151
"eslint-plugin-import": "2.25.3",
5252
"eslint-plugin-react": "7.27.1",
53-
"flowgen": "1.16.0",
53+
"flowgen": "1.16.1",
5454
"husky": "5.2.0",
5555
"lint-staged": "10.5.4",
5656
"prettier": "2.5.1",
5757
"prettier-package-json": "2.6.0",
5858
"rimraf": "3.0.2",
59-
"rollup": "2.60.2",
59+
"rollup": "2.61.1",
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.7",
6666
"tslint": "5.20.1",
6767
"tslint-config-prettier": "1.18.0",
68-
"typescript": "4.5.2"
68+
"typescript": "4.5.4"
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.166.1"
7+
"flow-bin": "0.168.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.166.1:
11-
version "0.166.1"
12-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.166.1.tgz#b8f02247c4134aa41cba97aa8b281cae3448c895"
13-
integrity sha512-x0T0sM+rfr4scmVkBY++j2SfqzE8KwkeFmu6+WRe2qOT+TCf2Ze1gx2R/uwXBRL9S8TpPPogXiyW6urVyXIE/Q==
10+
flow-bin@0.168.0:
11+
version "0.168.0"
12+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.168.0.tgz#47efa49e72cfc2fcf9bee022e6748ec971f3d027"
13+
integrity sha512-v5c/LUH+hqSmgB0k56NNv1vtOugDa1xUZ48OO1Fgrr6r2dR5jtQaUJH9g0TlQeTIFRB6jffF/C6xvTGoiBnagw==
1414

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

tests/web-platform/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"@wdio/browserstack-service": "^7.0.0",
1515
"@wdio/cli": "^7.0.0",
1616
"@wdio/dot-reporter": "^7.0.0",
17-
"@wdio/junit-reporter": "7.16.6",
17+
"@wdio/junit-reporter": "7.16.12",
1818
"@wdio/local-runner": "^7.0.0",
19-
"@wdio/mocha-framework": "7.16.6",
19+
"@wdio/mocha-framework": "7.16.11",
2020
"cypress": "9.1.1"
2121
}
2222
}

0 commit comments

Comments
 (0)