Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
chore: update npm dependencies to latest versions (#185)
Browse files Browse the repository at this point in the history
* chore: update version

* chore: update npm dependencies to latest versions

* build userscript
  • Loading branch information
piquark6046 authored May 23, 2024
1 parent d78af3d commit a73b84a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion microShield.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microshield",
"version": "4.5.11",
"version": "4.5.12",
"description": "",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -42,10 +42,10 @@
"@stylistic/eslint-plugin": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"esbuild": "^0.21.2",
"esbuild": "^0.21.3",
"eslint": "^8.57.0",
"pnpm": "^9.1.1",
"pnpm": "^9.1.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0"
"typescript-eslint": "^7.10.0"
}
}
2 changes: 1 addition & 1 deletion sources/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// @downloadURL https://cdn.jsdelivr.net/gh/List-KR/microShield@latest/microShield.user.js
// @license Apache-2.0
//
// @version 4.5.11
// @version 4.5.12
// @author PiQuark6046 and contributors
//
// @match *://ygosu.com/*
Expand Down

0 comments on commit a73b84a

Please sign in to comment.