Skip to content

Commit

Permalink
👷 Update all non-major dependencies (DataDog#2848)
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 Jul 8, 2024
1 parent fbb4822 commit 01f4bfb
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 104 deletions.
2 changes: 1 addition & 1 deletion 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.7.0",
"@tabler/icons-react": "3.9.0",
"@types/chrome": "0.0.268",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"@types/jasmine": "3.10.18",
"@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",
"@wdio/browserstack-service": "8.39.1",
"@wdio/cli": "8.39.1",
"@wdio/jasmine-framework": "8.39.1",
"@wdio/junit-reporter": "8.39.0",
"@wdio/local-runner": "8.39.0",
"@wdio/local-runner": "8.39.1",
"@wdio/spec-reporter": "8.39.0",
"ajv": "6.12.6",
"browserstack-local": "1.5.5",
Expand All @@ -55,12 +55,12 @@
"eslint-module-utils": "2.8.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jasmine": "4.2.0",
"eslint-plugin-jsdoc": "48.5.0",
"eslint-plugin-jsdoc": "48.5.2",
"eslint-plugin-local-rules": "3.0.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-unicorn": "54.0.0",
"express": "4.19.2",
"glob": "10.4.2",
"glob": "10.4.3",
"html-webpack-plugin": "5.6.0",
"jasmine-core": "3.99.1",
"json-schema-to-typescript": "bcaudan/json-schema-to-typescript#bcaudan/add-readonly-support",
Expand All @@ -73,7 +73,7 @@
"karma-sourcemap-loader": "0.4.0",
"karma-spec-reporter": "0.0.36",
"karma-webpack": "5.0.0",
"lerna": "8.1.5",
"lerna": "8.1.6",
"minimatch": "9.0.5",
"npm-run-all": "4.1.5",
"prettier": "3.3.2",
Expand All @@ -83,7 +83,7 @@
"ts-node": "10.9.2",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.5.3",
"webdriverio": "8.39.0",
"webdriverio": "8.39.1",
"webpack": "5.92.1",
"webpack-cli": "5.1.4",
"webpack-dev-middleware": "7.2.1"
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.24.0"
"react-router-dom": "6.24.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion performances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "ts-node ./src/main.ts"
},
"dependencies": {
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"@types/node-forge": "1.3.11",
"node-forge": "1.3.1",
"puppeteer": "22.12.1",
Expand Down
Loading

0 comments on commit 01f4bfb

Please sign in to comment.