Skip to content

Commit

Permalink
👷 Update all non-major dependencies (#2839)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 3, 2024
1 parent f2b0b23 commit d45e773
Show file tree
Hide file tree
Showing 7 changed files with 662 additions and 635 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:
CURRENT_STAGING: staging-27
APP: 'browser-sdk'
CURRENT_CI_IMAGE: 67
CURRENT_CI_IMAGE: 68
BUILD_STABLE_REGISTRY: 'registry.ddbuild.io'
CI_IMAGE: '$BUILD_STABLE_REGISTRY/ci/$APP:$CURRENT_CI_IMAGE'
GIT_REPOSITORY: 'git@github.com:DataDog/browser-sdk.git'
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:20.14.0-buster-slim
FROM node:20.15.0-buster-slim

ARG CHROME_PACKAGE_VERSION

Expand Down
6 changes: 3 additions & 3 deletions developer-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "webpack --mode development --watch"
},
"devDependencies": {
"@tabler/icons-react": "3.6.0",
"@tabler/icons-react": "3.7.0",
"@types/chrome": "0.0.268",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
Expand All @@ -22,8 +22,8 @@
"@datadog/browser-core": "workspace:*",
"@datadog/browser-logs": "workspace:*",
"@datadog/browser-rum": "workspace:*",
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"@mantine/core": "7.11.1",
"@mantine/hooks": "7.11.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 @@ -36,8 +36,8 @@
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/jasmine": "3.10.18",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@wdio/browserstack-service": "8.39.0",
"@wdio/cli": "8.39.0",
"@wdio/jasmine-framework": "8.39.0",
Expand All @@ -55,7 +55,7 @@
"eslint-module-utils": "2.8.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jasmine": "4.2.0",
"eslint-plugin-jsdoc": "48.3.0",
"eslint-plugin-jsdoc": "48.5.0",
"eslint-plugin-local-rules": "3.0.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-unicorn": "54.0.0",
Expand All @@ -73,16 +73,16 @@
"karma-sourcemap-loader": "0.4.0",
"karma-spec-reporter": "0.0.36",
"karma-webpack": "5.0.0",
"lerna": "8.1.3",
"minimatch": "9.0.4",
"lerna": "8.1.5",
"minimatch": "9.0.5",
"npm-run-all": "4.1.5",
"prettier": "3.3.2",
"puppeteer": "22.12.0",
"puppeteer": "22.12.1",
"terser-webpack-plugin": "5.3.10",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.5.2",
"typescript": "5.5.3",
"webdriverio": "8.39.0",
"webpack": "5.92.1",
"webpack-cli": "5.1.4",
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 @@ -30,7 +30,7 @@
"@types/react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.23.1"
"react-router-dom": "6.24.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": "20.14.8",
"@types/node": "20.14.9",
"@types/node-forge": "1.3.11",
"node-forge": "1.3.1",
"puppeteer": "22.12.0",
"puppeteer": "22.12.1",
"ts-node": "10.9.2"
},
"volta": {
Expand Down
Loading

0 comments on commit d45e773

Please sign in to comment.