Skip to content

Commit

Permalink
Bump the all-node-dependencies group across 1 directory with 21 updat…
Browse files Browse the repository at this point in the history
…es (#570)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Yu <kevinwcyu@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and kevinwcyu authored Feb 11, 2025
1 parent fa91c01 commit f06c261
Show file tree
Hide file tree
Showing 3 changed files with 961 additions and 1,084 deletions.
12 changes: 12 additions & 0 deletions jest-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,15 @@ Object.defineProperty(global, 'ResizeObserver', {
unobserve() {}
},
});

Object.defineProperty(global, 'IntersectionObserver', {
value: jest.fn(() => ({
observe: jest.fn(),
unobserve: jest.fn(),
disconnect: jest.fn(),
takeRecords: jest.fn(),
root: null,
rootMargin: '',
thresholds: [],
})),
});
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"license": "Apache-2.0",
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/aws-sdk": "0.6.0",
"@grafana/data": "^11.4.0",
"@grafana/runtime": "^11.4.0",
"@grafana/aws-sdk": "0.6.1",
"@grafana/data": "^11.5.1",
"@grafana/runtime": "^11.5.1",
"@grafana/schema": "^11.3.0",
"@grafana/ui": "^11.3.0",
"lodash": "4.17.21",
Expand All @@ -33,20 +33,20 @@
"react-dom": "18.3.1",
"react-use": "17.6.0",
"rxjs": "7.8.1",
"semver": "7.6.3",
"semver": "7.7.1",
"tslib": "2.8.1"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/core": "^7.26.8",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@eslint/js": "^9.20.0",
"@grafana/eslint-config": "^8.0.0",
"@grafana/plugin-e2e": "^1.16.3",
"@grafana/plugin-e2e": "^1.18.0",
"@grafana/tsconfig": "^2.0.0",
"@playwright/test": "^1.50.0",
"@playwright/test": "^1.50.1",
"@reduxjs/toolkit": "^1.9.7",
"@stylistic/eslint-plugin-ts": "^3.0.0",
"@swc/core": "^1.10.11",
"@stylistic/eslint-plugin-ts": "^3.1.0",
"@swc/core": "^1.10.15",
"@swc/helpers": "^0.5.15",
"@swc/jest": "^0.2.37",
"@testing-library/dom": "^10.4.0",
Expand All @@ -55,20 +55,20 @@
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.6.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.14",
"@types/lodash": "^4.17.15",
"@types/lucene": "^2.1.7",
"@types/node": "^22.10.10",
"@types/node": "^22.13.1",
"@types/prismjs": "1.26.5",
"@types/react": "^18.3.12",
"@types/react-router-dom": "^5.2.0",
"@types/react-test-renderer": "19.0.0",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"copy-webpack-plugin": "^12.0.2",
"cspell": "8.17.2",
"cspell": "8.17.3",
"css-loader": "^7.1.2",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-jsdoc": "^50.6.3",
Expand All @@ -84,12 +84,12 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"lefthook": "^1.10.10",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"prismjs": "1.29.0",
"react-router-dom": "^7.1.3",
"react-router-dom": "^7.1.5",
"react-select-event": "^5.5.1",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass": "1.83.4",
"sass": "1.84.0",
"sass-loader": "16.0.4",
"style-loader": "4.0.0",
"swc-loader": "^0.2.6",
Expand Down
Loading

0 comments on commit f06c261

Please sign in to comment.