Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLeCam committed May 14, 2022
1 parent 1b6846d commit 0566183
Show file tree
Hide file tree
Showing 4 changed files with 1,532 additions and 1,311 deletions.
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,36 @@
"devDependencies": {
"@skypack/package-check": "^0.2.2",
"@swc/cli": "^0.1.55",
"@swc/core": "^1.2.168",
"@swc/jest": "^0.2.17",
"@testing-library/react": "^13.1.1",
"@swc/core": "^1.2.183",
"@swc/jest": "^0.2.21",
"@testing-library/react": "^13.2.0",
"@testing-library/react-hooks": "^8.0.0",
"@types/jest": "^27.4.0",
"@types/leaflet": "^1.7.9",
"@types/jest": "^27.5.1",
"@types/leaflet": "^1.7.10",
"@types/warning": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"cross-env": "^7.0.3",
"del-cli": "^4.0.1",
"eslint": "^8.13.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^27.5.0",
"eslint-plugin-react-hooks": "^4.5.0",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"leaflet": "^1.8.0",
"prettier": "^2.6.2",
"prettier-eslint": "^13.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-test-renderer": "^18.0.0",
"prettier-eslint": "^14.0.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-test-renderer": "^18.1.0",
"ts-jest-resolver": "^2.0.0",
"turbo": "^1.2.4",
"typescript": "^4.5.5"
"turbo": "^1.2.9",
"typescript": "^4.6.4"
},
"jest": {
"projects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-leaflet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/leaflet": "^1.7.9"
"@types/leaflet": "^1.7.10"
},
"jest": {
"extensionsToTreatAsEsm": [
Expand Down
12 changes: 6 additions & 6 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"deploy": "docusaurus deploy"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.18",
"@docusaurus/preset-classic": "2.0.0-beta.18",
"@docusaurus/theme-live-codeblock": "2.0.0-beta.18",
"@docusaurus/core": "2.0.0-beta.20",
"@docusaurus/preset-classic": "2.0.0-beta.20",
"@docusaurus/theme-live-codeblock": "2.0.0-beta.20",
"@react-leaflet/docusaurus-plugin": "^1.0.1",
"classnames": "^2.2.6",
"leaflet": "^1.8.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-leaflet": "^4.0.0",
"typescript": "^4.5.5"
"typescript": "^4.6.4"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 0566183

Please sign in to comment.