mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
refactor(): minor updates for next stencil version (#20787)
This commit is contained in:
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user