Skip to content

Commit

Permalink
Chores
Browse files Browse the repository at this point in the history
  • Loading branch information
MuTsunTsai committed Jan 14, 2025
1 parent 63c5048 commit 87966b7
Show file tree
Hide file tree
Showing 2 changed files with 394 additions and 392 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"license": "GPL-2.0",
"devDependencies": {
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.18.0",
"@mutsuntsai/rsbuild-utils": "^1.0.1",
"@mutsuntsai/stylistic": "^1.0.3",
"@rsbuild/core": "^1.1.13",
Expand All @@ -28,23 +28,23 @@
"@types/bootstrap": "^5.2.10",
"@types/emscripten": "^1.39.13",
"@types/gtag.js": "^0.0.20",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.3",
"@types/ungap__structured-clone": "^1.2.0",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.3",
"glob": "^11.0.0",
"eslint-plugin-react": "^7.37.4",
"glob": "^11.0.1",
"globals": "^15.14.0",
"gulp": "^5.0.0",
"gulp-fontawesome": "^1.0.4",
"gulp-through2": "^1.1.0",
"postcss": "^8.4.49",
"postcss": "^8.5.0",
"purgecss-webpack-plugin": "^7.0.2",
"rsbuild-plugin-html-minifier-terser": "^1.1.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"typescript-eslint": "^8.20.0",
"workbox-webpack-plugin": "^7.3.0"
},
"dependencies": {
Expand Down Expand Up @@ -75,7 +75,8 @@
},
"peerDependencyRules": {
"allowAny": [
"eslint"
"eslint",
"react"
]
}
}
Expand Down
Loading

0 comments on commit 87966b7

Please sign in to comment.