Skip to content

Commit

Permalink
feat: Package Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gervwyk committed May 30, 2022
1 parent c1c1ade commit 0f9d8cd
Show file tree
Hide file tree
Showing 64 changed files with 532 additions and 472 deletions.
556 changes: 292 additions & 264 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/swr-npm-1.1.2-8ec1c9a7ac-84bf222c66.zip
Binary file not shown.
Binary file not shown.
17 changes: 17 additions & 0 deletions lerna-debug.log
@@ -0,0 +1,17 @@
0 silly argv {
0 silly argv _: [ 'run' ],
0 silly argv lernaVersion: '5.0.0',
0 silly argv '$0': '.yarn/cache/lerna-npm-5.0.0-e95701f37b-27383b3dba.zip/node_modules/lerna/cli.js',
0 silly argv script: 'build'
0 silly argv }
1 notice cli v5.0.0
2 verbose rootPath /Users/gerrie/GitHub/lowdefy
3 error Error: Unsupported URL Type "portal:": portal:./plugins/aggrid
3 error at unsupportedURLType (/Users/gerrie/GitHub/lowdefy/.yarn/cache/npm-package-arg-npm-8.1.5-02a51cea62-ae76afbceb.zip/node_modules/npm-package-arg/npa.js:246:15)
3 error at fromURL (/Users/gerrie/GitHub/lowdefy/.yarn/cache/npm-package-arg-npm-8.1.5-02a51cea62-ae76afbceb.zip/node_modules/npm-package-arg/npa.js:306:13)
3 error at Function.resolve (/Users/gerrie/GitHub/lowdefy/.yarn/cache/npm-package-arg-npm-8.1.5-02a51cea62-ae76afbceb.zip/node_modules/npm-package-arg/npa.js:76:12)
3 error at /Users/gerrie/GitHub/lowdefy/.yarn/cache/@lerna-package-graph-npm-5.0.0-73de6bb19a-b0b3115f26.zip/node_modules/@lerna/package-graph/index.js:66:30
3 error at Array.forEach (<anonymous>)
3 error at /Users/gerrie/GitHub/lowdefy/.yarn/cache/@lerna-package-graph-npm-5.0.0-73de6bb19a-b0b3115f26.zip/node_modules/@lerna/package-graph/index.js:60:38
3 error at Map.forEach (<anonymous>)
3 error at new PackageGraph (/Users/gerrie/GitHub/lowdefy/.yarn/cache/@lerna-package-graph-npm-5.0.0-73de6bb19a-b0b3115f26.zip/node_modules/@lerna/package-graph/index.js:49:10)
4 changes: 2 additions & 2 deletions packages/cli/package.json
Expand Up @@ -42,12 +42,12 @@
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.12",
"@lowdefy/node-utils": "4.0.0-alpha.12",
"axios": "0.25.0",
"axios": "0.27.2",
"chalk": "4.1.2",
"commander": "9.0.0",
"decompress": "4.2.1",
"decompress-targz": "4.1.1",
"dotenv": "15.0.0",
"dotenv": "16.0.1",
"ora": "5.4.1",
"uuid": "8.3.2",
"yaml": "2.1.1"
Expand Down
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.12",
"axios": "0.25.0"
"axios": "0.27.2"
},
"devDependencies": {
"@lowdefy/ajv": "4.0.0-alpha.12",
Expand Down
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.12",
"google-spreadsheet": "3.2.0",
"google-spreadsheet": "3.3.0",
"mingo": "6.0.6",
"moment": "2.29.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/connections/connection-knex/package.json
Expand Up @@ -43,11 +43,11 @@
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.12",
"knex": "1.0.1",
"mssql": "8.0.1",
"knex": "1.0.7",
"mssql": "8.1.2",
"mysql": "2.18.1",
"pg": "8.7.1",
"sqlite3": "5.0.5"
"pg": "8.7.3",
"sqlite3": "5.0.8"
},
"devDependencies": {
"@lowdefy/ajv": "4.0.0-alpha.12",
Expand Down
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.12",
"mongodb": "4.4.0",
"mongodb": "4.6.0",
"saslprep": "1.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/connections/connection-redis/package.json
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.12",
"redis": "4.0.3"
"redis": "4.1.0"
},
"devDependencies": {
"@lowdefy/ajv": "4.0.0-alpha.12",
Expand Down
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.12",
"@sendgrid/mail": "7.6.0"
"@sendgrid/mail": "7.7.0"
},
"devDependencies": {
"@lowdefy/ajv": "4.0.0-alpha.12",
Expand Down
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.12",
"stripe": "8.201.0"
"stripe": "8.222.0"
},
"devDependencies": {
"@lowdefy/ajv": "4.0.0-alpha.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugins/plugin-aws/package.json
Expand Up @@ -46,7 +46,7 @@
"@lowdefy/blocks-antd": "4.0.0-alpha.12",
"@lowdefy/helpers": "4.0.0-alpha.12",
"antd": "4.20.7",
"aws-sdk": "2.1066.0",
"aws-sdk": "2.1145.0",
"react": "18.1.0",
"react-dom": "18.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/server-dev/package.json
Expand Up @@ -63,15 +63,15 @@
"@lowdefy/operators-yaml": "4.0.0-alpha.12",
"@lowdefy/plugin-next-auth": "4.0.0-alpha.12",
"chokidar": "3.5.3",
"dotenv": "15.0.0",
"dotenv": "16.0.1",
"next": "12.1.6",
"next-auth": "4.3.4",
"opener": "1.5.2",
"process": "0.11.10",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "4.3.1",
"swr": "1.1.2",
"swr": "1.3.0",
"yaml": "2.1.1",
"yargs": "17.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/node-utils/package.json
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.12",
"fs-extra": "10.0.0"
"fs-extra": "10.1.0"
},
"devDependencies": {
"@swc/cli": "0.1.57",
Expand Down

0 comments on commit 0f9d8cd

Please sign in to comment.