fix(deps): update dependency typescript to v4.7.2

pull/45530/head^2
Renovate Bot 2022-05-29 21:19:20 +00:00 committed by renovate[bot]
parent bd00e902bf
commit 36bd34f5ca
8 changed files with 24 additions and 24 deletions

View File

@ -123,7 +123,7 @@
"store": "2.0.12",
"stream-browserify": "3.0.0",
"tone": "14.7.77",
"typescript": "4.6.4",
"typescript": "4.7.2",
"util": "0.12.4",
"uuid": "8.3.2",
"validator": "13.7.0"

View File

@ -28,6 +28,6 @@
},
"devDependencies": {
"ts-node": "10.8.0",
"typescript": "4.6.4"
"typescript": "4.7.2"
}
}

34
package-lock.json generated
View File

@ -99,7 +99,7 @@
"rimraf": "3.0.2",
"start-server-and-test": "1.14.0",
"ts-node": "10.8.0",
"typescript": "4.6.4",
"typescript": "4.7.2",
"webpack-bundle-analyzer": "4.5.0"
},
"engines": {
@ -525,7 +525,7 @@
"store": "2.0.12",
"stream-browserify": "3.0.0",
"tone": "14.7.77",
"typescript": "4.6.4",
"typescript": "4.7.2",
"util": "0.12.4",
"uuid": "8.3.2",
"validator": "13.7.0"
@ -49806,9 +49806,9 @@
}
},
"node_modules/typescript": {
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"version": "4.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz",
"integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -53466,7 +53466,7 @@
},
"devDependencies": {
"@types/express": "4.17.13",
"typescript": "4.6.4"
"typescript": "4.7.2"
}
},
"tools/challenge-editor/client": {
@ -53481,7 +53481,7 @@
"react-dom": "16.14.0",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.1",
"typescript": "4.6.4"
"typescript": "4.7.2"
},
"devDependencies": {
"@types/codemirror": "5.60.5",
@ -53500,7 +53500,7 @@
"inquirer": "8.2.4",
"prettier": "2.6.2",
"ts-node": "10.8.0",
"typescript": "4.6.4"
"typescript": "4.7.2"
},
"engines": {
"node": ">=16",
@ -53752,7 +53752,7 @@
"@babel/preset-typescript": "7.17.12",
"react": "16.14.0",
"react-dom": "16.14.0",
"typescript": "4.6.4"
"typescript": "4.7.2"
},
"devDependencies": {
"@babel/core": "7.18.2",
@ -55664,7 +55664,7 @@
"express": "4.18.1",
"gray-matter": "4.0.3",
"ts-node": "10.8.0",
"typescript": "4.6.4"
"typescript": "4.7.2"
}
},
"@freecodecamp/challenge-editor-client": {
@ -55680,7 +55680,7 @@
"react-dom": "16.14.0",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.1",
"typescript": "4.6.4"
"typescript": "4.7.2"
}
},
"@freecodecamp/challenge-parser": {
@ -55883,7 +55883,7 @@
"stream-browserify": "3.0.0",
"tone": "14.7.77",
"ts-node": "10.8.0",
"typescript": "4.6.4",
"typescript": "4.7.2",
"util": "0.12.4",
"uuid": "8.3.2",
"validator": "13.7.0",
@ -56003,7 +56003,7 @@
"inquirer": "8.2.4",
"prettier": "2.6.2",
"ts-node": "10.8.0",
"typescript": "4.6.4"
"typescript": "4.7.2"
}
},
"@freecodecamp/fcc-source-challenges": {
@ -56139,7 +56139,7 @@
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"tailwindcss": "3.0.24",
"typescript": "4.6.4"
"typescript": "4.7.2"
}
},
"@gar/promisify": {
@ -87461,9 +87461,9 @@
}
},
"typescript": {
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg=="
"version": "4.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz",
"integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A=="
},
"typescript-compare": {
"version": "0.0.2",

View File

@ -178,7 +178,7 @@
"rimraf": "3.0.2",
"start-server-and-test": "1.14.0",
"ts-node": "10.8.0",
"typescript": "4.6.4",
"typescript": "4.7.2",
"webpack-bundle-analyzer": "4.5.0"
}
}

View File

@ -16,6 +16,6 @@
},
"devDependencies": {
"@types/express": "4.17.13",
"typescript": "4.6.4"
"typescript": "4.7.2"
}
}

View File

@ -11,7 +11,7 @@
"react-dom": "16.14.0",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.1",
"typescript": "4.6.4"
"typescript": "4.7.2"
},
"scripts": {
"start": "PORT=3300 react-scripts start",

View File

@ -30,6 +30,6 @@
"inquirer": "8.2.4",
"prettier": "2.6.2",
"ts-node": "10.8.0",
"typescript": "4.6.4"
"typescript": "4.7.2"
}
}

View File

@ -22,7 +22,7 @@
"@babel/preset-typescript": "7.17.12",
"react": "16.14.0",
"react-dom": "16.14.0",
"typescript": "4.6.4"
"typescript": "4.7.2"
},
"devDependencies": {
"@babel/core": "7.18.2",