Skip to content

Commit d783370

Browse files
committed
Enable minor and patch versions
1 parent e7a33b0 commit d783370

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ envlist =
99
allowlist_externals = npm
1010
commands =
1111
npm install
12-
npm install -D @types/[email protected]
12+
npm install -D @types/react@^15.0.0
1313
npm test
1414

1515
[testenv:rc16]
1616
allowlist_externals = npm
1717
commands =
1818
npm install
19-
npm install -D @types/[email protected]
19+
npm install -D @types/react@^16.0.0
2020
npm test
2121

2222
[testenv:rc17]
2323
allowlist_externals = npm
2424
commands =
2525
npm install
26-
npm install -D @types/[email protected]
26+
npm install -D @types/react@^17.0.0
2727
npm test
2828

2929
[testenv:rc18]
3030
allowlist_externals = npm
3131
commands =
3232
npm install
33-
npm install -D @types/[email protected]
33+
npm install -D @types/react@^18.0.0
3434
npm test

0 commit comments

Comments
 (0)