Skip to content

Commit 89995cb

Browse files
committed
1 parent 201f01b commit 89995cb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/react-async-devtools/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-async-devtools",
3-
"version": "0.0.0",
3+
"version": "1.0.0-alpha.0",
44
"description": "DevTools for React Async",
55
"keywords": [
66
"react",
@@ -20,7 +20,6 @@
2020
"build": "pack build",
2121
"publish": "npm publish pkg"
2222
},
23-
"dependencies": {},
2423
"peerDependencies": {
2524
"react": ">=16.3.1",
2625
"react-async": ">=6.2.0"

packages/react-async/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-async",
3-
"version": "6.2.2",
3+
"version": "7.0.0",
44
"description": "React component for declarative promise resolution and data fetching",
55
"keywords": [
66
"react",
@@ -22,7 +22,6 @@
2222
"build": "pack build",
2323
"publish": "npm publish pkg"
2424
},
25-
"dependencies": {},
2625
"peerDependencies": {
2726
"react": ">=16.3.1"
2827
},

0 commit comments

Comments
 (0)