mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 21:16:45 +00:00
Bumps [axios](https://github.com/axios/axios) from 1.6.4 to 1.7.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.4...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
256 lines
9.4 KiB
JSON
256 lines
9.4 KiB
JSON
{
|
|
"name": "open-metadata",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=10.0.0",
|
|
"yarn": "^1.22.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/open-metadata/OpenMetadata.git",
|
|
"directory": "openmetadata-ui/src/main/resources/ui"
|
|
},
|
|
"scripts": {
|
|
"start": "NODE_ENV=development BABEL_ENV=development webpack serve --config ./webpack.config.dev.js --env development",
|
|
"build": "NODE_ENV=production BABEL_ENV=production webpack --config ./webpack.config.prod.js --env production",
|
|
"preinstall": "cd ../../../../.. && yarn install --frozen-lockfile",
|
|
"postinstall": "yarn run build-check",
|
|
"pre-commit": "lint-staged --concurrent false",
|
|
"test": "jest --passWithNoTests --maxWorkers=3 --silent",
|
|
"prepare": "cd ../../../../.. && husky install openmetadata-ui/src/main/resources/ui/.husky",
|
|
"test:watch": "jest --passWithNoTests --watch --maxWorkers=3",
|
|
"test:coverage": "jest --passWithNoTests --coverage --maxWorkers=3",
|
|
"test:cov-summary": "jest --passWithNoTests --coverage --coverageReporters json-summary --maxWorkers=3",
|
|
"lint": "eslint \"./**/*.{js,jsx,ts,tsx,json}\"",
|
|
"lint:fix": "eslint './**/*.{js,jsx,ts,tsx,json}' --fix",
|
|
"pretty": "prettier . --config './.prettierrc.yaml' --ignore-path './.prettierignore' --write",
|
|
"build-check": "yarn run json2ts && yarn run js-antlr && yarn run parse-schema",
|
|
"commit-check": "yarn run pretty && yarn run build",
|
|
"license-header-check": "license-check-and-add check --config-file .licenseheaderrc.json",
|
|
"license-header-fix": "license-check-and-add add --config-file .licenseheaderrc.json --regex-replacements $(date +%Y)",
|
|
"json2ts": "sh json2ts.sh",
|
|
"parse-schema": "yarn run parse-conn-schema && yarn run parse-ingestion-schema",
|
|
"parse-conn-schema": "node parseConnectionSchema && rm -rf connTemp",
|
|
"parse-ingestion-schema": "node parseIngestionSchema && rm -rf ingestionTemp",
|
|
"js-antlr": "PWD=$(echo $PWD) antlr4 -Dlanguage=JavaScript -o src/generated/antlr \"$PWD\"/../../../../../openmetadata-spec/src/main/antlr4/org/openmetadata/schema/*.g4",
|
|
"cypress:open": "CYPRESS_BASE_URL=http://localhost:3000 cypress open --e2e",
|
|
"cypress:run": "CYPRESS_BASE_URL=http://localhost:8585 cypress run --config-file=cypress.config.ts",
|
|
"cypress:filter": "CYPRESS_BASE_URL=http://localhost:8585 cypress run --config-file=cypress.config.ts --env grepTags='Lineage',grepFilterSpecs=true",
|
|
"cypress:run:record": "cypress run --config-file=cypress.config.ts --record --parallel",
|
|
"i18n": "sync-i18n --files '**/locale/languages/*.json' --primary en-us --space 2 --fn",
|
|
"check-i18n": "npm run i18n -- --check",
|
|
"playwright:run": "playwright test",
|
|
"playwright:open": "playwright test --ui",
|
|
"playwright:codegen": "playwright codegen"
|
|
},
|
|
"dependencies": {
|
|
"@analytics/session-utils": "^0.1.17",
|
|
"@ant-design/icons": "^4.7.0",
|
|
"@apidevtools/json-schema-ref-parser": "^9.0.9",
|
|
"@auth0/auth0-react": "^1.9.0",
|
|
"@azure/msal-browser": "^3.10.0",
|
|
"@azure/msal-react": "^2.0.12",
|
|
"@dagrejs/dagre": "^1.1.2",
|
|
"@deuex-solutions/react-tour": "^1.2.6",
|
|
"@fontsource/poppins": "^5.0.0",
|
|
"@fontsource/source-code-pro": "^5.0.0",
|
|
"@github/g-emoji-element": "^1.1.5",
|
|
"@okta/okta-auth-js": "^7.5.0",
|
|
"@okta/okta-react": "^6.4.3",
|
|
"@rjsf/core": "5.15.0",
|
|
"@rjsf/utils": "5.15.0",
|
|
"@rjsf/validator-ajv8": "5.15.1",
|
|
"@tiptap/core": "^2.3.0",
|
|
"@tiptap/extension-link": "^2.3.0",
|
|
"@tiptap/extension-placeholder": "^2.3.0",
|
|
"@tiptap/extension-table": "^2.3.0",
|
|
"@tiptap/extension-table-cell": "^2.3.0",
|
|
"@tiptap/extension-table-header": "^2.3.0",
|
|
"@tiptap/extension-table-row": "^2.3.0",
|
|
"@tiptap/extension-task-item": "^2.3.0",
|
|
"@tiptap/extension-task-list": "^2.3.0",
|
|
"@tiptap/pm": "^2.3.0",
|
|
"@tiptap/react": "^2.3.0",
|
|
"@tiptap/starter-kit": "^2.3.0",
|
|
"@tiptap/suggestion": "^2.3.0",
|
|
"@toast-ui/react-editor": "^3.1.8",
|
|
"@types/turndown": "^5.0.4",
|
|
"analytics": "^0.8.1",
|
|
"antd": "4.24.0",
|
|
"antlr4": "4.9.2",
|
|
"autoprefixer": "^10.0.0",
|
|
"axios": "1.7.4",
|
|
"classnames": "^2.3.1",
|
|
"codemirror": "^5.65.16",
|
|
"cookie-storage": "^6.1.0",
|
|
"cronstrue": "^1.122.0",
|
|
"crypto-random-string-with-promisify-polyfill": "^5.0.0",
|
|
"diff": "^5.0.0",
|
|
"dompurify": "^3.1.5",
|
|
"eventemitter3": "^5.0.1",
|
|
"fast-json-patch": "^3.1.1",
|
|
"history": "4.5.1",
|
|
"html-react-parser": "^1.4.14",
|
|
"https-browserify": "^1.0.0",
|
|
"i18next": "^21.10.0",
|
|
"i18next-browser-languagedetector": "^6.1.6",
|
|
"jwt-decode": "^3.1.2",
|
|
"katex": "^0.16.10",
|
|
"less": "^4.1.3",
|
|
"less-loader": "^11.0.0",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^3.2.1",
|
|
"oidc-client": "^1.11.5",
|
|
"postcss": "^8.4.31",
|
|
"process": "^0.11.10",
|
|
"qs": "6.10.3",
|
|
"quill-emoji": "^0.2.0",
|
|
"quill-mention": "^4.0.0",
|
|
"quilljs-markdown": "^1.1.10",
|
|
"rapidoc": "9.3.4",
|
|
"react": "^16.14.0",
|
|
"react-awesome-query-builder": "5.1.2",
|
|
"react-codemirror2": "^7.2.1",
|
|
"react-context-mutex": "^2.0.0",
|
|
"react-dnd": "14.0.2",
|
|
"react-dnd-html5-backend": "14.0.2",
|
|
"react-dom": "^16.14.0",
|
|
"react-error-boundary": "^3.1.4",
|
|
"react-grid-layout": "^1.4.2",
|
|
"react-helmet-async": "^1.3.0",
|
|
"react-i18next": "^11.18.6",
|
|
"react-latex-next": "^3.0.0",
|
|
"react-lazylog": "^4.5.3",
|
|
"react-oidc": "^1.0.3",
|
|
"react-papaparse": "^4.1.0",
|
|
"react-quill": "^2.0.0",
|
|
"react-reflex": "^4.0.12",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-toastify": "^8.2.0",
|
|
"reactflow": "^11.10.2",
|
|
"reactjs-localstorage": "^1.0.1",
|
|
"recharts": "2.10.3",
|
|
"showdown": "^2.1.0",
|
|
"socket.io-client": "^4.5.1",
|
|
"styled-components": "^6.1.8",
|
|
"turndown": "^7.1.2",
|
|
"use-analytics": "^0.0.5",
|
|
"zustand": "^4.5.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.1",
|
|
"@babel/plugin-transform-runtime": "^7.14.5",
|
|
"@babel/polyfill": "^7.12.1",
|
|
"@babel/preset-env": "^7.11.0",
|
|
"@babel/preset-react": "^7.10.4",
|
|
"@cypress/grep": "^4.0.1",
|
|
"@estruyf/github-actions-reporter": "^1.7.0",
|
|
"@playwright/test": "^1.44.1",
|
|
"@svgr/webpack": "^6.5.0",
|
|
"@testing-library/jest-dom": "^5.11.8",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/react-hooks": "^5.0.3",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"@types/antlr4": "^4.11.2",
|
|
"@types/classnames": "^2.3.1",
|
|
"@types/codemirror": "^0.0.104",
|
|
"@types/dagre": "^0.7.47",
|
|
"@types/diff": "^5.0.2",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/jest": "^26.0.23",
|
|
"@types/katex": "^0.16.7",
|
|
"@types/lodash": "^4.14.167",
|
|
"@types/luxon": "^3.0.1",
|
|
"@types/moment": "^2.13.0",
|
|
"@types/node": "^15.6.1",
|
|
"@types/pako": "^2.0.0",
|
|
"@types/react": "^17.0.8",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/react-grid-layout": "^1.3.3",
|
|
"@types/react-lazylog": "^4.5.1",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"@types/react-test-renderer": "^17.0.0",
|
|
"@types/reactjs-localstorage": "^1.0.0",
|
|
"@types/recharts": "^1.8.23",
|
|
"@types/showdown": "^2.0.0",
|
|
"@types/testing-library__jest-dom": "^5.9.5",
|
|
"@types/use-analytics": "^0.0.0",
|
|
"@typescript-eslint/eslint-plugin": "4.31.0",
|
|
"@typescript-eslint/parser": "4.31.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-jest": "^24.9.0",
|
|
"babel-loader": "8.3.0",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"copy-webpack-plugin": "^7.0.0",
|
|
"css-loader": "^6.7.2",
|
|
"cypress": "12.17.4",
|
|
"cypress-postgresql": "^1.0.8",
|
|
"dotenv": "^16.0.0",
|
|
"eslint": "7.32.0",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
"eslint-plugin-i18next": "^6.0.0-2",
|
|
"eslint-plugin-jest": "24.4.0",
|
|
"eslint-plugin-jest-formatting": "3.0.0",
|
|
"eslint-plugin-jsonc": "2.5.0",
|
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "7.25.1",
|
|
"eslint-plugin-react-hooks": "4.2.0",
|
|
"eslint-webpack-plugin": "^3.2.0",
|
|
"file-loader": "^6.2.0",
|
|
"fork-ts-checker-webpack-plugin": "6.5.0",
|
|
"fs-extra": "^10.1.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"husky": "^8.0.1",
|
|
"i18next-json-sync": "^3.1.2",
|
|
"jest": "^26.6.3",
|
|
"jest-sonar-reporter": "^2.0.0",
|
|
"license-check-and-add": "^4.0.5",
|
|
"lint-staged": "^10.3.0",
|
|
"mini-css-extract-plugin": "^2.7.0",
|
|
"organize-imports-cli": "^0.10.0",
|
|
"pinst": "^3.0.0",
|
|
"postcss-loader": "^6.1.0",
|
|
"prettier": "^2.1.2",
|
|
"react-test-renderer": "^16.14.0",
|
|
"sass": "^1.39.0",
|
|
"sass-loader": "^12.1.0",
|
|
"style-loader": "^3.3.1",
|
|
"sync-i18n": "^0.0.20",
|
|
"ts-jest": "^26.4.4",
|
|
"ts-loader": "^8.0.14",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^4.2.4",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "5.76.0",
|
|
"webpack-bundle-analyzer": "4.5.0",
|
|
"webpack-cli": "4.10.0",
|
|
"webpack-dev-server": "4.7.4",
|
|
"webpackbar": "5.0.2"
|
|
},
|
|
"resolutions": {
|
|
"history": "4.5.1",
|
|
"prosemirror-model": "1.18.1",
|
|
"prosemirror-state": "1.4.1",
|
|
"prosemirror-transform": "1.7.0",
|
|
"prosemirror-view": "1.28.2",
|
|
"axios": "1.7.4",
|
|
"ws": "8.17.1",
|
|
"micromatch": "4.0.7"
|
|
}
|
|
}
|