Skip to content

Commit

Permalink
👷 Update all non-major dependencies (#3082)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and cy-moi committed Oct 31, 2024
1 parent 7b53842 commit c06e041
Show file tree
Hide file tree
Showing 8 changed files with 452 additions and 443 deletions.
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.5.0.cjs → .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
defaultSemverRangePrefix: ''
nodeLinker: node-modules

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.9.0-bookworm-slim
FROM node:22.10.0-bookworm-slim

ARG CHROME_PACKAGE_VERSION

Expand Down
12 changes: 6 additions & 6 deletions developer-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
"dev": "webpack --mode development --watch"
},
"devDependencies": {
"@tabler/icons-react": "3.19.0",
"@types/chrome": "0.0.278",
"@types/react": "18.3.11",
"@tabler/icons-react": "3.21.0",
"@types/chrome": "0.0.279",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@webextension-toolbox/webpack-webextension-plugin": "3.3.1",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"html-webpack-plugin": "5.6.0",
"html-webpack-plugin": "5.6.3",
"style-loader": "4.0.0",
"webpack": "5.95.0"
},
"dependencies": {
"@datadog/browser-core": "workspace:*",
"@datadog/browser-logs": "workspace:*",
"@datadog/browser-rum": "workspace:*",
"@mantine/core": "7.13.2",
"@mantine/hooks": "7.13.2",
"@mantine/core": "7.13.4",
"@mantine/hooks": "7.13.4",
"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,7 +31,7 @@
},
"devDependencies": {
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@types/chrome": "0.0.278",
"@types/chrome": "0.0.279",
"@types/connect-busboy": "1.0.3",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
Expand All @@ -55,13 +55,13 @@
"eslint-module-utils": "2.12.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jasmine": "4.2.2",
"eslint-plugin-jsdoc": "50.4.1",
"eslint-plugin-jsdoc": "50.4.3",
"eslint-plugin-local-rules": "3.0.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-unicorn": "56.0.0",
"express": "4.21.1",
"glob": "11.0.0",
"html-webpack-plugin": "5.6.0",
"html-webpack-plugin": "5.6.3",
"jasmine-core": "3.99.1",
"json-schema-to-typescript": "bcaudan/json-schema-to-typescript#bcaudan/add-readonly-support",
"karma": "6.4.4",
Expand All @@ -77,7 +77,7 @@
"minimatch": "10.0.1",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"puppeteer": "23.5.3",
"puppeteer": "23.6.1",
"terser-webpack-plugin": "5.3.10",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
Expand All @@ -92,8 +92,8 @@
"puppeteer-core@npm:21.11.0/ws": "8.17.1"
},
"volta": {
"node": "22.9.0",
"node": "22.10.0",
"yarn": "1.22.22"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion packages/rum-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"devDependencies": {
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"react": "18.3.1",
"react-dom": "18.3.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.7.5",
"@types/node": "22.8.2",
"@types/node-forge": "1.3.11",
"node-forge": "1.3.1",
"puppeteer": "23.5.3",
"puppeteer": "23.6.1",
"ts-node": "10.9.2"
},
"volta": {
Expand Down
Loading

0 comments on commit c06e041

Please sign in to comment.