Skip to content

Commit

Permalink
v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLeCam committed Jan 8, 2022
1 parent 7beb589 commit 5bfbc45
Show file tree
Hide file tree
Showing 5 changed files with 1,857 additions and 1,034 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v3.2.3 (2022-01-08)

- Fix tooltip position ([PR #939](https://github.com/PaulLeCam/react-leaflet/pull/939) by [simonasdev](https://github.com/simonasdev)).
- Fix attribution URLs and use HTTPS in docs ([PR #930](https://github.com/PaulLeCam/react-leaflet/pull/930) by [jpstotz](https://github.com/jpstotz)).

## v3.2.2 (2021-10-09)

Fix layer unmount ([PR #916](https://github.com/PaulLeCam/react-leaflet/pull/916) by [piitaya](https://github.com/piitaya)).
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,43 +19,43 @@
"start": "yarn run lint && yarn run start:core && yarn run start:react-leaflet"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-export-default-from": "^7.16.0",
"@babel/plugin-transform-proto-to-assign": "^7.16.0",
"@babel/plugin-transform-strict-mode": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-transform-proto-to-assign": "^7.16.7",
"@babel/plugin-transform-strict-mode": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.0.3",
"@types/leaflet": "^1.7.6",
"@types/react": "^17.0.35",
"@types/jest": "^27.4.0",
"@types/leaflet": "^1.7.8",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/warning": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^27.3.1",
"babel-jest": "^27.4.6",
"cross-env": "^7.0.3",
"del-cli": "^4.0.1",
"eslint": "^8.3.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^27.3.1",
"jest": "^27.4.7",
"leaflet": "^1.7.1",
"prettier": "^2.4.1",
"prettier": "^2.5.1",
"prettier-eslint": "^13.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1",
"typescript": "^4.5.2"
"typescript": "^4.5.4"
}
}
8 changes: 4 additions & 4 deletions packages/react-leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-leaflet",
"version": "3.2.2",
"version": "3.2.3",
"description": "React components for Leaflet maps",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -53,9 +53,9 @@
"devDependencies": {
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"rollup": "^2.60.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.1",
"rollup": "^2.63.0",
"rollup-plugin-terser": "^7.0.0"
},
"jest": {
Expand Down
8 changes: 4 additions & 4 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.9",
"@docusaurus/preset-classic": "2.0.0-beta.9",
"@docusaurus/theme-live-codeblock": "2.0.0-beta.9",
"@docusaurus/core": "^2.0.0-beta.14",
"@docusaurus/preset-classic": "2.0.0-beta.14",
"@docusaurus/theme-live-codeblock": "2.0.0-beta.14",
"@react-leaflet/docusaurus-plugin": "^1.0.1",
"classnames": "^2.2.6",
"leaflet": "^1.7.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-leaflet": "^3.2.0",
"typescript": "^4.5.2"
"typescript": "^4.5.4"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 5bfbc45

Please sign in to comment.