Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
iorate committed Jun 15, 2024
1 parent 0ca80c9 commit e427bdc
Show file tree
Hide file tree
Showing 2 changed files with 534 additions and 219 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "ublacklist",
"version": "0.0.0",
"dependencies": {
"@codemirror/commands": "^6.5.0",
"@codemirror/commands": "^6.6.0",
"@codemirror/lang-yaml": "^6.1.1",
"@codemirror/language": "^6.10.1",
"@codemirror/lint": "^6.7.0",
"@codemirror/language": "^6.10.2",
"@codemirror/lint": "^6.8.0",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@codemirror/view": "^6.28.1",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.4.0",
"@lezer/lr": "^1.4.1",
"@mdi/svg": "^7.4.47",
"colord": "^2.9.3",
"dayjs": "^1.11.11",
Expand All @@ -21,18 +21,18 @@
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"tldts": "^6.1.19",
"zod": "^3.23.6"
"tldts": "^6.1.26",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@biomejs/biome": "^1.8.1",
"@lezer/generator": "^1.7.0",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/license-checker": "^25.0.6",
"@types/node": "^20.12.8",
"@types/node": "^20.14.2",
"@types/punycode": "^2.1.4",
"@types/react": "^18.3.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/webextension-polyfill": "^0.10.7",
"chalk": "^5.3.0",
Expand All @@ -42,14 +42,14 @@
"esbuild": "^0.20.2",
"fs-extra": "^11.2.0",
"globby": "^14.0.1",
"lefthook": "^1.6.10",
"lefthook": "^1.6.16",
"license-checker": "^25.0.1",
"p-limit": "^5.0.0",
"prettier": "^3.2.5",
"semantic-release": "^23.0.8",
"prettier": "^3.3.2",
"semantic-release": "^23.1.1",
"semantic-release-amo": "^1.3.1",
"semantic-release-chrome": "^3.2.0",
"tsx": "^4.9.3",
"tsx": "^4.15.5",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@9.1.0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394",
Expand Down
Loading

0 comments on commit e427bdc

Please sign in to comment.