Skip to content

Commit

Permalink
👷 Update all non-major dependencies (#2349)
Browse files Browse the repository at this point in the history
* 👷 Update all non-major dependencies

* bump ci image

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benoît Zugmeyer <benoit.zugmeyer@datadoghq.com>
  • Loading branch information
renovate[bot] and BenoitZugmeyer authored Jul 24, 2023
1 parent c86a90d commit d504bde
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 147 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-30
APP: 'browser-sdk'
CURRENT_CI_IMAGE: 49
CURRENT_CI_IMAGE: 50
BUILD_STABLE_REGISTRY: '486234852809.dkr.ecr.us-east-1.amazonaws.com'
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:18.16.1-buster-slim
FROM node:18.17.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 @@ -13,14 +13,14 @@
"@webextension-toolbox/webpack-webextension-plugin": "3.1.0",
"copy-webpack-plugin": "11.0.0",
"html-webpack-plugin": "5.5.3",
"webpack": "5.88.1"
"webpack": "5.88.2"
},
"dependencies": {
"@datadog/browser-logs": "workspace:*",
"@datadog/browser-rum": "workspace:*",
"@emotion/react": "11.11.1",
"@mantine/core": "6.0.16",
"@mantine/hooks": "6.0.16",
"@mantine/core": "6.0.17",
"@mantine/hooks": "6.0.17",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-json-view": "1.21.3"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"@types/jasmine": "3.10.11",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@wdio/browserstack-service": "8.13.1",
"@wdio/cli": "8.13.1",
"@wdio/jasmine-framework": "8.13.1",
"@wdio/browserstack-service": "8.13.10",
"@wdio/cli": "8.13.10",
"@wdio/jasmine-framework": "8.13.10",
"@wdio/junit-reporter": "8.12.2",
"@wdio/local-runner": "8.13.1",
"@wdio/local-runner": "8.13.10",
"@wdio/selenium-standalone-service": "8.12.1",
"@wdio/spec-reporter": "8.12.2",
"ajv": "6.12.6",
Expand Down Expand Up @@ -81,16 +81,16 @@
"ts-node": "10.9.1",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.1.6",
"webdriverio": "8.13.1",
"webpack": "5.88.1",
"webdriverio": "8.13.10",
"webpack": "5.88.2",
"webpack-cli": "5.1.4",
"webpack-dev-middleware": "6.1.1"
},
"resolutions": {
"ansi-regex": "5.0.1"
},
"volta": {
"node": "18.16.1",
"node": "18.17.0",
"yarn": "1.22.19"
},
"packageManager": "yarn@3.6.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": "18.16.19",
"@types/node": "18.17.0",
"@types/node-forge": "1.3.3",
"node-forge": "1.3.1",
"puppeteer": "20.8.2",
"puppeteer": "20.9.0",
"ts-node": "10.9.1"
},
"volta": {
Expand Down
Loading

0 comments on commit d504bde

Please sign in to comment.