Skip to content

Commit e1c25cf

Browse files
Merge pull request #256 from giorgiabosello/feature/upgrade
build(deps): ⬆️ deps upgrade
2 parents 3ffb8d9 + 468c264 commit e1c25cf

File tree

2 files changed

+1611
-1208
lines changed

2 files changed

+1611
-1208
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-maps-react-markers",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "Google Maps library that accepts markers as react components, works with React 18+ and it is fully typed.",
55
"author": "Giorgia Bosello",
66
"license": "MIT",
@@ -71,44 +71,44 @@
7171
"node": ">=16"
7272
},
7373
"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",
8080
"@ryansonshine/commitizen": "4.2.8",
8181
"@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",
8888
"babel-loader": "9.1.3",
8989
"concurrently": "8.2.2",
90-
"eslint": "8.57.0",
90+
"eslint": "9.1.1",
9191
"eslint-config-airbnb": "19.0.4",
9292
"eslint-config-prettier": "9.1.0",
9393
"eslint-plugin-import": "2.29.1",
9494
"eslint-plugin-jsx-a11y": "6.8.0",
9595
"eslint-plugin-prefer-arrow": "1.2.3",
9696
"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",
9999
"eslint-plugin-sort-class-members": "^1.18.0",
100100
"eslint-plugin-typescript-sort-keys": "3.2.0",
101-
"eslint-plugin-unused-imports": "3.1.0",
101+
"eslint-plugin-unused-imports": "3.2.0",
102102
"gh-pages": "^6.1.0",
103103
"husky": "9.0.11",
104104
"lint-staged": "15.2.2",
105105
"prettier": "^3.2.5",
106106
"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",
110110
"tsup": "8.0.2",
111-
"typescript": "^5.3.3",
111+
"typescript": "^5.4.5",
112112
"yalc": "1.0.0-pre.53"
113113
},
114114
"peerDependencies": {

0 commit comments

Comments
 (0)