chore: update all conflict-free dependencies (#354)

This commit is contained in:
Pascal Jufer 2023-09-24 18:34:07 +02:00 committed by GitHub
commit d5a40498ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 1917 additions and 752 deletions

View file

@ -34,11 +34,10 @@
"react-native-svg": "^12.1.1"
},
"devDependencies": {
"@babel/runtime": "^7.15.4",
"@types/react": "^17.0.29",
"@types/react-native": "^0.50.0",
"react": "^17.0.2",
"react-native-svg": "^12.1.1",
"typescript": "^4.4.4"
"typescript": "^5.2.2"
}
}

View file

@ -46,8 +46,8 @@
"react": "^16.8.6 || ^17 || ^18"
},
"devDependencies": {
"@types/react": "^17.0.29",
"react": "^17.0.2",
"typescript": "^4.4.4"
"@types/react": "^18.2.22",
"react": "^18.2.0",
"typescript": "^5.2.2"
}
}

View file

@ -42,7 +42,7 @@
"sideEffects": false,
"homepage": "https://iconoir.com",
"dependencies": {
"vue-demi": "latest"
"vue-demi": "^0.14.6"
},
"peerDependencies": {
"@vue/composition-api": ">=1.0.0-rc.1",
@ -54,11 +54,10 @@
}
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.1",
"esbuild": "^0.17.18",
"terser": "^5.17.1",
"vite": "^4.3.3",
"vite-plugin-dts": "^2.3.0",
"vue": "^3.2.47"
"@vitejs/plugin-vue": "^4.3.4",
"terser": "^5.20.0",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.4",
"vue": "^3.3.4"
}
}