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

This commit is contained in:
Renovate Bot
2022-01-21 00:18:57 +00:00
committed by renovate[bot]
parent c223116c33
commit 188ea02fe1
5 changed files with 17 additions and 17 deletions

View File

@ -123,7 +123,7 @@
"store": "2.0.12", "store": "2.0.12",
"stream-browserify": "3.0.0", "stream-browserify": "3.0.0",
"tone": "14.7.77", "tone": "14.7.77",
"typescript": "4.5.4", "typescript": "4.5.5",
"uuid": "8.3.2", "uuid": "8.3.2",
"validator": "13.7.0" "validator": "13.7.0"
}, },

26
package-lock.json generated
View File

@ -96,7 +96,7 @@
"process": "0.11.10", "process": "0.11.10",
"shx": "0.3.4", "shx": "0.3.4",
"start-server-and-test": "1.14.0", "start-server-and-test": "1.14.0",
"typescript": "4.5.4", "typescript": "4.5.5",
"webpack-bundle-analyzer": "4.5.0" "webpack-bundle-analyzer": "4.5.0"
}, },
"engines": { "engines": {
@ -291,7 +291,7 @@
"store": "2.0.12", "store": "2.0.12",
"stream-browserify": "3.0.0", "stream-browserify": "3.0.0",
"tone": "14.7.77", "tone": "14.7.77",
"typescript": "4.5.4", "typescript": "4.5.5",
"uuid": "8.3.2", "uuid": "8.3.2",
"validator": "13.7.0" "validator": "13.7.0"
}, },
@ -51828,9 +51828,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.5.4", "version": "4.5.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
"integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
@ -54883,7 +54883,7 @@
"inquirer": "8.2.0", "inquirer": "8.2.0",
"prettier": "2.5.1", "prettier": "2.5.1",
"ts-node": "10.4.0", "ts-node": "10.4.0",
"typescript": "4.5.4" "typescript": "4.5.5"
}, },
"engines": { "engines": {
"node": ">=16", "node": ">=16",
@ -55214,7 +55214,7 @@
"@babel/preset-typescript": "7.16.7", "@babel/preset-typescript": "7.16.7",
"react": "16.14.0", "react": "16.14.0",
"react-dom": "16.14.0", "react-dom": "16.14.0",
"typescript": "4.5.4" "typescript": "4.5.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.16.10", "@babel/core": "7.16.10",
@ -57828,7 +57828,7 @@
"store": "2.0.12", "store": "2.0.12",
"stream-browserify": "3.0.0", "stream-browserify": "3.0.0",
"tone": "14.7.77", "tone": "14.7.77",
"typescript": "4.5.4", "typescript": "4.5.5",
"uuid": "8.3.2", "uuid": "8.3.2",
"validator": "13.7.0", "validator": "13.7.0",
"webpack": "5.66.0", "webpack": "5.66.0",
@ -57974,7 +57974,7 @@
"inquirer": "8.2.0", "inquirer": "8.2.0",
"prettier": "2.5.1", "prettier": "2.5.1",
"ts-node": "10.4.0", "ts-node": "10.4.0",
"typescript": "4.5.4" "typescript": "4.5.5"
}, },
"dependencies": { "dependencies": {
"acorn-walk": { "acorn-walk": {
@ -58169,7 +58169,7 @@
"rollup-plugin-postcss": "4.0.2", "rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2", "rollup-plugin-terser": "7.0.2",
"tailwindcss": "3.0.15", "tailwindcss": "3.0.15",
"typescript": "4.5.4" "typescript": "4.5.5"
}, },
"dependencies": { "dependencies": {
"@jest/transform": { "@jest/transform": {
@ -95979,9 +95979,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.5.4", "version": "4.5.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
"integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==" "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA=="
}, },
"typescript-compare": { "typescript-compare": {
"version": "0.0.2", "version": "0.0.2",

View File

@ -171,7 +171,7 @@
"process": "0.11.10", "process": "0.11.10",
"shx": "0.3.4", "shx": "0.3.4",
"start-server-and-test": "1.14.0", "start-server-and-test": "1.14.0",
"typescript": "4.5.4", "typescript": "4.5.5",
"webpack-bundle-analyzer": "4.5.0" "webpack-bundle-analyzer": "4.5.0"
} }
} }

View File

@ -29,6 +29,6 @@
"inquirer": "8.2.0", "inquirer": "8.2.0",
"prettier": "2.5.1", "prettier": "2.5.1",
"ts-node": "10.4.0", "ts-node": "10.4.0",
"typescript": "4.5.4" "typescript": "4.5.5"
} }
} }

View File

@ -22,7 +22,7 @@
"@babel/preset-typescript": "7.16.7", "@babel/preset-typescript": "7.16.7",
"react": "16.14.0", "react": "16.14.0",
"react-dom": "16.14.0", "react-dom": "16.14.0",
"typescript": "4.5.4" "typescript": "4.5.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.16.10", "@babel/core": "7.16.10",