Skip to content

Commit

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

* fix a typescript 5.4.2 regression causing typechecking to fail

See:
* sindresorhus/type-fest#784
* mantinedev/mantine#5891

---------

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 committed Mar 12, 2024
1 parent 0e8f00c commit 2e44e2e
Show file tree
Hide file tree
Showing 4 changed files with 441 additions and 2,150 deletions.
6 changes: 3 additions & 3 deletions developer-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"devDependencies": {
"@tabler/icons-react": "2.47.0",
"@types/chrome": "0.0.262",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.19",
"@types/chrome": "0.0.263",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.21",
"@webextension-toolbox/webpack-webextension-plugin": "3.3.1",
"copy-webpack-plugin": "12.0.2",
"css-loader": "6.10.0",
Expand Down
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
},
"devDependencies": {
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@types/chrome": "0.0.262",
"@types/chrome": "0.0.263",
"@types/connect-busboy": "1.0.3",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/jasmine": "3.10.18",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"@wdio/browserstack-service": "8.32.4",
"@wdio/cli": "8.32.4",
"@wdio/jasmine-framework": "8.32.4",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@wdio/browserstack-service": "8.33.1",
"@wdio/cli": "8.33.1",
"@wdio/jasmine-framework": "8.33.1",
"@wdio/junit-reporter": "8.32.4",
"@wdio/local-runner": "8.32.4",
"@wdio/local-runner": "8.33.1",
"@wdio/spec-reporter": "8.32.4",
"ajv": "6.12.6",
"browserstack-local": "1.5.5",
Expand All @@ -54,7 +54,7 @@
"eslint-module-utils": "2.8.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jasmine": "4.1.3",
"eslint-plugin-jsdoc": "48.2.0",
"eslint-plugin-jsdoc": "48.2.1",
"eslint-plugin-local-rules": "2.0.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-unicorn": "51.0.1",
Expand All @@ -80,18 +80,19 @@
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.3.3",
"webdriverio": "8.32.4",
"typescript": "5.4.2",
"webdriverio": "8.33.1",
"webpack": "5.90.3",
"webpack-cli": "5.1.4",
"webpack-dev-middleware": "7.0.0"
},
"resolutions": {
"ansi-regex": "5.0.1"
"ansi-regex": "5.0.1",
"@mantine/core/type-fest": "4.12.0"
},
"volta": {
"node": "18.19.1",
"yarn": "1.22.21"
"yarn": "1.22.22"
},
"packageManager": "yarn@3.8.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": "18.19.21",
"@types/node": "18.19.23",
"@types/node-forge": "1.3.11",
"node-forge": "1.3.1",
"puppeteer": "22.3.0",
"puppeteer": "22.4.1",
"ts-node": "10.9.2"
},
"volta": {
Expand Down
Loading

0 comments on commit 2e44e2e

Please sign in to comment.