Skip to content

Commit

Permalink
update deps (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus authored May 18, 2024
1 parent d17dec4 commit 8eae380
Show file tree
Hide file tree
Showing 6 changed files with 3,516 additions and 2,505 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.1.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.0.1.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
25 changes: 25 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
import js from '@eslint/js';
import globals from 'globals';

export default [
js.configs.recommended,
{
rules: {
'no-unused-vars': 'warn',
indent: ['error', 4, { SwitchCase: 1 }],
'linebreak-style': 'off',
quotes: ['error', 'single'],
semi: ['error', 'always'],
},
languageOptions: {
ecmaVersion: 2022,
globals: {
...globals.browser,
...globals.node,
},
},
},
{
ignores: ['**/popup/vendors/*', '**/.*'],
},
];
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"manifest:remove:gecko.id": "dot-json dist/manifest.json -d browser_specific_settings",
"manifest:add:background-script": "dot-json dist/manifest.json background.scripts.0 background-script.js && cpy background-script.js ../dist --cwd=unpacked",
"manifest:remove:background-script": "dot-json dist/manifest.json -d background && del-cli dist/background-script.js",
"copy_to_dist": "cpy . !popup/vendors/.peru ../dist --cwd=unpacked --dot && yarn manifest:firefox"
"copy_to_dist": "cpy . ../dist --cwd=unpacked --dot && yarn manifest:firefox"
},
"repository": {
"type": "git",
Expand All @@ -39,17 +39,19 @@
"homepage": "https://github.com/Araxeus/Youtube-Volume-Scroll#readme",
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@release-it/bumper": "^4.0.2",
"@eslint/js": "^9.3.0",
"@release-it/bumper": "^6.0.1",
"auto-changelog": "^2.4.0",
"cpy-cli": "^4.2.0",
"del-cli": "^5.0.0",
"dot-json": "^1.2.2",
"eslint": "^8.39.0",
"release-it": "^15.10.1",
"sass": "^1.62.0",
"cpy-cli": "=4.2.0",
"del-cli": "^5.1.0",
"dot-json": "^1.3.0",
"eslint": "^9.3.0",
"globals": "^15.2.0",
"release-it": "^17.2.1",
"sass": "^1.77.2",
"vendorfiles": "^1.1.1",
"web-ext": "^7.6.2",
"x-var": "^0.0.1"
"web-ext": "^7.11.0",
"x-var": "^2.0.1"
},
"vendorConfig": {
"vendorFolder": "./unpacked/popup/vendors"
Expand Down
Loading

0 comments on commit 8eae380

Please sign in to comment.