Skip to content

Commit

Permalink
[deps] GH-7 Update Antd & tools
Browse files Browse the repository at this point in the history
  • Loading branch information
amivanoff committed Aug 31, 2021
1 parent 59328dc commit 3799845
Show file tree
Hide file tree
Showing 2 changed files with 511 additions and 389 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
},
"peerDependencies": {
"@agentlab/sparql-jsld-client": ">=5.0.0-rc.10",
"@ant-design/icons": ">=4.6.2",
"@ant-design/icons": ">=4.6.4",
"@tinymce/tinymce-react": ">=3.12.6",
"antd": ">=4.16.11",
"antd": ">=4.16.13",
"history": ">=5.0.1",
"lodash-es": ">=4.17.21",
"mobx": ">=6.3.2",
Expand All @@ -74,15 +74,15 @@
},
"dependencies": {
"@agentlab/sparql-jsld-client": "^5.0.0-rc.10",
"@ant-design/icons": "^4.6.2",
"@ant-design/icons": "^4.6.4",
"@tinymce/tinymce-react": "^3.12.6",
"@types/react": "^17.0.18",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/react-router": "^5.1.16",
"@types/react-router-dom": "^5.1.8",
"@types/react-virtualized": "^9.21.13",
"@types/tinymce": "^4.6.4",
"antd": "^4.16.11",
"antd": "^4.16.13",
"history": "^5.0.1",
"mobx-react-lite": "^3.2.0",
"mst-middlewares": "^5.0.2",
Expand Down Expand Up @@ -117,30 +117,30 @@
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"cssnano": "^5.0.7",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.9.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-flowtype": "^5.9.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.1",
"jest": "^27.0.6",
"husky": "^7.0.2",
"jest": "^27.1.0",
"jest-watch-typeahead": "^0.6.4",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"postcss": "^8.3.6",
"rimraf": "^3.0.2",
"rollup": "^2.56.2",
"rollup": "^2.56.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.1",
Expand All @@ -149,7 +149,7 @@
"sass-loader": "10.1.1",
"storybook-css-modules-preset": "^1.1.1",
"style-loader": "^2.0.0",
"ts-jest": "^27.0.4",
"ts-jest": "^27.0.5",
"tslib": "^2.3.1",
"typescript": "4.3.5",
"typescript-plugin-css-modules": "^3.4.0"
Expand Down
Loading

0 comments on commit 3799845

Please sign in to comment.