Skip to content

Commit 4cca077

Browse files
committed
change client version
1 parent decfe37 commit 4cca077

File tree

7 files changed

+43
-28
lines changed

7 files changed

+43
-28
lines changed

package-lock.json

Lines changed: 36 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tdb-access-control-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"repository": {},
4545
"author": "terminusdb group",
4646
"dependencies": {
47-
"@terminusdb/terminusdb-client": "^10.0.29",
47+
"@terminusdb/terminusdb-client": "^10.0.31",
4848
"classnames": "^2.2.5",
4949
"react-bootstrap": "^2.7.0",
5050
"react-icons": "^4.3.1"

packages/tdb-dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@graphiql/toolkit": "^0.8.0",
5656
"@stripe/react-stripe-js": "^1.16.4",
5757
"@stripe/stripe-js": "^1.46.0",
58-
"@terminusdb/terminusdb-client": "^10.0.29",
58+
"@terminusdb/terminusdb-client": "^10.0.31",
5959
"allotment": "^1.19.0",
6060
"axios": "^0.21.1",
6161
"classnames": "^2.2.5",

packages/tdb-documents-ui-template/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
},
6363
"dependencies": {
6464
"@babel/runtime": "^7.20.1",
65+
"@terminusdb/terminusdb-client": "^10.0.31",
6566
"@uiw/codemirror-theme-okaidia": "^4.20.2",
6667
"@uiw/codemirror-theme-vscode": "^4.20.0",
6768
"@uiw/react-codemirror": "^4.20.0",

packages/tdb-documents-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
"@babel/preset-env": "^7.19.1",
7373
"@babel/preset-react": "^7.18.6",
7474
"@babel/runtime": "^7.20.1",
75-
"@terminusdb/terminusdb-client": "^10.0.29",
7675
"@testing-library/jest-dom": "^5.16.5",
7776
"@testing-library/react": "^13.4.0",
7877
"@testing-library/user-event": "^14.4.3",
@@ -105,13 +104,14 @@
105104
"@rjsf/utils": "^5.0.0-beta.14",
106105
"@rjsf/validator-ajv8": "^5.0.0-beta.14",
107106
"@terminusdb/rjsf-core": "^4.0.5",
107+
"@terminusdb/terminusdb-client": "^10.0.31",
108108
"@uiw/react-codemirror": "^4.20.0",
109109
"@uiw/react-md-editor": "^3.20.10",
110110
"bootstrap": "^5.1.3",
111111
"chroma-js": "^2.4.2",
112112
"html-react-parser": "^3.0.4",
113113
"leaflet": "^1.9.4",
114-
"leaflet-arrowheads": "^1.4.0",
114+
"leaflet-arrowheads": "^1.4.0",
115115
"mermaid": "^9.3.0",
116116
"react-bootstrap": "^2.7.0",
117117
"react-calendar": "^4.2.1",

packages/tdb-react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"react-dom": "^18.2.0"
4545
},
4646
"dependencies": {
47+
"@terminusdb/terminusdb-client": "^10.0.31",
4748
"bootstrap": "^4.5.3",
4849
"classnames": "^2.2.5",
4950
"core-js": "^3.8.2",
@@ -73,7 +74,6 @@
7374
"@babel/plugin-transform-runtime": "^7.19.1",
7475
"@babel/preset-env": "^7.19.1",
7576
"@babel/preset-react": "^7.18.6",
76-
"@terminusdb/terminusdb-client": "^10.0.29",
7777
"@uiw/codemirror-theme-vscode": "^4.20.0",
7878
"babel-loader": "^8.2.5",
7979
"copy-webpack-plugin": "^11.0.0",

packages/tdb-react-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"repository": {},
4545
"author": "terminusdb group",
4646
"dependencies": {
47-
"@terminusdb/terminusdb-client": "^10.0.29",
4847
"@react-awesome-query-builder/ui": "^6.1.2",
48+
"@terminusdb/terminusdb-client": "^10.0.31",
4949
"bootstrap": "^5.2.3",
5050
"classnames": "^2.2.5",
5151
"date-fns": "^2.28.0",

0 commit comments

Comments
 (0)