Skip to content

Commit

Permalink
[deps] GH-5 Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amivanoff committed Aug 14, 2021
1 parent 59b386f commit 1b48f46
Show file tree
Hide file tree
Showing 3 changed files with 387 additions and 947 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"prettier.endOfLine": "lf",
"jest.autoRun": "off",
"cSpell.words": [
"A",
"Aртефакт",
"Constrs",
"Descr",
"Descrs",
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@agentlab/sparql-jsld-client": ">=5.0.0-rc.9",
"@ant-design/icons": ">=4.6.2",
"@tinymce/tinymce-react": ">=3.12.6",
"antd": ">=4.16.10",
"antd": ">=4.16.11",
"history": ">=5.0.0",
"lodash-es": ">=4.17.21",
"mobx": ">=6.3.2",
Expand All @@ -75,13 +75,13 @@
"@agentlab/sparql-jsld-client": "^5.0.0-rc.9",
"@ant-design/icons": "^4.6.2",
"@tinymce/tinymce-react": "^3.12.6",
"@types/react": "^17.0.16",
"@types/react": "^17.0.17",
"@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.10",
"antd": "^4.16.11",
"history": "^5.0.0",
"mobx-react-lite": "^3.2.0",
"mst-middlewares": "^5.0.2",
Expand All @@ -104,20 +104,20 @@
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.2.5",
"@storybook/addon-actions": "^6.3.6",
"@storybook/addon-essentials": "^6.3.6",
"@storybook/addon-links": "^6.3.6",
"@storybook/addons": "^6.3.6",
"@storybook/node-logger": "^6.3.6",
"@storybook/addon-actions": "^6.3.7",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/addon-links": "^6.3.7",
"@storybook/addons": "^6.3.7",
"@storybook/node-logger": "^6.3.7",
"@storybook/preset-ant-design": "^0.0.2",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.3.6",
"@storybook/react": "^6.3.7",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
Expand All @@ -126,7 +126,7 @@
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.9.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
Expand All @@ -139,17 +139,17 @@
"prettier": "^2.3.2",
"postcss": "^8.3.6",
"rimraf": "^3.0.2",
"rollup": "^2.56.0",
"rollup": "^2.56.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.32.12",
"sass-loader": "10.1.1",
"storybook-css-modules-preset": "^1.1.1",
"style-loader": "^2.0.0",
"ts-jest": "^27.0.4",
"tslib": "^2.3.0",
"tslib": "^2.3.1",
"typescript": "4.3.5",
"typescript-plugin-css-modules": "^3.4.0"
},
Expand Down
Loading

0 comments on commit 1b48f46

Please sign in to comment.