Skip to content

Commit 04283b9

Browse files
Merge pull request #4 from privatenumber/develop
2 parents 0bcc3d7 + 3893f72 commit 04283b9

File tree

3 files changed

+1177
-933
lines changed

3 files changed

+1177
-933
lines changed

package.json

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lint": "eslint .",
2626
"test": "jest",
2727
"typecheck": "tsc --noEmit && :",
28-
"build": "rm -rf dist && tsup src/index.ts --dts --minify --no-splitting --external 'yoga-layout-prebuilt'"
28+
"build": "rm -rf dist && tsup src/index.ts --dts-resolve --minify --no-splitting --external 'yoga-layout-prebuilt'"
2929
},
3030
"husky": {
3131
"hooks": {
@@ -41,30 +41,35 @@
4141
},
4242
"devDependencies": {
4343
"@pvtnbr/eslint-config-react": "^0.1.15",
44-
"@types/jest": "^26.0.23",
45-
"@types/node": "^15.6.1",
46-
"@types/react": "^17.0.4",
47-
"es-jest": "^1.2.0",
48-
"eslint": "^7.24.0",
49-
"esno": "^0.5.0",
44+
"@types/jest": "^27.0.1",
45+
"@types/node": "^16.7.10",
46+
"@types/react": "^17.0.19",
47+
"es-jest": "^1.3.0",
48+
"eslint": "^7.32.0",
49+
"esno": "^0.9.1",
5050
"husky": "^4.3.8",
51-
"ink": "^3.0.8",
51+
"ink": "^3.0.9",
5252
"ink-task-list": "^1.1.0",
53-
"jest": "^27.0.3",
54-
"lint-staged": "^10.5.4",
55-
"p-map": "^5.0.0",
53+
"jest": "^27.1.0",
54+
"lint-staged": "^11.1.2",
55+
"p-map": "^5.1.0",
5656
"react": "^17.0.2",
57-
"tsup": "^4.11.1",
58-
"typescript": "^4.2.4",
59-
"valtio": "^1.0.5"
57+
"tsup": "^4.14.0",
58+
"typescript": "^4.4.2",
59+
"valtio": "^1.2.2"
6060
},
6161
"eslintConfig": {
6262
"extends": "@pvtnbr/eslint-config-react",
6363
"rules": {
6464
"react/prop-types": "off",
65-
"@typescript-eslint/no-shadow": ["error", {
66-
"allow": ["task"]
67-
}]
65+
"@typescript-eslint/no-shadow": [
66+
"error",
67+
{
68+
"allow": [
69+
"task"
70+
]
71+
}
72+
]
6873
}
6974
}
7075
}

0 commit comments

Comments
 (0)