Skip to content

Commit 13a912f

Browse files
committed
v2.0.0
1 parent e5dec9e commit 13a912f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"Matt Hawes <[email protected]> (https://github.com/MGHawes)"
55
],
66
"name": "with-url-state",
7-
"version": "2.0.0-beta.7",
7+
"version": "2.0.0",
88
"dependencies": {
99
"qs": "6.5.2"
1010
},
1111
"peerDependencies": {
12-
"react": "15.x || 16.x",
13-
"react-dom": "15.x || 16.x"
12+
"react": "16.x",
13+
"react-dom": "16.x"
1414
},
1515
"devDependencies": {
1616
"@types/enzyme": "3.1.14",
17-
"@types/history": "^4.7.2",
17+
"@types/history": "4.7.2",
1818
"@types/jest": "23.3.8",
1919
"@types/lodash": "4.14.117",
2020
"@types/qs": "6.5.1",
@@ -65,7 +65,7 @@
6565
}
6666
},
6767
"prettier": {
68-
"printWidth": 100,
68+
"printWidth": 90,
6969
"trailingComma": "all",
7070
"singleQuote": true,
7171
"semi": false

0 commit comments

Comments
 (0)