updated packages

This commit is contained in:
srgooglo 2021-01-05 08:07:16 +01:00
parent a39a70e4cb
commit 3a5af895a3
4 changed files with 61995 additions and 15 deletions

View File

@ -21,9 +21,9 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@types/node": "^12.12.59", "@types/node": "^14.14.20",
"concurrently": "^3.5.1", "concurrently": "^5.3.0",
"cross-env": "^6.0.0", "cross-env": "^7.0.3",
"jsdoc": "^3.6.5" "jsdoc": "^3.6.5"
}, },
"dependencies": { "dependencies": {

61982
packages/comty/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -12,12 +12,12 @@
}, },
"dependencies": { "dependencies": {
"@icons-pack/react-simple-icons": "^3.8.0", "@icons-pack/react-simple-icons": "^3.8.0",
"@lingui/react": "^2.9.2", "@lingui/react": "^3.3.0",
"@ragestudio/nodecore-api-lib": "^0.2.6", "@ragestudio/nodecore-api-lib": "^0.2.6",
"@types/jest": "^26.0.15", "@types/jest": "^26.0.15",
"@types/lodash": "^4.14.165", "@types/lodash": "^4.14.165",
"antd": "^4.8.2", "antd": "^4.8.2",
"axios": "^0.21.0", "axios": "^0.21.1",
"chart.js": "^2.9.4", "chart.js": "^2.9.4",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"colors": "^1.4.0", "colors": "^1.4.0",
@ -39,33 +39,31 @@
"react-animations": "^1.0.0", "react-animations": "^1.0.0",
"react-color": "^2.19.3", "react-color": "^2.19.3",
"react-dazzle": "^1.4.0", "react-dazzle": "^1.4.0",
"react-dom": "^16.14.0",
"react-draggable": "^4.4.3", "react-draggable": "^4.4.3",
"react-emoji": "^0.5.0", "react-emoji": "^0.5.0",
"react-google-recaptcha": "^2.0.1", "react-google-recaptcha": "^2.0.1",
"react-helmet": "^5.2.1", "react-helmet": "^6.1.0",
"react-linkify": "^1.0.0-alpha", "react-linkify": "^1.0.0-alpha",
"react-perfect-scrollbar": "^1.5.8", "react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.2", "react-redux": "^7.2.2",
"react-resizable": "^1.11.0", "react-resizable": "^1.11.0",
"react-reveal": "^1.2.2", "react-reveal": "^1.2.2",
"react-rnd": "^10.2.3", "react-rnd": "^10.2.3",
"react-scripts": "^3.4.4",
"react-virtualized": "^9.21.2", "react-virtualized": "^9.21.2",
"request": "^2.88.2", "request": "^2.88.2",
"socket.io-client": "^2.3.0", "socket.io-client": "^3.0.4",
"stack-trace": "0.0.10", "stack-trace": "0.0.10",
"store": "^2.0.12", "store": "^2.0.12",
"timeago.js": "^4.0.2" "timeago.js": "^4.0.2"
}, },
"devDependencies": { "devDependencies": {
"@lingui/babel-preset-react": "^2.9.2", "@lingui/babel-preset-react": "^2.9.2",
"@lingui/cli": "^2.9.2", "@lingui/cli": "^3.3.0",
"@lingui/loader": "^2.9.2", "@lingui/loader": "^3.3.0",
"@types/node": "^12.12.59", "@types/node": "^14.14.20",
"@umijs/preset-react": "^1.6.11", "@umijs/preset-react": "^1.6.11",
"concurrently": "^3.5.1", "concurrently": "^5.3.0",
"cross-env": "^6.0.0", "cross-env": "^7.0.3",
"umi": "^3.2.24" "umi": "^3.2.24"
} }
} }

View File

@ -1,3 +1,3 @@
// @ts-nocheck // @ts-nocheck
// @ts-ignore // @ts-ignore
export { Helmet } from '/Users/srgooglo/repos/comty/packages/comty/node_modules/@umijs/plugin-helmet/node_modules/react-helmet'; export { Helmet } from '/Users/srgooglo/repos/comty/packages/comty/node_modules/react-helmet';