Skip to content

Commit f16104a

Browse files
committed
v0.3.27-test.0
1 parent dcd892b commit f16104a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-query",
3-
"version": "0.3.26",
3+
"version": "0.3.27-test.0",
44
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React",
55
"author": "tannerlinsley",
66
"license": "MIT",
@@ -26,14 +26,14 @@
2626
},
2727
"devDependencies": {
2828
"@babel/core": "^7.7.4",
29-
"@babel/plugin-proposal-class-properties": "^7.4.4",
3029
"@babel/preset-env": "^7.4.5",
3130
"@babel/preset-react": "^7.0.0",
3231
"@svgr/rollup": "^4.3.0",
3332
"@testing-library/react": "^9.4.0",
3433
"babel-core": "7.0.0-bridge.0",
3534
"babel-eslint": "9.x",
3635
"babel-jest": "^24.9.0",
36+
"babel-plugin-transform-async-to-promises": "^0.8.15",
3737
"cross-env": "^5.1.4",
3838
"eslint": "5.x",
3939
"eslint-config-prettier": "^4.3.0",
@@ -49,7 +49,6 @@
4949
"eslint-plugin-react": "7.x",
5050
"eslint-plugin-react-hooks": "1.5.0",
5151
"eslint-plugin-standard": "^4.0.0",
52-
"fast-async": "^6.3.8",
5352
"jest": "^24.9.0",
5453
"prettier": "^1.18.2",
5554
"react": "^16.8.6",

0 commit comments

Comments
 (0)