Skip to content

Commit

Permalink
fix dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
Floby committed May 5, 2021
1 parent 1fa8784 commit 48e4f6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"not IE 11"
],
"devDependencies": {
"@babel/preset-env": "^7.14.1",
"@open-wc/testing-helpers": "^1.8.12",
"@testing-library/dom": "^7.30.4",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/user-event": "^13.1.8",
"@types/jest": "^26.0.23",
"@babel/preset-env": "7.14.1",
"@open-wc/testing-helpers": "1.8.12",
"@testing-library/dom": "7.30.4",
"@testing-library/jest-dom": "5.12.0",
"@testing-library/user-event": "13.1.8",
"@types/jest": "26.0.23",
"@types/leaflet": "1.7.0",
"@types/leaflet.markercluster": "1.4.4",
"@types/page": "1.11.2",
"@vitejs/plugin-legacy": "1.3.3",
"autoprefixer": "10.2.5",
"jest": "^26.6.3",
"jest": "26.6.3",
"sass": "1.32.8",
"testing-library__dom": "^7.29.4-beta.1",
"ts-jest": "^26.5.5",
Expand Down

0 comments on commit 48e4f6a

Please sign in to comment.