Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e5a2a56

Browse files
committedDec 5, 2021
Update dependency @types/estree to v0.0.50
1 parent 252d59b commit e5a2a56

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
 

‎scripts/installer/frameworks/angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@rollup/plugin-json": "^4.1.0",
101101
"@rollup/plugin-typescript": "8.2.1",
102102
"@testing-library/react-hooks": "^5.1.2",
103-
"@types/estree": "0.0.47",
103+
"@types/estree": "0.0.50",
104104
"@types/jest": "26.0.21",
105105
"@types/json-schema": "^7.0.8",
106106
"@types/node": "15.6.1",

‎scripts/installer/frameworks/react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@rollup/plugin-json": "^4.1.0",
8585
"@rollup/plugin-typescript": "8.2.1",
8686
"@testing-library/react-hooks": "^5.1.2",
87-
"@types/estree": "0.0.47",
87+
"@types/estree": "0.0.50",
8888
"@types/jest": "26.0.21",
8989
"@types/json-schema": "^7.0.8",
9090
"@types/node": "15.6.1",

‎scripts/installer/frameworks/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@rollup/plugin-json": "^4.1.0",
101101
"@rollup/plugin-typescript": "8.2.1",
102102
"@testing-library/react-hooks": "^5.1.2",
103-
"@types/estree": "0.0.47",
103+
"@types/estree": "0.0.50",
104104
"@types/jest": "26.0.21",
105105
"@types/json-schema": "^7.0.8",
106106
"@types/node": "15.6.1",

‎scripts/installer/frameworks/stencil/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@rollup/plugin-json": "^4.1.0",
101101
"@rollup/plugin-typescript": "8.2.1",
102102
"@testing-library/react-hooks": "^5.1.2",
103-
"@types/estree": "0.0.47",
103+
"@types/estree": "0.0.50",
104104
"@types/jest": "26.0.21",
105105
"@types/json-schema": "^7.0.8",
106106
"@types/node": "15.6.1",

‎scripts/installer/frameworks/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@rollup/plugin-json": "^4.1.0",
101101
"@rollup/plugin-typescript": "8.2.1",
102102
"@testing-library/react-hooks": "^5.1.2",
103-
"@types/estree": "0.0.47",
103+
"@types/estree": "0.0.50",
104104
"@types/jest": "26.0.21",
105105
"@types/json-schema": "^7.0.8",
106106
"@types/node": "15.6.1",

‎scripts/installer/frameworks/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@rollup/plugin-json": "^4.1.0",
101101
"@rollup/plugin-typescript": "8.2.1",
102102
"@testing-library/react-hooks": "^5.1.2",
103-
"@types/estree": "0.0.47",
103+
"@types/estree": "0.0.50",
104104
"@types/jest": "26.0.21",
105105
"@types/json-schema": "^7.0.8",
106106
"@types/node": "15.6.1",

0 commit comments

Comments
 (0)
Please sign in to comment.