Skip to content

Commit fa41127

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

File tree

7 files changed

+407
-600
lines changed

7 files changed

+407
-600
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,35 +37,35 @@
3737
"compute-scroll-into-view": "^1.0.17"
3838
},
3939
"devDependencies": {
40-
"@babel/cli": "7.13.16",
41-
"@babel/core": "7.14.0",
40+
"@babel/cli": "7.14.3",
41+
"@babel/core": "7.14.3",
4242
"@babel/plugin-external-helpers": "7.12.13",
43-
"@babel/preset-env": "7.14.0",
43+
"@babel/preset-env": "7.14.4",
4444
"@babel/preset-typescript": "7.13.0",
4545
"babel-eslint": "10.1.0",
4646
"babel-plugin-add-module-exports": "1.0.4",
4747
"babel-plugin-dev-expression": "0.2.2",
48-
"concurrently": "6.0.2",
49-
"eslint": "7.25.0",
48+
"concurrently": "6.2.0",
49+
"eslint": "7.28.0",
5050
"eslint-config-prettier": "8.3.0",
51-
"eslint-plugin-import": "2.22.1",
52-
"eslint-plugin-react": "7.23.2",
51+
"eslint-plugin-import": "2.23.4",
52+
"eslint-plugin-react": "7.24.0",
5353
"flowgen": "1.14.1",
5454
"husky": "5.2.0",
5555
"lint-staged": "10.5.4",
56-
"prettier": "2.2.1",
57-
"prettier-package-json": "2.1.3",
56+
"prettier": "2.3.1",
57+
"prettier-package-json": "2.6.0",
5858
"rimraf": "3.0.2",
59-
"rollup": "2.46.0",
59+
"rollup": "2.51.1",
6060
"rollup-plugin-babel": "4.4.0",
6161
"rollup-plugin-commonjs": "10.1.0",
6262
"rollup-plugin-node-resolve": "5.2.0",
6363
"rollup-plugin-replace": "2.2.0",
6464
"rollup-plugin-terser": "7.0.2",
65-
"semantic-release": "17.4.2",
65+
"semantic-release": "17.4.3",
6666
"tslint": "5.20.1",
6767
"tslint-config-prettier": "1.18.0",
68-
"typescript": "4.2.4"
68+
"typescript": "4.3.2"
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.150.0"
7+
"flow-bin": "0.152.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.150.0:
11-
version "0.150.0"
12-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.150.0.tgz#213277bbaaf271ddc7c7b8fd2d994cd84901689e"
13-
integrity sha512-s+0dcKJnZZO6mkS92YtJzBZ6vq7i1o77+NggEiiefPpCVsehwPlyRLmEnb6XN9OI5OfXp+kFnZt4q8a3zLNuUg==
10+
flow-bin@0.152.0:
11+
version "0.152.0"
12+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.152.0.tgz#6980d0cd58f59e9aefd580b11109a1d56eba46b1"
13+
integrity sha512-b4ijbZIQovcx5l/T7VnwyBPIikj60A2qk7hKqQKVWiuftQMrUmC5ct2/0SuVvheX6ZbPdZfeyw2EHO1/n3eAmw==
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.2.0"
19+
"cypress": "7.5.0"
2020
}
2121
}

tests/web-platform/package.json

Lines changed: 3 additions & 3 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.5.3",
17+
"@wdio/junit-reporter": "7.7.3",
1818
"@wdio/local-runner": "^7.0.0",
19-
"@wdio/mocha-framework": "7.5.3",
20-
"cypress": "7.2.0"
19+
"@wdio/mocha-framework": "7.7.3",
20+
"cypress": "7.5.0"
2121
}
2222
}

0 commit comments

Comments
 (0)