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 Jan 28, 2025
1 parent aa1a666 commit 6040b62
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 140 deletions.
4 changes: 2 additions & 2 deletions developer-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"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/connect-busboy": "1.0.3",
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.22.0",
"webdriverio": "8.41.0",
"webpack": "5.97.1",
"webpack-cli": "6.0.1",
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.12.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 6040b62

Please sign in to comment.