Skip to content

Commit

Permalink
[deps] Update client, ui-react, mst, g2plot, dev
Browse files Browse the repository at this point in the history
  • Loading branch information
amivanoff committed Nov 17, 2021
1 parent b4cf423 commit 6cb2d10
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 368 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
singleQuote: true,
arrowParens: 'always',
trailingComma: 'all',
jsxBracketSameLine: true,
bracketSameLine: true,
jsxSingleQuote: true,
endOfLine: 'lf',
//quoteProps: 'consistent',
Expand Down
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentlab/ldkg-ui-charts",
"version": "0.1.4",
"version": "0.1.5",
"license": "GPL-3.0",
"main": "es/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -28,33 +28,34 @@
"lint-staged": "lint-staged"
},
"peerDependencies": {
"@agentlab/ldkg-ui-react": ">=0.1.15",
"@agentlab/sparql-jsld-client": ">=5.0.1",
"@agentlab/ldkg-ui-react": ">=0.1.16",
"@agentlab/sparql-jsld-client": ">=5.0.3",
"@ant-design/charts": "1.2.14",
"@ant-design/icons": ">=4.7.0",
"@antv/data-set": ">=0.11.8",
"@antv/g2plot": "2.3.39",
"@antv/g2plot": "2.3.40",
"@rdfjs/data-model": ">=1.3.4",
"antd": ">=4.16.13",
"json-pointer": ">=0.6.1",
"jsonpath-plus": "^6.0.1",
"lodash-es": ">=4.17.21",
"mobx": ">=6.3.6",
"mobx": ">=6.3.7",
"mobx-react-lite": ">=3.2.2",
"mobx-state-tree": ">=5.0.4",
"mobx-state-tree": ">=5.0.5",
"moment": ">=2.29.1",
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-collapse-pane": ">=2.0.1",
"react-error-boundary": ">=3.1.4"
"react-error-boundary": ">=3.1.4",
"uuid62": "^1.0.1"
},
"dependencies": {
"@agentlab/ldkg-ui-react": "^0.1.15",
"@agentlab/sparql-jsld-client": "^5.0.1",
"@agentlab/ldkg-ui-react": "^0.1.16",
"@agentlab/sparql-jsld-client": "^5.0.3",
"@ant-design/charts": "^1.2.14",
"@ant-design/icons": "^4.7.0",
"@antv/data-set": "^0.11.8",
"@antv/g2plot": "2.3.39",
"@antv/g2plot": "2.3.40",
"@types/json-pointer": "^1.0.31",
"json-pointer": "^0.6.1",
"jsonpath-plus": "^6.0.1",
Expand All @@ -77,31 +78,31 @@
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
"cross-env": "^7.0.3",
"css-loader": "^5.2.4",
"cssnano": "^5.0.10",
"eslint": "^7.32.0",
"css-loader": "^5.2.7",
"cssnano": "^5.0.11",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^6.1.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"jest": "^27.3.1",
"jest-watch-typeahead": "^1.0.0",
"lint-staged": "^11.2.6",
"lint-staged": "^12.0.2",
"postcss": "^8.3.11",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"rollup": "^2.59.0",
"rollup": "^2.60.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.1",
Expand Down
Loading

0 comments on commit 6cb2d10

Please sign in to comment.