Merge pull request #88 from utopia-os/update-typescript

feat(other): update-typescript
This commit is contained in:
Ulf Gebhardt 2025-02-03 05:11:43 +01:00 committed by GitHub
commit 8840ec2982
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View File

@ -62,7 +62,7 @@
"rollup-plugin-postcss": "^4.0.2", "rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.32.1", "rollup-plugin-typescript2": "^0.32.1",
"tailwindcss": "^3.3.1", "tailwindcss": "^3.3.1",
"typescript": "^4.7.4" "typescript": "^5.7.3"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^18.2.0", "react": "^18.2.0",
@ -7196,16 +7196,17 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.7.4", "version": "5.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
"dev": true, "dev": true,
"license": "Apache-2.0",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
}, },
"engines": { "engines": {
"node": ">=4.2.0" "node": ">=14.17"
} }
}, },
"node_modules/unbox-primitive": { "node_modules/unbox-primitive": {

View File

@ -49,7 +49,7 @@
"rollup-plugin-postcss": "^4.0.2", "rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.32.1", "rollup-plugin-typescript2": "^0.32.1",
"tailwindcss": "^3.3.1", "tailwindcss": "^3.3.1",
"typescript": "^4.7.4" "typescript": "^5.7.3"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^18.2.0", "react": "^18.2.0",