@ttoss/google-maps 1.24.4 → 1.24.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -7,9 +7,7 @@
7
7
  Install `@ttoss/google-maps` in your project:
8
8
 
9
9
  ```shell
10
- $ yarn add @ttoss/google-maps
11
- # or
12
- $ npm install @ttoss/google-maps
10
+ $ pnpm install @ttoss/google-maps
13
11
  ```
14
12
 
15
13
  If you use TypeScript, add the following to a declaration file (generally `typings.d.ts`):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/google-maps",
3
- "version": "1.24.4",
3
+ "version": "1.24.5",
4
4
  "license": "UNLICENSED",
5
5
  "author": "ttoss",
6
6
  "contributors": [
@@ -22,18 +22,18 @@
22
22
  "dependencies": {
23
23
  "@types/google.maps": "^3.49.2",
24
24
  "use-callback-ref": "^1.3.0",
25
- "@ttoss/react-hooks": "^1.23.4"
25
+ "@ttoss/react-hooks": "^1.23.5"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": ">=16.8.0",
29
29
  "react-dom": ">=16.8.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@types/react": "^18.2.11",
32
+ "@types/react": "^18.2.12",
33
33
  "jest": "^29.5.0",
34
- "tsup": "^6.7.0",
35
- "@ttoss/config": "^1.30.3",
36
- "@ttoss/test-utils": "^1.23.4"
34
+ "tsup": "^7.0.0",
35
+ "@ttoss/config": "^1.30.4",
36
+ "@ttoss/test-utils": "^1.23.5"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public",