Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
iorate committed Sep 21, 2024
1 parent f086efa commit b56d303
Show file tree
Hide file tree
Showing 4 changed files with 2,223 additions and 2,127 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,60 +2,60 @@
"name": "ublacklist",
"version": "0.0.0",
"dependencies": {
"@codemirror/commands": "^6.6.0",
"@codemirror/commands": "^6.6.2",
"@codemirror/lang-yaml": "^6.1.1",
"@codemirror/language": "^6.10.2",
"@codemirror/lint": "^6.8.0",
"@codemirror/language": "^6.10.3",
"@codemirror/lint": "^6.8.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.28.1",
"@codemirror/view": "^6.33.0",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.4.1",
"@lezer/highlight": "^1.2.1",
"@lezer/lr": "^1.4.2",
"@mdi/svg": "^7.4.47",
"colord": "^2.9.3",
"dayjs": "^1.11.11",
"dayjs": "^1.11.13",
"goober": "2.1.10",
"is-mobile": "^4.0.0",
"js-yaml": "^4.1.0",
"punycode": "^2.3.1",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"tldts": "^6.1.26",
"tldts": "^6.1.47",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@lezer/generator": "^1.7.0",
"@lezer/generator": "^1.7.1",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/license-checker": "^25.0.6",
"@types/node": "^20.14.2",
"@types/node": "^22.5.5",
"@types/punycode": "^2.1.4",
"@types/react": "^18.3.3",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/webextension-polyfill": "^0.10.7",
"@types/webextension-polyfill": "^0.12.1",
"chalk": "^5.3.0",
"chokidar": "^3.6.0",
"chokidar": "^4.0.0",
"csstype": "^3.1.3",
"dotenv": "^16.4.5",
"esbuild": "^0.21.5",
"esbuild": "^0.23.1",
"fs-extra": "^11.2.0",
"globby": "^14.0.1",
"lefthook": "^1.6.16",
"globby": "^14.0.2",
"lefthook": "^1.7.15",
"license-checker": "^25.0.1",
"p-limit": "^5.0.0",
"prettier": "^3.3.2",
"semantic-release": "^24.0.0",
"p-limit": "^6.1.0",
"prettier": "^3.3.3",
"semantic-release": "^24.1.1",
"semantic-release-amo": "^1.3.1",
"semantic-release-chrome": "^3.2.0",
"tsx": "^4.15.5",
"typescript": "^5.4.5"
"tsx": "^4.19.1",
"typescript": "^5.6.2"
},
"engines": {
"pnpm": ">=9.7.0"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"private": true,
"scripts": {
"build": "tsx scripts/build.ts",
Expand Down
Loading

0 comments on commit b56d303

Please sign in to comment.