Browse Source

Update dependency typescript to v4.7.4

pull/2043/head
renovate[bot] 3 years ago committed by GitHub
parent
commit
5a85498d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      web/package-lock.json
  2. 2
      web/package.json

14
web/package-lock.json generated

@ -101,7 +101,7 @@ @@ -101,7 +101,7 @@
"storybook-preset-less": "1.1.2",
"style-dictionary": "3.7.1",
"style-loader": "2.0.0",
"typescript": "4.5.5",
"typescript": "4.7.4",
"yaml": "2.1.1"
}
},
@ -26854,9 +26854,9 @@ @@ -26854,9 +26854,9 @@
}
},
"node_modules/typescript": {
"version": "4.5.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
"integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==",
"version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -48436,9 +48436,9 @@ @@ -48436,9 +48436,9 @@
}
},
"typescript": {
"version": "4.5.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
"integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA=="
"version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ=="
},
"ua-parser-js": {
"version": "1.0.2",

2
web/package.json

@ -105,7 +105,7 @@ @@ -105,7 +105,7 @@
"storybook-preset-less": "1.1.2",
"style-dictionary": "3.7.1",
"style-loader": "2.0.0",
"typescript": "4.5.5",
"typescript": "4.7.4",
"yaml": "2.1.1"
}
}

Loading…
Cancel
Save