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] committed Mar 12, 2024
1 parent b3cc811 commit 3cd1f22
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 184 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
22 changes: 11 additions & 11 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,8 +80,8 @@
"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"
Expand All @@ -91,7 +91,7 @@
},
"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 3cd1f22

Please sign in to comment.