Skip to content

Commit 0145fb4

Browse files
committed
deps: Update dev dependencies.
1 parent fda9f1f commit 0145fb4

File tree

2 files changed

+1508
-1221
lines changed

2 files changed

+1508
-1221
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"scripts": {
1717
"build": "beemo typescript",
1818
"coverage": "yarn run jest --coverage",
19-
"eslint": "beemo eslint",
19+
"lint": "beemo eslint",
2020
"jest": "beemo jest",
2121
"prettier": "beemo prettier",
2222
"release": "npx np --yolo --no-yarn",
2323
"type": "beemo typescript --noEmit",
2424
"prerelease": "yarn test && yarn run build",
2525
"pretest": "yarn run type",
2626
"test": "yarn run jest",
27-
"posttest": "yarn run eslint"
27+
"posttest": "yarn run lint"
2828
},
2929
"engines": {
3030
"node": ">=10.10.0"
@@ -45,14 +45,14 @@
4545
"@babel/preset-env": "^7.10.4",
4646
"@babel/preset-react": "^7.10.4",
4747
"@babel/preset-typescript": "^7.10.4",
48-
"@milesj/build-tools": "^2.1.0",
48+
"@milesj/build-tools": "^2.9.0",
4949
"@types/babel-core": "^6.25.6",
50-
"@types/babel-types": "^7.0.7",
51-
"@types/node": "^13.9.1",
50+
"@types/babel-types": "^7.0.8",
51+
"@types/node": "^14.0.23",
5252
"@types/prop-types": "^15.7.3",
53-
"@types/react": "^16.9.23",
53+
"@types/react": "^16.9.43",
5454
"conventional-changelog-beemo": "^1.6.0",
55-
"fast-glob": "^3.2.2",
55+
"fast-glob": "^3.2.4",
5656
"prop-types": "^15.7.2",
5757
"typescript": "^3.9.6"
5858
},

0 commit comments

Comments
 (0)