Skip to content

Commit

Permalink
chore: set all versions to v14 nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Sep 30, 2020
1 parent 485369f commit b1088a6
Show file tree
Hide file tree
Showing 27 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"registry": "https://registry.npmjs.org/",
"command": {
"version": {
Expand Down
8 changes: 4 additions & 4 deletions packages/apollo-mock-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-apollo-mock-server",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "Apollo based mock server for Hops",
"keywords": [
"hops",
Expand All @@ -24,9 +24,9 @@
"cross-fetch": "^3.0.4",
"express": "^4.17.1",
"graphql": "^15.0.0",
"hops-config": "^13.0.0",
"hops-mixin": "^13.0.0",
"hops-webpack": "^13.0.0"
"hops-config": "^14.0.0-nightly.0",
"hops-mixin": "^14.0.0-nightly.0",
"hops-webpack": "^14.0.0-nightly.0"
},
"peerDependencies": {
"graphql-tag": "^2.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-bootstrap",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "Hops bootstrap",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-config",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "Hops core configuration",
"keywords": [
"hops",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"depd": "^2.0.0",
"hops-bootstrap": "^13.0.0"
"hops-bootstrap": "^14.0.0-nightly.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/config#readme"
}
2 changes: 1 addition & 1 deletion packages/create-hops-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-hops-app",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "CLI tool to create Hops applications",
"keywords": [
"hops",
Expand Down
4 changes: 2 additions & 2 deletions packages/development-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-development-proxy",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "Proxy",
"keywords": [
"hops"
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"debug": "^4.1.1",
"hops-mixin": "^13.0.0",
"hops-mixin": "^14.0.0-nightly.0",
"http-proxy-middleware": "^1.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/development-proxy#readme"
Expand Down
8 changes: 4 additions & 4 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-express",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "Customization for the our express server",
"keywords": [
"hops",
Expand All @@ -26,9 +26,9 @@
"express": "^4.17.1",
"finalhandler": "^1.1.2",
"helmet": "^4.0.0",
"hops-bootstrap": "^13.0.0",
"hops-mixin": "^13.0.0",
"hops-yargs": "^13.0.0",
"hops-bootstrap": "^14.0.0-nightly.0",
"hops-mixin": "^14.0.0-nightly.0",
"hops-yargs": "^14.0.0-nightly.0",
"is-plain-obj": "^2.0.0",
"mime": "^2.4.4",
"mixinable": "^5.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-graphql",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
Expand All @@ -18,8 +18,8 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"hops-apollo-mock-server": "^13.0.0",
"hops-react-apollo": "^13.0.0"
"hops-apollo-mock-server": "^14.0.0-nightly.0",
"hops-react-apollo": "^14.0.0-nightly.0"
},
"peerDependencies": {
"graphql-tag": "^2.10.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/hops/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "Hops main Package to build and run Hops applications",
"keywords": [
"hops",
Expand All @@ -27,12 +27,12 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"hops-express": "^13.0.0",
"hops-info": "^13.0.0",
"hops-mixin": "^13.0.0",
"hops-react": "^13.0.0",
"hops-webpack": "^13.0.0",
"hops-yargs": "^13.0.0",
"hops-express": "^14.0.0-nightly.0",
"hops-info": "^14.0.0-nightly.0",
"hops-mixin": "^14.0.0-nightly.0",
"hops-react": "^14.0.0-nightly.0",
"hops-webpack": "^14.0.0-nightly.0",
"hops-yargs": "^14.0.0-nightly.0",
"webpack-bundle-analyzer": "^3.5.2"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-info",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "Hops info mixin",
"repository": {
"type": "git",
Expand All @@ -16,8 +16,8 @@
"duplitect": "^3.0.0",
"enhanced-resolve": "^5.0.0",
"escape-string-regexp": "^4.0.0",
"hops-bootstrap": "^13.0.0",
"hops-mixin": "^13.0.0",
"hops-bootstrap": "^14.0.0-nightly.0",
"hops-mixin": "^14.0.0-nightly.0",
"mixinable": "^5.0.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-preset-hops",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "Jest preset to work with Hops powered projects",
"keywords": [
"hops",
Expand Down Expand Up @@ -29,7 +29,7 @@
"babel-jest": "^26.0.0",
"colors": "^1.4.0",
"core-js": "^3.2.1",
"hops": "^13.0.0",
"hops": "^14.0.0-nightly.0",
"identity-obj-proxy": "^3.0.0",
"jest-config": "^26.0.0",
"regenerator-runtime": "^0.13.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-lambda",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "Quick and easy deployment of Hops applications to AWS Lambda",
"keywords": [
"hops",
Expand All @@ -21,10 +21,10 @@
"archiver": "^5.0.0",
"aws-sdk": "^2.546.0",
"globby": "^11.0.0",
"hops-bootstrap": "^13.0.0",
"hops-config": "^13.0.0",
"hops-express": "^13.0.0",
"hops-mixin": "^13.0.0",
"hops-bootstrap": "^14.0.0-nightly.0",
"hops-config": "^14.0.0-nightly.0",
"hops-express": "^14.0.0-nightly.0",
"hops-mixin": "^14.0.0-nightly.0",
"pathifist": "^1.0.0",
"prompt": "^1.0.0",
"resolve-tree": "^0.1.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/mixin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-mixin",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "Building blocks to build cusom hops mixins",
"keywords": [
"hops",
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-postcss",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "Configuration of PostCSS and Webpack for Hops",
"keywords": [
"hops",
Expand All @@ -21,7 +21,7 @@
"core-js": "^3.2.1",
"css-loader": "^3.2.0",
"enhanced-resolve": "^5.0.0",
"hops-mixin": "^13.0.0",
"hops-mixin": "^14.0.0-nightly.0",
"mini-css-extract-plugin": "^0.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pathifist": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-pwa",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "ServiceWorker and Web App Manifest support for Hops",
"keywords": [
"hops",
Expand All @@ -22,9 +22,9 @@
"dependencies": {
"app-manifest-loader": "^2.4.1",
"file-loader": "^6.0.0",
"hops-bootstrap": "^13.0.0",
"hops-mixin": "^13.0.0",
"hops-webpack": "^13.0.0",
"hops-bootstrap": "^14.0.0-nightly.0",
"hops-mixin": "^14.0.0-nightly.0",
"hops-webpack": "^14.0.0-nightly.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"pathifist": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-react-apollo",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
Expand All @@ -27,9 +27,9 @@
"apollo-link-http": "^1.5.16",
"cross-fetch": "^3.0.4",
"graphql": "^15.0.0",
"hops-config": "^13.0.0",
"hops-mixin": "^13.0.0",
"hops-react": "^13.0.0",
"hops-config": "^14.0.0-nightly.0",
"hops-mixin": "^14.0.0-nightly.0",
"hops-react": "^14.0.0-nightly.0",
"strip-indent": "^3.0.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-react",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "React and ReactRouter setup for Hops",
"keywords": [
"hops",
Expand All @@ -26,8 +26,8 @@
"clone": "^2.1.2",
"depd": "^2.0.0",
"duplitect": "^3.0.0",
"hops-bootstrap": "^13.0.0",
"hops-mixin": "^13.0.0",
"hops-bootstrap": "^14.0.0-nightly.0",
"hops-mixin": "^14.0.0-nightly.0",
"is-plain-obj": "^2.0.0",
"mixinable": "^5.0.1",
"pathifist": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-redux",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "React and Redux implementation for Hops",
"keywords": [
"hops",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"history": "^4.10.1",
"hops-mixin": "^13.0.0",
"hops-mixin": "^14.0.0-nightly.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"typescript": "*"
},
"devDependencies": {
"jest-preset-hops": "^13.0.0-alpha.0"
"jest-preset-hops": "^14.0.0-nightly.0"
}
}
4 changes: 2 additions & 2 deletions packages/spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-spec",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"private": true,
"files": [],
"eslintConfig": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"@graphql-tools/schema": "^6.0.0",
"@graphql-tools/stitch": "^6.0.0",
"@testing-library/react": "^11.0.0",
"create-hops-app": "^13.0.0",
"create-hops-app": "^14.0.0-nightly.0",
"cross-fetch": "^3.0.4",
"fs-extra": "^9.0.0",
"jest-environment-node": "^26.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-styled-components",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"description": "Styled components support for Hops applications",
"keywords": [
"hops",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"babel-plugin-styled-components": "^1.10.6",
"hops-mixin": "^13.0.0"
"hops-mixin": "^14.0.0-nightly.0"
},
"peerDependencies": {
"react": "^16.8.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/template-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-template-graphql",
"version": "13.0.0",
"version": "14.0.0-nightly.0",
"main": "src/app.js",
"license": "MIT",
"hops": {
Expand All @@ -17,9 +17,9 @@
},
"dependencies": {
"graphql-tag": "^2.10.1",
"hops": "^13.0.0",
"hops-graphql": "^13.0.0",
"hops-postcss": "^13.0.0",
"hops": "^14.0.0-nightly.0",
"hops-graphql": "^14.0.0-nightly.0",
"hops-postcss": "^14.0.0-nightly.0",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-apollo": "^3.1.2",
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"jest": "^26.0.0",
"jest-preset-hops": "^13.0.0",
"jest-preset-hops": "^14.0.0-nightly.0",
"react-test-renderer": "^16.10.2"
},
"jest": {
Expand Down
Loading

0 comments on commit b1088a6

Please sign in to comment.