Skip to content

Commit 46e3e4d

Browse files
committed
chore: update deps
1 parent e135681 commit 46e3e4d

File tree

2 files changed

+26
-29
lines changed

2 files changed

+26
-29
lines changed

package-lock.json

Lines changed: 15 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
"description": "Elmish for React using Typescript",
55
"author": "atheck",
66
"license": "MIT",
7+
"scripts": {
8+
"build": "npm run build:types && npm run build:js",
9+
"build:types": "tsc --emitDeclarationOnly --project ./src",
10+
"build:js": "babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline",
11+
"test": "jest --coverage",
12+
"test:watch": "jest --watch --coverage",
13+
"lint": "npx eslint --ext .ts,.tsx ./src",
14+
"update": "npx npm-check-updates -i",
15+
"semantic-release": "semantic-release"
16+
},
717
"peerDependencies": {
818
"react": ">=16.8.0"
919
},
@@ -18,23 +28,13 @@
1828
"@types/jest": "28.1.6",
1929
"@types/react": "18.0.15",
2030
"eslint": "8.20.0",
21-
"eslint-config-heck": "1.18.0",
31+
"eslint-config-heck": "1.19.0",
2232
"jest": "28.1.3",
2333
"jest-environment-jsdom": "28.1.3",
2434
"semantic-release": "19.0.3",
2535
"ts-jest": "28.0.7",
2636
"typescript": "4.7.4"
2737
},
28-
"scripts": {
29-
"build": "npm run build:types && npm run build:js",
30-
"build:types": "tsc --emitDeclarationOnly --project ./src",
31-
"build:js": "babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline",
32-
"test": "jest --coverage",
33-
"test:watch": "jest --watch --coverage",
34-
"lint": "npx eslint --ext .ts,.tsx ./src",
35-
"update": "npx npm-check-updates -i",
36-
"semantic-release": "semantic-release"
37-
},
3838
"homepage": "https://github.com/atheck/react-elmish",
3939
"repository": {
4040
"type": "git",

0 commit comments

Comments
 (0)