chore(deps): update node.js dependencies

This commit is contained in:
renovate[bot] 2024-03-10 22:09:53 +00:00 committed by TÖRÖK Attila
parent dce71fdfcb
commit 4ae9f32732
6 changed files with 447 additions and 426 deletions

829
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,13 +8,13 @@
"./packages/*"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@wdio/cli": "^8.32.3",
"@wdio/local-runner": "^8.32.3",
"@wdio/mocha-framework": "^8.32.3",
"@wdio/spec-reporter": "^8.32.2",
"@wdio/static-server-service": "^8.32.2",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@wdio/cli": "^8.33.1",
"@wdio/local-runner": "^8.33.1",
"@wdio/mocha-framework": "^8.33.1",
"@wdio/spec-reporter": "^8.32.4",
"@wdio/static-server-service": "^8.32.4",
"chai": "^4.4.1",
"chai-html": "^2.1.0",
"copy-webpack-plugin": "^12.0.2",
@ -28,7 +28,7 @@
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^5.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"wdio-chromedriver-service": "^8.1.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"

View File

@ -26,12 +26,12 @@
"@tsconfig/strictest": "^2.0.3",
"@types/mocha": "^10.0.6",
"eslint": "^8.57.0",
"eslint-plugin-jsdoc": "^48.2.0",
"eslint-plugin-jsdoc": "^48.2.1",
"mocha": "^10.3.0",
"replace-in-file": "^7.1.0",
"ts-node": "^10.9.2",
"typedoc": "^0.25.9",
"typescript": "^5.3.3"
"typedoc": "^0.25.12",
"typescript": "^5.4.2"
},
"sideEffects": false
}

View File

@ -17,15 +17,15 @@
"ruffle-core": "^0.1.0"
},
"devDependencies": {
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.3",
"vite": "^5.1.4"
"typescript": "^5.4.2",
"vite": "^5.1.5"
}
}

View File

@ -17,9 +17,9 @@
"devDependencies": {
"@tsconfig/strictest": "^2.0.3",
"@types/archiver": "^6.0.2",
"@types/chrome": "^0.0.262",
"@types/chrome": "^0.0.263",
"@types/common-tags": "^1.8.4",
"@types/firefox-webext-browser": "^120.0.1",
"@types/firefox-webext-browser": "^120.0.3",
"@types/jsonwebtoken": "^9.0.6",
"@types/mz": "^2.7.8",
"@types/request": "^2.48.12",
@ -28,7 +28,7 @@
"sign-addon": "^6.4.0",
"temp-dir": "^3.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"webpack-cli": "^5.1.4"
}
}

View File

@ -20,8 +20,8 @@
"ruffle-core": "^0.1.0"
},
"devDependencies": {
"webdriverio": "^8.32.3",
"@wdio/cli": "^8.32.3",
"webdriverio": "^8.33.1",
"@wdio/cli": "^8.33.1",
"json5": "^2.2.3",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",