refactor(): minor updates for next stencil version (#20787)

This commit is contained in:
Manu MA
2020-03-24 16:59:07 +01:00
committed by Liam DeBeasi
parent 71f118201b
commit 5a20f84aa4
38 changed files with 6825 additions and 6862 deletions

View File

@ -52,7 +52,7 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.23",
"@types/jest": "^24.9.0",
"@types/node": "^12.12.14",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",

View File

@ -48,12 +48,12 @@
"react-dom": "^16.8.6"
},
"devDependencies": {
"@types/jest": "^23.3.9",
"@types/jest": "^24.9.0",
"@types/node": "^12.12.14",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"fs-extra": "^8.1.0",
"jest": "^24.8.0",
"jest": "^24.9.0",
"jest-dom": "^3.4.0",
"np": "^5.0.1",
"react": "^16.9.0",

View File

@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@ionic/react": "0.0.9",
"@types/jest": "24.0.17",
"@types/jest": "24.9.0",
"@types/node": "12.7.0",
"@types/react": "16.8.24",
"@types/react-dom": "16.8.5",