Skip to content

Commit 5d9387e

Browse files
committed
update packages
1 parent 0c97d4e commit 5d9387e

File tree

2 files changed

+424
-466
lines changed

2 files changed

+424
-466
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"scripts": {
2222
"---------- HELPERS -----------------------------------------": "",
2323
"clean": "rimraf dist",
24-
"type-check": "tsc --noEmit",
25-
"type-check:watch": "npm run type-check -- --watch",
24+
"ts": "tsc --noEmit",
25+
"ts:watch": "npm run ts -- --watch",
2626
"build:types": "tsc --emitDeclarationOnly",
2727
"prettier": "npx prettier --write \"./**/*.{ts,tsx,js,jsx,json,md}\"",
2828
"---------- DEVELOPMENT -------------------------------------": "",
@@ -31,7 +31,7 @@
3131
"---------- PRODUCTION --------------------------------------": "",
3232
"docs": "typedoc --out ./docs ./src --mode file --tsconfig ./tsconfig.json",
3333
"postdocs": "prettier --write './docs/**/*'",
34-
"prebuild": "npm run type-check && npm run clean && npm run build:types",
34+
"prebuild": "npm run ts && npm run clean && npm run build:types",
3535
"build": "rollup -c",
3636
"---------- TESTING -----------------------------------------": "",
3737
"test": "npm run lint && npm run unit",
@@ -73,11 +73,11 @@
7373
"@types/replace-string": "3.0.0",
7474
"@types/through2": "2.0.34",
7575
"husky": "4.2.3",
76-
"jest": "25.1.0",
77-
"prettier": "2.0.1",
76+
"jest": "25.2.3",
77+
"prettier": "2.0.2",
7878
"pretty-quick": "2.0.1",
7979
"rimraf": "3.0.2",
80-
"rollup": "2.1.0",
80+
"rollup": "2.2.0",
8181
"rollup-plugin-babel": "4.4.0",
8282
"rollup-plugin-commonjs": "10.1.0",
8383
"rollup-plugin-node-resolve": "5.2.0",

0 commit comments

Comments
 (0)