|
1 | 1 | {
|
2 | 2 | "name": "google-maps-react-markers",
|
3 |
| - "version": "2.0.8", |
| 3 | + "version": "2.0.9", |
4 | 4 | "description": "Google Maps library that accepts markers as react components, works with React 18+ and it is fully typed.",
|
5 | 5 | "author": "Giorgia Bosello",
|
6 | 6 | "license": "MIT",
|
|
71 | 71 | "node": ">=16"
|
72 | 72 | },
|
73 | 73 | "devDependencies": {
|
74 |
| - "@babel/core": "7.23.9", |
75 |
| - "@babel/preset-env": "7.24.0", |
76 |
| - "@babel/preset-react": "7.23.3", |
77 |
| - "@babel/preset-typescript": "7.23.3", |
78 |
| - "@commitlint/cli": "18.6.1", |
79 |
| - "@commitlint/config-conventional": "19.1.0", |
| 74 | + "@babel/core": "7.24.5", |
| 75 | + "@babel/preset-env": "7.24.5", |
| 76 | + "@babel/preset-react": "7.24.1", |
| 77 | + "@babel/preset-typescript": "7.24.1", |
| 78 | + "@commitlint/cli": "19.3.0", |
| 79 | + "@commitlint/config-conventional": "19.2.2", |
80 | 80 | "@ryansonshine/commitizen": "4.2.8",
|
81 | 81 | "@ryansonshine/cz-conventional-changelog": "3.3.4",
|
82 |
| - "@types/google.maps": "^3.54.9", |
83 |
| - "@types/node": "^20.11.19", |
84 |
| - "@types/react": "^18.2.57", |
85 |
| - "@types/react-dom": "^18.2.19", |
86 |
| - "@typescript-eslint/eslint-plugin": "7.1.1", |
87 |
| - "@typescript-eslint/parser": "7.2.0", |
| 82 | + "@types/google.maps": "^3.55.8", |
| 83 | + "@types/node": "^20.12.8", |
| 84 | + "@types/react": "^18.3.1", |
| 85 | + "@types/react-dom": "^18.3.0", |
| 86 | + "@typescript-eslint/eslint-plugin": "7.8.0", |
| 87 | + "@typescript-eslint/parser": "7.8.0", |
88 | 88 | "babel-loader": "9.1.3",
|
89 | 89 | "concurrently": "8.2.2",
|
90 |
| - "eslint": "8.57.0", |
| 90 | + "eslint": "9.1.1", |
91 | 91 | "eslint-config-airbnb": "19.0.4",
|
92 | 92 | "eslint-config-prettier": "9.1.0",
|
93 | 93 | "eslint-plugin-import": "2.29.1",
|
94 | 94 | "eslint-plugin-jsx-a11y": "6.8.0",
|
95 | 95 | "eslint-plugin-prefer-arrow": "1.2.3",
|
96 | 96 | "eslint-plugin-prettier": "5.1.3",
|
97 |
| - "eslint-plugin-react": "7.33.2", |
98 |
| - "eslint-plugin-react-hooks": "4.6.0", |
| 97 | + "eslint-plugin-react": "7.34.1", |
| 98 | + "eslint-plugin-react-hooks": "4.6.2", |
99 | 99 | "eslint-plugin-sort-class-members": "^1.18.0",
|
100 | 100 | "eslint-plugin-typescript-sort-keys": "3.2.0",
|
101 |
| - "eslint-plugin-unused-imports": "3.1.0", |
| 101 | + "eslint-plugin-unused-imports": "3.2.0", |
102 | 102 | "gh-pages": "^6.1.0",
|
103 | 103 | "husky": "9.0.11",
|
104 | 104 | "lint-staged": "15.2.2",
|
105 | 105 | "prettier": "^3.2.5",
|
106 | 106 | "prop-types": "15.8.1",
|
107 |
| - "react": "^18.2.0", |
108 |
| - "react-dom": "^18.2.0", |
109 |
| - "release-it": "17.1.1", |
| 107 | + "react": "^18.3.1", |
| 108 | + "react-dom": "^18.3.1", |
| 109 | + "release-it": "17.2.1", |
110 | 110 | "tsup": "8.0.2",
|
111 |
| - "typescript": "^5.3.3", |
| 111 | + "typescript": "^5.4.5", |
112 | 112 | "yalc": "1.0.0-pre.53"
|
113 | 113 | },
|
114 | 114 | "peerDependencies": {
|
|
0 commit comments