This commit is contained in:
Rodrigo Racanicci 2022-08-17 15:21:29 -03:00
Родитель ec0aebb004
Коммит 3a95e55c0e
7 изменённых файлов: 1416 добавлений и 1047 удалений

785
.yarn/releases/yarn-3.2.0.cjs поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

783
.yarn/releases/yarn-3.2.2.cjs поставляемый Executable file

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -37,4 +37,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs - path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools" spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-3.2.0.cjs yarnPath: .yarn/releases/yarn-3.2.2.cjs

Просмотреть файл

@ -28,11 +28,18 @@
"@essex/scripts": "^22.0.5", "@essex/scripts": "^22.0.5",
"@jsdevtools/npm-publish": "^1.4.3", "@jsdevtools/npm-publish": "^1.4.3",
"@types/eslint": "^8.4.5", "@types/eslint": "^8.4.5",
"@types/prettier": "^2.6.4", "@types/prettier": "^2.7.0",
"@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.32.0", "@typescript-eslint/parser": "^5.33.1",
"eslint": "^8.18.0", "eslint": "^8.22.0",
"eslint-import-resolver-node": "^0.3.6", "eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.8.3",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^8.0.1", "husky": "^8.0.1",
"lint-staged": "^13.0.3", "lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
@ -45,5 +52,5 @@
"packages/components", "packages/components",
"target/wasm" "target/wasm"
], ],
"packageManager": "yarn@3.2.0" "packageManager": "yarn@3.2.2"
} }

Просмотреть файл

@ -21,8 +21,8 @@
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/mime": "^3.0.0", "@types/mime": "^3.0.1",
"@types/node": "^16.11.47", "@types/node": "^16.11.49",
"@types/react": "^17.0.48", "@types/react": "^17.0.48",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"react": "^17.0.2", "react": "^17.0.2",
@ -34,7 +34,7 @@
"react": "^17.0.2" "react": "^17.0.2"
}, },
"dependencies": { "dependencies": {
"@griffel/react": "^1.2.3", "@griffel/react": "^1.3.1",
"mime": "^3.0.0", "mime": "^3.0.0",
"react-dropzone": "^14.2.2" "react-dropzone": "^14.2.2"
} }

Просмотреть файл

@ -22,20 +22,20 @@
"@essex/arquero": "^2.0.3", "@essex/arquero": "^2.0.3",
"@essex/arquero-react": "^1.1.0", "@essex/arquero-react": "^1.1.0",
"@essex/sds-core": "workspace:^", "@essex/sds-core": "workspace:^",
"@fluentui/font-icons-mdl2": "^8.4.5", "@fluentui/font-icons-mdl2": "^8.4.7",
"@fluentui/react": "^8.86.2", "@fluentui/react": "^8.88.0",
"@fluentui/react-hooks": "^8.6.4", "@fluentui/react-hooks": "^8.6.6",
"@fluentui/utilities": "^8.10.1", "@fluentui/utilities": "^8.11.0",
"@sds/components": "workspace:^", "@sds/components": "workspace:^",
"@thematic/core": "^2.1.2", "@thematic/core": "^2.1.2",
"@thematic/d3": "^2.0.10", "@thematic/d3": "^2.0.10",
"@thematic/fluent": "^3.1.0", "@thematic/fluent": "^3.1.0",
"@thematic/react": "^2.0.10", "@thematic/react": "^2.0.10",
"@types/mime": "^3.0.0", "@types/mime": "^3.0.1",
"@uifabric/icons": "7.7.4", "@uifabric/icons": "7.7.5",
"arquero": "^5.0.0", "arquero": "^5.1.0",
"chart.js": "^3.9.0", "chart.js": "^3.9.1",
"chartjs-plugin-datalabels": "^2.0.0", "chartjs-plugin-datalabels": "^2.1.0",
"comlink": "^4.3.1", "comlink": "^4.3.1",
"dompurify": "^2.3.10", "dompurify": "^2.3.10",
"formik": "^2.2.9", "formik": "^2.2.9",
@ -47,26 +47,26 @@
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-is": "^17.0.2", "react-is": "^17.0.2",
"react-router-dom": "^6.3.0", "react-router-dom": "^6.3.0",
"recoil": "^0.7.4", "recoil": "^0.7.5",
"styled-components": "^5.3.5", "styled-components": "^5.3.5",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"yup": "^0.32.11" "yup": "^0.32.11"
}, },
"devDependencies": { "devDependencies": {
"@types/dompurify": "^2.3.3", "@types/dompurify": "^2.3.3",
"@types/lodash": "^4.14.182", "@types/lodash": "^4.14.183",
"@types/marked": "^4.0.3", "@types/marked": "^4.0.4",
"@types/node": "^16.11.47", "@types/node": "^16.11.49",
"@types/react": "^17.0.48", "@types/react": "^17.0.48",
"@types/react-dom": "^17.0.17", "@types/react-dom": "^17.0.17",
"@types/react-is": "^17.0.3", "@types/react-is": "^17.0.3",
"@types/recoil": "^0.0.9", "@types/recoil": "^0.0.9",
"@types/styled-components": "^5.1.25", "@types/styled-components": "^5.1.26",
"@types/uuid": "^8.3.4", "@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "^2.0.0", "@vitejs/plugin-react": "^2.0.1",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^4.7.4", "typescript": "^4.7.4",
"vite": "^3.0.4", "vite": "^3.0.8",
"vite-tsconfig-paths": "^3.5.0" "vite-tsconfig-paths": "^3.5.0"
} }
} }

838
yarn.lock

Разница между файлами не показана из-за своего большого размера Загрузить разницу