Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump the npm-minor group across 1 directory with 24 updates #11

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
702 changes: 374 additions & 328 deletions web/package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,37 @@
"./packages/*"
],
"devDependencies": {
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.14.0",
"@types/eslint__js": "^8.42.3",
"@wdio/browserstack-service": "^9.2.1",
"@wdio/browserstack-service": "^9.2.12",
"@wdio/cli": "^8.40.2",
"@wdio/local-runner": "^8.40.2",
"@wdio/mocha-framework": "^9.1.3",
"@wdio/spec-reporter": "^9.1.3",
"@wdio/static-server-service": "^9.1.3",
"chai": "^5.1.1",
"@wdio/mocha-framework": "^9.2.8",
"@wdio/spec-reporter": "^9.2.8",
"@wdio/static-server-service": "^9.2.2",
"chai": "^5.1.2",
"chai-html": "^3.0.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"eslint": "^9.12.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.4.1",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.11.0",
"mocha": "^10.7.3",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"mocha": "^10.8.2",
"prettier": "^3.3.3",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2",
"ts-loader": "^9.5.1",
"tsx": "^4.19.1",
"typedoc-plugin-mdn-links": "^3.3.3",
"tsx": "^4.19.2",
"typedoc-plugin-mdn-links": "^3.3.7",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0",
"typescript-eslint": "^8.14.0",
"webdriverio": "^8.40.0",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions web/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
"mocha": "^10.7.3",
"postcss": "^8.4.47",
"postcss-nesting": "^13.0.0",
"mocha": "^10.8.2",
"postcss": "^8.4.49",
"postcss-nesting": "^13.0.1",
"replace-in-file": "^8.2.0",
"tsx": "^4.19.1",
"tsx": "^4.19.2",
"tsx-dom": "^3.0.1",
"typedoc": "^0.26.9",
"typedoc": "^0.26.11",
"typescript": "^5.6.3"
},
"sideEffects": false
Expand Down
6 changes: 3 additions & 3 deletions web/packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"ruffle-core": "^0.1.0"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^4.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.9"
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions web/packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"devDependencies": {
"@tsconfig/strictest": "^2.0.5",
"@types/archiver": "^6.0.2",
"@types/chrome": "^0.0.278",
"@types/archiver": "^6.0.3",
"@types/chrome": "^0.0.280",
"@types/common-tags": "^1.8.4",
"@types/firefox-webext-browser": "^120.0.4",
"@types/jsonwebtoken": "^9.0.7",
Expand All @@ -30,6 +30,6 @@
"axios": "^1.7.7",
"form-data": "^4.0.1",
"jsonwebtoken": "^9.0.2",
"tsx": "^4.19.1"
"tsx": "^4.19.2"
}
}
4 changes: 2 additions & 2 deletions web/packages/selfhosted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
"devDependencies": {
"json5": "^2.2.3",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"ts-node": "^10.9.2",
"@types/chai": "^5.0.0",
"@types/chai": "^5.0.1",
"@types/chai-html": "^3.0.0"
}
}