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

This commit is contained in:
Renovate Bot
2022-05-01 12:48:05 +00:00
committed by renovate[bot]
parent fe7b40df7f
commit debfcbe382
7 changed files with 23 additions and 23 deletions

View File

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

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.7.0",
"typescript": "4.6.3",
"typescript": "4.6.4",
"webpack-bundle-analyzer": "4.5.0"
},
"engines": {
@@ -1003,7 +1003,7 @@
"store": "2.0.12",
"stream-browserify": "3.0.0",
"tone": "14.7.77",
"typescript": "4.6.3",
"typescript": "4.6.4",
"util": "0.12.4",
"uuid": "8.3.2",
"validator": "13.7.0"
@@ -49773,9 +49773,9 @@
}
},
"node_modules/typescript": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@@ -53427,7 +53427,7 @@
},
"devDependencies": {
"@types/express": "4.17.13",
"typescript": "4.6.3"
"typescript": "4.6.4"
}
},
"tools/challenge-editor/client": {
@@ -53441,7 +53441,7 @@
"react-dom": "16.14.0",
"react-router-dom": "6.2.1",
"react-scripts": "5.0.0",
"typescript": "4.6.3"
"typescript": "4.6.4"
},
"devDependencies": {
"@types/codemirror": "5.60.5",
@@ -53460,7 +53460,7 @@
"inquirer": "8.2.4",
"prettier": "2.6.2",
"ts-node": "10.7.0",
"typescript": "4.6.3"
"typescript": "4.6.4"
},
"engines": {
"node": ">=16",
@@ -53712,7 +53712,7 @@
"@babel/preset-typescript": "7.16.7",
"react": "16.14.0",
"react-dom": "16.14.0",
"typescript": "4.6.3"
"typescript": "4.6.4"
},
"devDependencies": {
"@babel/core": "7.17.10",
@@ -56249,7 +56249,7 @@
"express": "4.17.3",
"gray-matter": "4.0.3",
"ts-node": "10.7.0",
"typescript": "4.6.3"
"typescript": "4.6.4"
}
},
"@freecodecamp/challenge-parser": {
@@ -56452,7 +56452,7 @@
"stream-browserify": "3.0.0",
"tone": "14.7.77",
"ts-node": "10.7.0",
"typescript": "4.6.3",
"typescript": "4.6.4",
"util": "0.12.4",
"uuid": "8.3.2",
"validator": "13.7.0",
@@ -56577,7 +56577,7 @@
"inquirer": "8.2.4",
"prettier": "2.6.2",
"ts-node": "10.7.0",
"typescript": "4.6.3"
"typescript": "4.6.4"
}
},
"@freecodecamp/fcc-source-challenges": {
@@ -56713,7 +56713,7 @@
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"tailwindcss": "3.0.24",
"typescript": "4.6.3"
"typescript": "4.6.4"
},
"dependencies": {
"@jest/transform": {
@@ -67967,7 +67967,7 @@
"react-dom": "16.14.0",
"react-router-dom": "6.2.1",
"react-scripts": "5.0.0",
"typescript": "4.6.3"
"typescript": "4.6.4"
}
},
"clipboardy": {
@@ -86802,9 +86802,9 @@
}
},
"typescript": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw=="
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg=="
},
"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.7.0",
"typescript": "4.6.3",
"typescript": "4.6.4",
"webpack-bundle-analyzer": "4.5.0"
}
}

View File

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

View File

@@ -11,7 +11,7 @@
"react-dom": "16.14.0",
"react-router-dom": "6.2.1",
"react-scripts": "5.0.0",
"typescript": "4.6.3"
"typescript": "4.6.4"
},
"scripts": {
"start": "PORT=3300 react-scripts start",

View File

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

View File

@@ -22,7 +22,7 @@
"@babel/preset-typescript": "7.16.7",
"react": "16.14.0",
"react-dom": "16.14.0",
"typescript": "4.6.3"
"typescript": "4.6.4"
},
"devDependencies": {
"@babel/core": "7.17.10",