Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
atheck committed Jul 29, 2022
1 parent e135681 commit 46e3e4d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 29 deletions.
33 changes: 15 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
"description": "Elmish for React using Typescript",
"author": "atheck",
"license": "MIT",
"scripts": {
"build": "npm run build:types && npm run build:js",
"build:types": "tsc --emitDeclarationOnly --project ./src",
"build:js": "babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline",
"test": "jest --coverage",
"test:watch": "jest --watch --coverage",
"lint": "npx eslint --ext .ts,.tsx ./src",
"update": "npx npm-check-updates -i",
"semantic-release": "semantic-release"
},
"peerDependencies": {
"react": ">=16.8.0"
},
Expand All @@ -18,23 +28,13 @@
"@types/jest": "28.1.6",
"@types/react": "18.0.15",
"eslint": "8.20.0",
"eslint-config-heck": "1.18.0",
"eslint-config-heck": "1.19.0",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"semantic-release": "19.0.3",
"ts-jest": "28.0.7",
"typescript": "4.7.4"
},
"scripts": {
"build": "npm run build:types && npm run build:js",
"build:types": "tsc --emitDeclarationOnly --project ./src",
"build:js": "babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline",
"test": "jest --coverage",
"test:watch": "jest --watch --coverage",
"lint": "npx eslint --ext .ts,.tsx ./src",
"update": "npx npm-check-updates -i",
"semantic-release": "semantic-release"
},
"homepage": "https://github.com/atheck/react-elmish",
"repository": {
"type": "git",
Expand Down

0 comments on commit 46e3e4d

Please sign in to comment.