Skip to content

Commit

Permalink
👷 Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent 46cc11a commit d4ef7ab
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 172 deletions.
6 changes: 3 additions & 3 deletions developer-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@tabler/icons-react": "3.29.0",
"@types/chrome": "0.0.299",
"@types/chrome": "0.0.301",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@webextension-toolbox/webpack-webextension-plugin": "3.3.1",
Expand All @@ -22,8 +22,8 @@
"@datadog/browser-core": "workspace:*",
"@datadog/browser-logs": "workspace:*",
"@datadog/browser-rum": "workspace:*",
"@mantine/core": "7.16.1",
"@mantine/hooks": "7.16.1",
"@mantine/core": "7.16.2",
"@mantine/hooks": "7.16.2",
"clsx": "2.1.1",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"woke": "scripts/cli woke"
},
"devDependencies": {
"@eslint/js": "9.18.0",
"@eslint/js": "9.19.0",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@types/chrome": "0.0.299",
"@types/chrome": "0.0.301",
"@types/connect-busboy": "1.0.3",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
Expand All @@ -50,11 +50,11 @@
"connect-busboy": "1.0.0",
"cors": "2.8.5",
"emoji-name-map": "1.2.9",
"eslint": "9.18.0",
"eslint": "9.19.0",
"eslint-module-utils": "2.12.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jasmine": "4.2.2",
"eslint-plugin-jsdoc": "50.6.2",
"eslint-plugin-jsdoc": "50.6.3",
"eslint-plugin-unicorn": "56.0.1",
"express": "4.21.2",
"glob": "11.0.1",
Expand All @@ -75,13 +75,13 @@
"minimatch": "10.0.1",
"npm-run-all": "4.1.5",
"prettier": "3.4.2",
"puppeteer": "24.1.0",
"puppeteer": "24.1.1",
"terser-webpack-plugin": "5.3.11",
"ts-loader": "9.5.2",
"ts-node": "10.9.2",
"tsconfig-paths-webpack-plugin": "4.2.0",
"typescript": "5.7.3",
"typescript-eslint": "8.21.0",
"typescript-eslint": "8.23.0",
"webdriverio": "8.41.0",
"webpack": "5.97.1",
"webpack-cli": "6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/rum-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/react-dom": "18.3.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.28.2"
"react-router-dom": "6.29.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions performances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"start": "ts-node ./src/main.ts"
},
"dependencies": {
"@types/node": "22.10.8",
"@types/node": "22.13.0",
"@types/node-forge": "1.3.11",
"node-forge": "1.3.1",
"puppeteer": "24.1.0",
"puppeteer": "24.1.1",
"ts-node": "10.9.2"
},
"volta": {
Expand Down
Loading

0 comments on commit d4ef7ab

Please sign in to comment.