Skip to content

Commit

Permalink
Merge pull request #53 from ahmnouira/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
fix(deps): pin dependencies
  • Loading branch information
ahmnouira authored Feb 6, 2022
2 parents 1203976 + f74f72f commit a55fe08
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 106 deletions.
60 changes: 30 additions & 30 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,38 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@ionic/react": "^6.0.0",
"@ionic/react-router": "^6.0.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.6.3",
"@ionic/react": "6.0.5",
"@ionic/react-router": "6.0.5",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "12.8.3",
"@types/jest": "^26.0.20",
"@types/node": "^12.19.15",
"@types/react": "^16.14.3",
"@types/node": "12.20.43",
"@types/react": "16.14.22",
"@types/react-dom": "17.0.11",
"@types/react-router": "^5.1.11",
"@types/react-router-dom": "^5.1.7",
"ionic-react-header-parallax": "^0.3.0",
"ionicons": "^5.4.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.0",
"typescript": "^4.1.3",
"web-vitals": "^0.2.4",
"workbox-background-sync": "^5.1.4",
"workbox-broadcast-update": "^5.1.4",
"workbox-cacheable-response": "^5.1.4",
"workbox-core": "^5.1.4",
"workbox-expiration": "^5.1.4",
"workbox-google-analytics": "^5.1.4",
"workbox-navigation-preload": "^5.1.4",
"workbox-precaching": "^5.1.4",
"workbox-range-requests": "^5.1.4",
"workbox-routing": "^5.1.4",
"workbox-strategies": "^5.1.4",
"workbox-streams": "^5.1.4"
"@types/react-router": "5.1.18",
"@types/react-router-dom": "5.3.3",
"ionic-react-header-parallax": "0.3.0",
"ionicons": "5.5.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router": "5.2.1",
"react-router-dom": "5.3.0",
"react-scripts": "5.0.0",
"typescript": "4.5.5",
"web-vitals": "0.2.4",
"workbox-background-sync": "5.1.4",
"workbox-broadcast-update": "5.1.4",
"workbox-cacheable-response": "5.1.4",
"workbox-core": "5.1.4",
"workbox-expiration": "5.1.4",
"workbox-google-analytics": "5.1.4",
"workbox-navigation-preload": "5.1.4",
"workbox-precaching": "5.1.4",
"workbox-range-requests": "5.1.4",
"workbox-routing": "5.1.4",
"workbox-strategies": "5.1.4",
"workbox-streams": "5.1.4"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit a55fe08

Please sign in to comment.