Pump up typescript version

This commit is contained in:
2022-06-23 10:59:54 +03:00
parent 380abf4b24
commit a6878792d0
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@@ -23,7 +23,7 @@
"react-scripts": "4.0.3", "react-scripts": "4.0.3",
"recoil": "^0.5.2", "recoil": "^0.5.2",
"sass": "^1.43.4", "sass": "^1.43.4",
"typescript": "^4.1.2" "typescript": "^4.7.4"
}, },
"devDependencies": { "devDependencies": {
"extract-react-intl-messages": "^4.1.1" "extract-react-intl-messages": "^4.1.1"
@@ -17575,8 +17575,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.4.4", "version": "4.7.4",
"license": "Apache-2.0", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
@@ -30739,7 +30740,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.4.4" "version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ=="
}, },
"unicode-canonical-property-names-ecmascript": { "unicode-canonical-property-names-ecmascript": {
"version": "1.0.4" "version": "1.0.4"

View File

@@ -18,7 +18,7 @@
"react-scripts": "4.0.3", "react-scripts": "4.0.3",
"recoil": "^0.5.2", "recoil": "^0.5.2",
"sass": "^1.43.4", "sass": "^1.43.4",
"typescript": "^4.1.2" "typescript": "^4.7.4"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",