-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed eslist issues | updated packages to fix errors with yarn build
- Loading branch information
1 parent
e86d467
commit f6b772c
Showing
6 changed files
with
70 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,59 +19,59 @@ | |
"author": "Opentext", | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@babel/core": "^7.21.4", | ||
"@babel/helper-compilation-targets": "^7.20.7", | ||
"@babel/preset-typescript": "^7.13.0", | ||
"@grafana/e2e": "9.5.3", | ||
"@grafana/e2e-selectors": "9.5.3", | ||
"@grafana/eslint-config": "^6.0.0", | ||
"@grafana/experimental": "^1.1.0", | ||
"@grafana/tsconfig": "^1.2.0-rc1", | ||
"@swc/core": "^1.3.62", | ||
"@swc/helpers": "^0.5.0", | ||
"@swc/jest": "^0.2.26", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^12.1.4", | ||
"@types/enzyme": "3.10.5", | ||
"@babel/core": "^7.22.20", | ||
"@babel/helper-compilation-targets": "^7.22.15", | ||
"@babel/preset-typescript": "^7.22.15", | ||
"@grafana/e2e": "10.1.2", | ||
"@grafana/e2e-selectors": "10.1.2", | ||
"@grafana/eslint-config": "^6.0.1", | ||
"@grafana/experimental": "^1.7.2", | ||
"@grafana/tsconfig": "^1.3.0-rc1", | ||
"@swc/core": "^1.3.87", | ||
"@swc/helpers": "^0.5.2", | ||
"@swc/jest": "^0.2.29", | ||
"@testing-library/jest-dom": "^6.1.3", | ||
"@testing-library/react": "^14.0.0", | ||
"@types/enzyme": "3.10.13", | ||
"@types/enzyme-adapter-react-16": "^1.0.6", | ||
"@types/jest": "^29.5.0", | ||
"@types/lodash": "^4.14.194", | ||
"@types/node": "^18.15.11", | ||
"@typescript-eslint/eslint-plugin": "^4.22.1", | ||
"@typescript-eslint/parser": "^4.22.1", | ||
"@types/jest": "^29.5.5", | ||
"@types/lodash": "^4.14.198", | ||
"@types/node": "^20.6.3", | ||
"@typescript-eslint/eslint-plugin": "^6.7.2", | ||
"@typescript-eslint/parser": "^6.7.2", | ||
"copy-webpack-plugin": "^11.0.0", | ||
"css-loader": "^6.7.3", | ||
"enzyme": "3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.6", | ||
"enzyme-adapter-react-16": "^1.15.7", | ||
"enzyme-to-json": "^3.3.4", | ||
"eslint": "^7.25.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-jsdoc": "^35.0.0", | ||
"eslint-plugin-lodash": "^7.2.0", | ||
"eslint-plugin-no-only-tests": "^2.6.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-react": "^7.23.2", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"eslint": "^8.49.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-jsdoc": "^46.8.2", | ||
"eslint-plugin-lodash": "^7.4.0", | ||
"eslint-plugin-no-only-tests": "^3.1.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-webpack-plugin": "^4.0.1", | ||
"fork-ts-checker-webpack-plugin": "^8.0.0", | ||
"glob": "^10.2.7", | ||
"glob": "^10.3.5", | ||
"identity-obj-proxy": "3.0.0", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"jest-expo": "~27.0.1", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"jest-expo": "~49.0.0", | ||
"jest-serializer-enzyme": "^1.0.0", | ||
"prettier": "^2.8.7", | ||
"prettier": "^3.0.3", | ||
"react-autosuggest": "^10.1.0", | ||
"replace-in-file-webpack-plugin": "^1.0.6", | ||
"sass": "1.63.2", | ||
"sass-loader": "13.3.1", | ||
"sass": "1.68.0", | ||
"sass-loader": "13.3.2", | ||
"style-loader": "3.3.3", | ||
"swc-loader": "^0.2.3", | ||
"ts-jest": "26.4.4", | ||
"ts-jest": "29.1.1", | ||
"ts-node": "^10.9.1", | ||
"tsconfig-paths": "^4.2.0", | ||
"tslib": "2.5.3", | ||
"typescript": "4.8.4", | ||
"typescript": "5.2.2", | ||
"webpack": "^5.86.0", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-livereload-plugin": "^3.0.2" | ||
|
@@ -84,23 +84,23 @@ | |
}, | ||
"dependencies": { | ||
"@emotion/css": "^11.1.3", | ||
"@grafana/data": "9.5.3", | ||
"@grafana/runtime": "7.5.8", | ||
"@grafana/ui": "7.5.8", | ||
"@grafana/data": "10.1.2", | ||
"@grafana/runtime": "10.1.2", | ||
"@grafana/ui": "10.1.2", | ||
"@types/react-autosuggest": "^10.1.6", | ||
"@types/react-virtualized-auto-sizer": "^1.0.1", | ||
"ace-builds": "^1.15.2", | ||
"ace-builds": "^1.27.0", | ||
"brace": "^0.11.1", | ||
"grafana-data": "^2.0.1", | ||
"react": "17.0.2", | ||
"react": "18.2.0", | ||
"react-ace": "^10.1.0", | ||
"react-autosuggest": "^10.1.0", | ||
"react-awesome-query-builder": "^5.4.1", | ||
"react-dom": "17.0.2", | ||
"react-monaco-editor": "^0.51.0", | ||
"react-awesome-query-builder": "^5.4.2", | ||
"react-dom": "18.2.0", | ||
"react-monaco-editor": "^0.54.0", | ||
"react-use": "^17.4.0", | ||
"react-virtualized-auto-sizer": "^1.0.7", | ||
"tslib": "2.5.3", | ||
"react-virtualized-auto-sizer": "^1.0.20", | ||
"tslib": "2.6.2", | ||
"yarn": "^1.22.19" | ||
}, | ||
"packageManager": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ const config = async (env): Promise<Configuration> => { | |
}); | ||
}; | ||
|
||
export default config; | ||
export default config; |