Skip to content

Commit f74f72f

Browse files
committed
fix(deps): pin dependencies
1 parent 1203976 commit f74f72f

File tree

4 files changed

+106
-106
lines changed

4 files changed

+106
-106
lines changed

example/package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,38 @@
33
"version": "0.0.1",
44
"private": true,
55
"dependencies": {
6-
"@ionic/react": "^6.0.0",
7-
"@ionic/react-router": "^6.0.0",
8-
"@testing-library/jest-dom": "^5.11.9",
9-
"@testing-library/react": "^11.2.5",
10-
"@testing-library/user-event": "^12.6.3",
6+
"@ionic/react": "6.0.5",
7+
"@ionic/react-router": "6.0.5",
8+
"@testing-library/jest-dom": "5.16.2",
9+
"@testing-library/react": "11.2.7",
10+
"@testing-library/user-event": "12.8.3",
1111
"@types/jest": "^26.0.20",
12-
"@types/node": "^12.19.15",
13-
"@types/react": "^16.14.3",
12+
"@types/node": "12.20.43",
13+
"@types/react": "16.14.22",
1414
"@types/react-dom": "17.0.11",
15-
"@types/react-router": "^5.1.11",
16-
"@types/react-router-dom": "^5.1.7",
17-
"ionic-react-header-parallax": "^0.3.0",
18-
"ionicons": "^5.4.0",
19-
"react": "^17.0.1",
20-
"react-dom": "^17.0.1",
21-
"react-router": "^5.2.0",
22-
"react-router-dom": "^5.2.0",
23-
"react-scripts": "^5.0.0",
24-
"typescript": "^4.1.3",
25-
"web-vitals": "^0.2.4",
26-
"workbox-background-sync": "^5.1.4",
27-
"workbox-broadcast-update": "^5.1.4",
28-
"workbox-cacheable-response": "^5.1.4",
29-
"workbox-core": "^5.1.4",
30-
"workbox-expiration": "^5.1.4",
31-
"workbox-google-analytics": "^5.1.4",
32-
"workbox-navigation-preload": "^5.1.4",
33-
"workbox-precaching": "^5.1.4",
34-
"workbox-range-requests": "^5.1.4",
35-
"workbox-routing": "^5.1.4",
36-
"workbox-strategies": "^5.1.4",
37-
"workbox-streams": "^5.1.4"
15+
"@types/react-router": "5.1.18",
16+
"@types/react-router-dom": "5.3.3",
17+
"ionic-react-header-parallax": "0.3.0",
18+
"ionicons": "5.5.4",
19+
"react": "17.0.2",
20+
"react-dom": "17.0.2",
21+
"react-router": "5.2.1",
22+
"react-router-dom": "5.3.0",
23+
"react-scripts": "5.0.0",
24+
"typescript": "4.5.5",
25+
"web-vitals": "0.2.4",
26+
"workbox-background-sync": "5.1.4",
27+
"workbox-broadcast-update": "5.1.4",
28+
"workbox-cacheable-response": "5.1.4",
29+
"workbox-core": "5.1.4",
30+
"workbox-expiration": "5.1.4",
31+
"workbox-google-analytics": "5.1.4",
32+
"workbox-navigation-preload": "5.1.4",
33+
"workbox-precaching": "5.1.4",
34+
"workbox-range-requests": "5.1.4",
35+
"workbox-routing": "5.1.4",
36+
"workbox-strategies": "5.1.4",
37+
"workbox-streams": "5.1.4"
3838
},
3939
"scripts": {
4040
"start": "react-scripts start",

0 commit comments

Comments
 (0)