Skip to content

Commit ca346e3

Browse files
committed
Upgrade pika.
1 parent 199db3b commit ca346e3

File tree

4 files changed

+845
-111
lines changed

4 files changed

+845
-111
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"@babel/plugin-transform-runtime": "^7.4.4",
4040
"@babel/preset-env": "^7.4.5",
4141
"@babel/preset-react": "^7.0.0",
42-
"@pika/pack": "^0.3.7",
43-
"@pika/plugin-build-node": "^0.3.15",
44-
"@pika/plugin-build-types": "^0.3.16",
45-
"@pika/plugin-build-web": "^0.3.15",
46-
"@pika/plugin-standard-pkg": "^0.3.15",
42+
"@pika/pack": "^0.5.0",
43+
"@pika/plugin-build-node": "^0.6.0",
44+
"@pika/plugin-build-types": "^0.6.0",
45+
"@pika/plugin-build-web": "^0.6.0",
46+
"@pika/plugin-standard-pkg": "^0.6.0",
4747
"@storybook/react": "5.2.0-beta.39",
4848
"@testing-library/jest-dom": "^4.0.0",
4949
"@testing-library/react": "^8.0.8",

packages/react-async-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"main": "src",
1919
"scripts": {
20-
"build": "pack build",
20+
"build": "pika build",
2121
"postbuild": "copyfiles -f ../../LICENSE ../../README.md pkg",
2222
"publish": "npm publish pkg"
2323
},

packages/react-async/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"main": "src",
2121
"scripts": {
22-
"build": "pack build",
22+
"build": "pika build",
2323
"postbuild": "copyfiles -f ../../LICENSE ../../README.md pkg",
2424
"publish": "npm publish pkg"
2525
},

0 commit comments

Comments
 (0)