Skip to content

Commit

Permalink
Include jest types as a non-dev dependency (required for build)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Jan 30, 2024
1 parent 3e4208a commit 43f9bec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 40 deletions.
45 changes: 6 additions & 39 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"build:prod": "NODE_ENV=production webpack --env maps=0"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"babel-jest": "^29.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
Expand All @@ -36,6 +35,7 @@
"@types/d3-scale": "^4.0.3",
"@types/d3-selection": "^3.0.5",
"@types/esri-leaflet": "^2.1.9",
"@types/jest": "^29.5.2",
"@types/leaflet": "^1.9.3",
"@types/masonry-layout": "^4.2.5",
"autoprefixer": "^10.4.14",
Expand Down

0 comments on commit 43f9bec

Please sign in to comment.