Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pionxzh committed Apr 28, 2024
1 parent b057021 commit 2357fb2
Show file tree
Hide file tree
Showing 6 changed files with 3,335 additions and 3,032 deletions.
9 changes: 0 additions & 9 deletions .eslintrc.cjs

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3

- name: Use Node.js v20
uses: actions/setup-node@v4
Expand Down
12 changes: 12 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { pionxzh } from '@pionxzh/eslint-config'

export default pionxzh(
{
// config...
},
{
rules: {
'no-console': 'off',
},
},
)
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.8.0",
"private": true,
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@9.0.5",
"title": "Get Twitter Icons Back",
"description": "Brings back the blue bird icon on Twitter. No more 𝕏.",
"author": "Pionxzh",
Expand All @@ -23,21 +23,21 @@
"test": "pnpm run test:type",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"vite-plugin-monkey": "^3.5.1"
"vite-plugin-monkey": "^3.5.2"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@pionxzh/eslint-config-react": "^0.7.0",
"@types/node": "^20.11.5",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"typescript": "^5.2.2",
"vite": "^4.5.2"
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@pionxzh/eslint-config": "^2.0.2",
"@types/node": "^20.12.7",
"eslint": "^9.1.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"typescript": "^5.4.5",
"vite": "^5.2.10"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "pnpm exec eslint"
Expand Down
Loading

0 comments on commit 2357fb2

Please sign in to comment.