Skip to content

Commit 367a3bc

Browse files
committed
chore: bump @babel/runtime version
1 parent 5ac301f commit 367a3bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"start": "cross-env NODE_ENV=development father doc dev --storybook",
3434
"build": "father doc build --storybook",
3535
"compile": "father build",
36-
"prepublishOnly": "npm run compile && np --yolo --no-publish",
36+
"prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
3737
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
3838
"test": "father test",
3939
"coverage": "father test --coverage",
@@ -55,7 +55,7 @@
5555
"typescript": "^3.5.2"
5656
},
5757
"dependencies": {
58-
"@babel/runtime": "^7.10.1",
58+
"@babel/runtime": "^7.11.2",
5959
"classnames": "^2.2.6",
6060
"raf": "^3.4.1",
6161
"rc-align": "^4.0.0",

0 commit comments

Comments
 (0)