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

Bump the npm group across 1 directory with 8 updates #745

Merged
merged 2 commits into from
Jan 14, 2025
Merged
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
4 changes: 2 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"formatter": {
"enabled": true,
"formatWithErrors": false,
Expand Down Expand Up @@ -36,7 +36,7 @@
"formatter": {
"jsxQuoteStyle": "double",
"quoteProperties": "asNeeded",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded",
"arrowParentheses": "always",
"bracketSpacing": true,
Expand Down
9 changes: 2 additions & 7 deletions demos/cordova/www/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@
* under the License.
*/
* {
-webkit-tap-highlight-color: rgba(
0,
0,
0,
0
); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

body {
Expand All @@ -31,7 +26,7 @@ body {
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
background-color: #e4e4e4;
background-attachment: fixed;
font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
font-size: 15px;
height: 100%;
margin: 0px;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"homepage": "https://github.com/tus/tus-js-client",
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"axios": "^0.28.0",
"axios": "^0.29.0",
"browserify": "^17.0.0",
"chokidar-cli": "^3.0.0",
"exorcist": "^2.0.0",
Expand Down Expand Up @@ -70,6 +70,6 @@
"test-browserstack": "karma start test/karma/browserstack.conf.cjs",
"test-node": "jasmine test/spec/node-index.cjs",
"lint": "biome check .",
"fix": "biome check --apply ."
"fix": "biome check --write ."
}
}
Loading
Loading