Skip to content

Commit

Permalink
v2.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
justincorrigible committed Mar 24, 2021
1 parent 22b48ac commit 9d2ef8c
Show file tree
Hide file tree
Showing 20 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions integration-tests/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"test": "mocha --require @babel/register --timeout 240000"
},
"dependencies": {
"@arranger/admin": "^2.12.2",
"@arranger/server": "^2.12.2",
"@arranger/admin": "^2.12.3",
"@arranger/server": "^2.12.3",
"@elastic/elasticsearch": "7.5.0",
"body-parser": "^1.18.2"
},
Expand All @@ -19,5 +19,5 @@
"mocha": "^5.0.4",
"regenerator-runtime": "^0.11.1"
},
"version": "2.12.2"
"version": "2.12.3"
}
2 changes: 1 addition & 1 deletion integration-tests/import/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions integration-tests/import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"testURL": "http://localhost/"
},
"dependencies": {
"@arranger/components": "^2.12.2",
"@arranger/components": "^2.12.3",
"lodash": "^4.17.20",
"minimist": "^1.2.5"
},
Expand All @@ -24,5 +24,5 @@
"jest-localstorage-mock": "^2.2.0",
"regenerator-runtime": "^0.11.1"
},
"version": "2.12.2"
"version": "2.12.3"
}
2 changes: 1 addition & 1 deletion integration-tests/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions integration-tests/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"test": "mocha --require @babel/register --timeout 240000"
},
"dependencies": {
"@arranger/admin": "^2.12.2",
"@arranger/server": "^2.12.2",
"@arranger/admin": "^2.12.3",
"@arranger/server": "^2.12.3",
"body-parser": "^1.18.2",
"integration-tests-admin": "^2.12.2",
"integration-tests-admin": "^2.12.3",
"minimist": "^1.2.5"
},
"devDependencies": {
Expand All @@ -21,5 +21,5 @@
"mocha": "^5.0.4",
"regenerator-runtime": "^0.11.1"
},
"version": "2.12.2"
"version": "2.12.3"
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lerna": "2.5.1",
"version": "2.12.2",
"version": "2.12.3",
"packages": ["integration-tests/**", "modules/**"]
}
2 changes: 1 addition & 1 deletion modules/admin-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@arranger/admin-ui",
"version": "2.12.2",
"version": "2.12.3",
"dependencies": {
"@arranger/admin": "^2.12.2",
"@arranger/admin": "^2.12.3",
"@types/node": "^13.13.0",
"apollo-boost": "^0.1.19",
"apollo-client": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion modules/admin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions modules/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arranger/admin",
"version": "2.12.2",
"version": "2.12.3",
"description": "Admin API for the Arranger server in graphql",
"engineStrict": true,
"engines": {
Expand Down Expand Up @@ -44,8 +44,8 @@
"author": "Minh Ha",
"license": "APLv2",
"dependencies": {
"@arranger/mapping-utils": "^2.12.2",
"@arranger/schema": "^2.12.2",
"@arranger/mapping-utils": "^2.12.3",
"@arranger/schema": "^2.12.3",
"@elastic/elasticsearch": "7.5.0",
"apollo-link-http": "^1.5.5",
"apollo-server": "^2.14.2",
Expand Down
2 changes: 1 addition & 1 deletion modules/components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arranger/components",
"version": "2.12.2",
"version": "2.12.3",
"description": "Data Portal Components",
"main": "dist/index.js",
"publishConfig": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"react-dom": "^16.3.0"
},
"dependencies": {
"@arranger/mapping-utils": "^2.12.2",
"@arranger/mapping-utils": "^2.12.3",
"ajv": "^6.1.1",
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.5",
Expand Down
2 changes: 1 addition & 1 deletion modules/mapping-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/mapping-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arranger/mapping-utils",
"version": "2.12.2",
"version": "2.12.3",
"description": "Transform Elasticsearch mappings",
"main": "dist/index.js",
"publishConfig": {
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/overture-stack/arranger#readme",
"dependencies": {
"@arranger/middleware": "^2.12.2",
"@arranger/middleware": "^2.12.3",
"babel-polyfill": "^6.26.0",
"graphql-fields": "^1.0.2",
"kind-of": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion modules/middleware/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arranger/middleware",
"version": "2.12.2",
"version": "2.12.3",
"description": "Arranger Middleware",
"main": "dist/index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion modules/schema/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions modules/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arranger/schema",
"version": "2.12.2",
"version": "2.12.3",
"description": "GraphQL Schema for Data Portals",
"main": "dist/index.js",
"publishConfig": {
Expand All @@ -24,8 +24,8 @@
"graphql": "^14.5.3"
},
"dependencies": {
"@arranger/mapping-utils": "^2.12.2",
"@arranger/middleware": "^2.12.2",
"@arranger/mapping-utils": "^2.12.3",
"@arranger/middleware": "^2.12.3",
"babel-polyfill": "^6.26.0",
"graphql-middleware": "1.3.1",
"graphql-scalars": "^0.1.5",
Expand Down
2 changes: 1 addition & 1 deletion modules/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions modules/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arranger/server",
"version": "2.12.2",
"version": "2.12.3",
"description": "GraphQL Server",
"main": "dist/index.js",
"bin": {
Expand All @@ -27,10 +27,10 @@
},
"homepage": "https://github.com/overture-stack/arranger#readme",
"dependencies": {
"@arranger/admin": "^2.12.2",
"@arranger/mapping-utils": "^2.12.2",
"@arranger/middleware": "^2.12.2",
"@arranger/schema": "^2.12.2",
"@arranger/admin": "^2.12.3",
"@arranger/mapping-utils": "^2.12.3",
"@arranger/middleware": "^2.12.3",
"@arranger/schema": "^2.12.3",
"@elastic/elasticsearch": "^7.5.0",
"apollo-server-core": "^2.14.2",
"apollo-server-express": "^2.14.2",
Expand Down

0 comments on commit 9d2ef8c

Please sign in to comment.