Skip to content

Commit 49f90b4

Browse files
committed
More package updates
1 parent 7851922 commit 49f90b4

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

example-app-spm/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"@capacitor/ios": "next",
1212
"@capacitor/keyboard": "next",
1313
"@capacitor/status-bar": "next",
14-
"@ionic/react": "^8.7.9",
15-
"@ionic/react-router": "^8.7.9",
14+
"@ionic/react": "^8.7.10",
15+
"@ionic/react-router": "^8.7.10",
1616
"@testing-library/jest-dom": "^6.9.1",
1717
"@testing-library/react": "^16.3.0",
1818
"@testing-library/user-event": "^14.6.1",
1919
"@types/google.maps": "~3.58.1",
2020
"@types/jest": "^30.0.0",
2121
"@types/node": "^24.10.1",
22-
"@types/react": "^19.2.6",
22+
"@types/react": "^19.2.7",
2323
"@types/react-dom": "^19.2.3",
2424
"@types/react-router": "^5.1.20",
2525
"@types/react-router-dom": "^5.3.3",
@@ -31,18 +31,18 @@
3131
"react-scripts": "^5.0.1",
3232
"typescript": "^5.9.3",
3333
"web-vitals": "^5.1.0",
34-
"workbox-background-sync": "^7.3.0",
35-
"workbox-broadcast-update": "^7.3.0",
36-
"workbox-cacheable-response": "^7.3.0",
37-
"workbox-core": "^7.3.0",
38-
"workbox-expiration": "^7.3.0",
39-
"workbox-google-analytics": "^7.3.0",
40-
"workbox-navigation-preload": "^7.3.0",
41-
"workbox-precaching": "^7.3.0",
42-
"workbox-range-requests": "^7.3.0",
43-
"workbox-routing": "^7.3.0",
44-
"workbox-strategies": "^7.3.0",
45-
"workbox-streams": "^7.3.0"
34+
"workbox-background-sync": "^7.4.0",
35+
"workbox-broadcast-update": "^7.4.0",
36+
"workbox-cacheable-response": "^7.4.0",
37+
"workbox-core": "^7.4.0",
38+
"workbox-expiration": "^7.4.0",
39+
"workbox-google-analytics": "^7.4.0",
40+
"workbox-navigation-preload": "^7.4.0",
41+
"workbox-precaching": "^7.4.0",
42+
"workbox-range-requests": "^7.4.0",
43+
"workbox-routing": "^7.4.0",
44+
"workbox-strategies": "^7.4.0",
45+
"workbox-streams": "^7.4.0"
4646
},
4747
"scripts": {
4848
"start": "react-scripts start",
@@ -72,4 +72,4 @@
7272
"@capacitor/cli": "next"
7373
},
7474
"description": "An Ionic project"
75-
}
75+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@capacitor/ios": "next",
2020
"@types/node": "^24.10.1",
21-
"glob": "^11.0.3",
21+
"glob": "^13.0.0",
2222
"husky": "^9.1.7",
2323
"lerna": "^9.0.1",
2424
"typescript": "^5.9.3"

plugin/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@
6464
"@capacitor/docgen": "0.3.0",
6565
"@capacitor/ios": "next",
6666
"@ionic/prettier-config": "^4.0.0",
67-
"@types/resize-observer-browser": "^0.1.7",
68-
"@types/supercluster": "^7.1.0",
69-
"@typescript-eslint/eslint-plugin": "^8.47.0",
70-
"@typescript-eslint/parser": "^8.47.0",
71-
"downlevel-dts": "^0.7.0",
67+
"@types/resize-observer-browser": "^0.1.11",
68+
"@types/supercluster": "^7.1.3",
69+
"@typescript-eslint/eslint-plugin": "^8.48.0",
70+
"@typescript-eslint/parser": "^8.48.0",
71+
"downlevel-dts": "^0.11.0",
7272
"eslint": "^9.39.1",
7373
"eslint-config-prettier": "^10.1.8",
74-
"eslint-plugin-import": "^2.31.0",
74+
"eslint-plugin-import": "^2.32.0",
7575
"prettier": "^3.6.2",
7676
"prettier-plugin-java": "^2.7.7",
77-
"rimraf": "^6.1.0",
78-
"rollup": "^4.53.2",
77+
"rimraf": "^6.1.2",
78+
"rollup": "^4.53.3",
7979
"swiftlint": "^2.0.0",
8080
"typescript": "^5.9.3"
8181
},
@@ -99,4 +99,4 @@
9999
"@googlemaps/markerclusterer": "~2.5.3",
100100
"@types/google.maps": "~3.58.1"
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)