Skip to content

Commit

Permalink
Merge branch 'next' into fix/syntaxthighlighter-themes
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 17, 2019
2 parents c56a9ac + 20dd1ec commit 92c6659
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
"rxjs": "^6.0.0",
"zone.js": "^0.8.29"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 3 additions & 0 deletions app/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"ember-cli-htmlbars-inline-precompile": "^1.0.3",
"ember-source": "^3.4.0"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 3 additions & 0 deletions app/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"peerDependencies": {
"babel-loader": "^7.0.0 || ^8.0.0"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 3 additions & 0 deletions app/marko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"marko": "^4.15.2",
"marko-widgets": "^7.0.1"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 3 additions & 0 deletions app/mithril/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"babel-loader": "^7.0.0 || ^8.0.0",
"mithril": "^1.1.6"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 3 additions & 0 deletions app/polymer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"lit-html": "^1.0.0",
"polymer-webpack-loader": "^2.0.2"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 3 additions & 0 deletions app/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"babel-loader": "^7.0.0 || ^8.0.0",
"preact": "^8.4.2"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 3 additions & 0 deletions app/react-native-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"peerDependencies": {
"babel-loader": "^7.0.0 || ^8.0.0"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 3 additions & 0 deletions app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"react": "*",
"react-native": ">=0.57.0"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 3 additions & 0 deletions app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
"react": "*",
"react-dom": "*"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 3 additions & 0 deletions app/riot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"riot-hot-reload": "^1.0.0",
"riot-tag-loader": "^2.0.0 || ^3.0.0"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 3 additions & 0 deletions app/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"svelte": "^3.1.0",
"svelte-loader": "^2.9.1"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 3 additions & 0 deletions app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.8"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
1 change: 0 additions & 1 deletion docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6326,7 +6326,6 @@ json-schema@0.2.3:
integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=

json-stable-stringify-without-jsonify@^1.0.1:
name json-stable-stringify
version "1.0.1"
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
Expand Down

0 comments on commit 92c6659

Please sign in to comment.