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

This commit is contained in:
renovate[bot]
2023-02-04 18:03:05 +00:00
parent 33f9825164
commit e536ba5224
8 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -126,7 +126,7 @@
"store": "2.0.12",
"stream-browserify": "3.0.0",
"tone": "14.7.77",
"typescript": "4.9.4",
"typescript": "4.9.5",
"util": "0.12.5",
"uuid": "8.3.2",
"validator": "13.7.0"
+1 -1
View File
@@ -28,6 +28,6 @@
},
"devDependencies": {
"ts-node": "10.9.1",
"typescript": "4.9.4"
"typescript": "4.9.5"
}
}
+17 -17
View File
@@ -101,7 +101,7 @@
"rimraf": "3.0.2",
"start-server-and-test": "1.15.3",
"ts-node": "10.9.1",
"typescript": "4.9.4",
"typescript": "4.9.5",
"webpack-bundle-analyzer": "4.7.0"
},
"engines": {
@@ -516,7 +516,7 @@
"store": "2.0.12",
"stream-browserify": "3.0.0",
"tone": "14.7.77",
"typescript": "4.9.4",
"typescript": "4.9.5",
"util": "0.12.5",
"uuid": "8.3.2",
"validator": "13.7.0"
@@ -50186,9 +50186,9 @@
}
},
"node_modules/typescript": {
"version": "4.9.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@@ -53907,7 +53907,7 @@
"@types/express": "4.17.17",
"dotenv": "16.0.3",
"shx": "0.3.4",
"typescript": "4.9.4"
"typescript": "4.9.5"
}
},
"tools/challenge-editor/client": {
@@ -53923,7 +53923,7 @@
"react-dom": "16.14.0",
"react-router-dom": "6.8.0",
"react-scripts": "5.0.1",
"typescript": "4.9.4"
"typescript": "4.9.5"
},
"devDependencies": {
"@types/codemirror": "5.60.7",
@@ -53944,7 +53944,7 @@
"inquirer": "8.2.5",
"prettier": "2.8.3",
"ts-node": "10.9.1",
"typescript": "4.9.4"
"typescript": "4.9.5"
},
"engines": {
"node": ">=16",
@@ -54211,7 +54211,7 @@
"@babel/preset-typescript": "7.18.6",
"react": "16.14.0",
"react-dom": "16.14.0",
"typescript": "4.9.4"
"typescript": "4.9.5"
},
"devDependencies": {
"@babel/core": "7.20.12",
@@ -56036,7 +56036,7 @@
"gray-matter": "4.0.3",
"shx": "0.3.4",
"ts-node": "10.9.1",
"typescript": "4.9.4"
"typescript": "4.9.5"
}
},
"@freecodecamp/challenge-editor-client": {
@@ -56054,7 +56054,7 @@
"react-router-dom": "6.8.0",
"react-scripts": "5.0.1",
"shx": "0.3.4",
"typescript": "4.9.4"
"typescript": "4.9.5"
}
},
"@freecodecamp/challenge-parser": {
@@ -56261,7 +56261,7 @@
"stream-browserify": "3.0.0",
"tone": "14.7.77",
"ts-node": "10.9.1",
"typescript": "4.9.4",
"typescript": "4.9.5",
"util": "0.12.5",
"uuid": "8.3.2",
"validator": "13.7.0",
@@ -56388,7 +56388,7 @@
"inquirer": "8.2.5",
"prettier": "2.8.3",
"ts-node": "10.9.1",
"typescript": "4.9.4"
"typescript": "4.9.5"
}
},
"@freecodecamp/curriculum-helpers": {
@@ -56542,7 +56542,7 @@
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"tailwindcss": "3.2.4",
"typescript": "4.9.4"
"typescript": "4.9.5"
}
},
"@gar/promisify": {
@@ -88033,9 +88033,9 @@
}
},
"typescript": {
"version": "4.9.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg=="
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g=="
},
"typescript-compare": {
"version": "0.0.2",
+1 -1
View File
@@ -188,7 +188,7 @@
"rimraf": "3.0.2",
"start-server-and-test": "1.15.3",
"ts-node": "10.9.1",
"typescript": "4.9.4",
"typescript": "4.9.5",
"webpack-bundle-analyzer": "4.7.0"
}
}
+1 -1
View File
@@ -19,6 +19,6 @@
"@types/express": "4.17.17",
"dotenv": "16.0.3",
"shx": "0.3.4",
"typescript": "4.9.4"
"typescript": "4.9.5"
}
}
+1 -1
View File
@@ -11,7 +11,7 @@
"react-dom": "16.14.0",
"react-router-dom": "6.8.0",
"react-scripts": "5.0.1",
"typescript": "4.9.4"
"typescript": "4.9.5"
},
"scripts": {
"start": "cross-env PORT=3300 react-scripts start",
+1 -1
View File
@@ -30,6 +30,6 @@
"inquirer": "8.2.5",
"prettier": "2.8.3",
"ts-node": "10.9.1",
"typescript": "4.9.4"
"typescript": "4.9.5"
}
}
+1 -1
View File
@@ -22,7 +22,7 @@
"@babel/preset-typescript": "7.18.6",
"react": "16.14.0",
"react-dom": "16.14.0",
"typescript": "4.9.4"
"typescript": "4.9.5"
},
"devDependencies": {
"@babel/core": "7.20.12",