Skip to content

Commit 5c7fbcb

Browse files
chore(deps): update dependency cheerio to v1.0.0
1 parent c65b44c commit 5c7fbcb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

scripts/installer/frameworks/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"autoprefixer": "10.2.1",
111111
"babel-eslint": "10.1.0",
112112
"babel-loader": "8.2.2",
113-
"cheerio": "1.0.0-rc.3",
113+
"cheerio": "1.0.0",
114114
"compression-webpack-plugin": "7.1.2",
115115
"core-js": "3.8.2",
116116
"css-hot-loader": "1.4.4",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"autoprefixer": "10.2.1",
9595
"babel-eslint": "10.1.0",
9696
"babel-loader": "8.2.2",
97-
"cheerio": "1.0.0-rc.3",
97+
"cheerio": "1.0.0",
9898
"compression-webpack-plugin": "7.1.2",
9999
"core-js": "3.8.2",
100100
"css-hot-loader": "1.4.4",

scripts/installer/frameworks/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"autoprefixer": "10.2.1",
111111
"babel-eslint": "10.1.0",
112112
"babel-loader": "8.2.2",
113-
"cheerio": "1.0.0-rc.3",
113+
"cheerio": "1.0.0",
114114
"compression-webpack-plugin": "7.1.2",
115115
"core-js": "3.8.2",
116116
"css-hot-loader": "1.4.4",

scripts/installer/frameworks/stencil/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"autoprefixer": "10.2.1",
111111
"babel-eslint": "10.1.0",
112112
"babel-loader": "8.2.2",
113-
"cheerio": "1.0.0-rc.3",
113+
"cheerio": "1.0.0",
114114
"compression-webpack-plugin": "7.1.2",
115115
"core-js": "3.8.2",
116116
"css-hot-loader": "1.4.4",

scripts/installer/frameworks/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"autoprefixer": "10.2.1",
111111
"babel-eslint": "10.1.0",
112112
"babel-loader": "8.2.2",
113-
"cheerio": "1.0.0-rc.3",
113+
"cheerio": "1.0.0",
114114
"compression-webpack-plugin": "7.1.2",
115115
"core-js": "3.8.2",
116116
"css-hot-loader": "1.4.4",

scripts/installer/frameworks/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"autoprefixer": "10.2.1",
111111
"babel-eslint": "10.1.0",
112112
"babel-loader": "8.2.2",
113-
"cheerio": "1.0.0-rc.3",
113+
"cheerio": "1.0.0",
114114
"compression-webpack-plugin": "7.1.2",
115115
"core-js": "3.8.2",
116116
"css-hot-loader": "1.4.4",

0 commit comments

Comments
 (0)