Merge pull request #20 from nullndr/dependabot/npm_and_yarn/typescript-4.7.4

Bump typescript from 4.6.4 to 4.7.4
This commit is contained in:
Andrea 2022-07-05 14:20:44 +02:00 committed by GitHub
commit 9c6c8617bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -24,7 +24,7 @@
"nodemon": "^2.0.18", "nodemon": "^2.0.18",
"postcss": "^8.4.13", "postcss": "^8.4.13",
"tailwindcss": "^3.1.4", "tailwindcss": "^3.1.4",
"typescript": "^4.5.5" "typescript": "^4.7.4"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=14"
@ -13221,9 +13221,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.6.4", "version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==", "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -23704,9 +23704,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.6.4", "version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==", "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
"dev": true "dev": true
}, },
"unbox-primitive": { "unbox-primitive": {

View File

@ -31,7 +31,7 @@
"nodemon": "^2.0.18", "nodemon": "^2.0.18",
"postcss": "^8.4.13", "postcss": "^8.4.13",
"tailwindcss": "^3.1.4", "tailwindcss": "^3.1.4",
"typescript": "^4.5.5" "typescript": "^4.7.4"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=14"