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 Dec 15, 2024
1 parent 8c6c9d8 commit b6d1ca2
Show file tree
Hide file tree
Showing 7 changed files with 276 additions and 266 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.11.0-bookworm-slim
FROM node:22.12.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.23.0",
"@tabler/icons-react": "3.25.0",
"@types/chrome": "0.0.287",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"@webextension-toolbox/webpack-webextension-plugin": "3.3.1",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"html-webpack-plugin": "5.6.3",
"style-loader": "4.0.0",
"webpack": "5.96.1"
"webpack": "5.97.1"
},
"dependencies": {
"@datadog/browser-core": "workspace:*",
"@datadog/browser-logs": "workspace:*",
"@datadog/browser-rum": "workspace:*",
"@mantine/core": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/core": "7.15.1",
"@mantine/hooks": "7.15.1",
"clsx": "2.1.1",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"eslint-module-utils": "2.12.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jasmine": "4.2.2",
"eslint-plugin-jsdoc": "50.6.0",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-local-rules": "3.0.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-unicorn": "56.0.1",
"express": "4.21.1",
"express": "4.21.2",
"glob": "11.0.0",
"html-webpack-plugin": "5.6.3",
"jasmine-core": "3.99.1",
Expand All @@ -76,23 +76,23 @@
"lerna": "8.1.9",
"minimatch": "10.0.1",
"npm-run-all": "4.1.5",
"prettier": "3.4.1",
"puppeteer": "23.9.0",
"terser-webpack-plugin": "5.3.10",
"prettier": "3.4.2",
"puppeteer": "23.10.4",
"terser-webpack-plugin": "5.3.11",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths-webpack-plugin": "4.2.0",
"typescript": "5.7.2",
"webdriverio": "8.40.6",
"webpack": "5.96.1",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-dev-middleware": "7.4.2"
},
"resolutions": {
"puppeteer-core@npm:21.11.0/ws": "8.17.1"
},
"volta": {
"node": "22.11.0",
"node": "22.12.0",
"yarn": "1.22.22"
},
"packageManager": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions packages/rum-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
}
},
"devDependencies": {
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.28.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"access": "public"
},
"devDependencies": {
"webpack": "5.96.1"
"webpack": "5.97.1"
}
}
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.1",
"@types/node": "22.10.2",
"@types/node-forge": "1.3.11",
"node-forge": "1.3.1",
"puppeteer": "23.9.0",
"puppeteer": "23.10.4",
"ts-node": "10.9.2"
},
"volta": {
Expand Down
Loading

0 comments on commit b6d1ca2

Please sign in to comment.