Skip to content

Commit

Permalink
Chores
Browse files Browse the repository at this point in the history
  • Loading branch information
MuTsunTsai committed Dec 19, 2024
1 parent 8349543 commit c2a594e
Show file tree
Hide file tree
Showing 3 changed files with 2,485 additions and 2,694 deletions.
2 changes: 1 addition & 1 deletion docs/sw.js

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,58 +14,58 @@
"license": "MIT",
"devDependencies": {
"@mutsuntsai/esbuild-plugin-vue": "^0.1.6",
"@playwright/test": "^1.44.0",
"@stylistic/eslint-plugin": "^1.8.1",
"@swc/core": "^1.5.7",
"@playwright/test": "^1.49.1",
"@stylistic/eslint-plugin": "^2.12.1",
"@swc/core": "^1.10.1",
"@types/bootstrap": "^5.2.10",
"@types/chai": "^4.3.16",
"@types/gtag.js": "^0.0.19",
"@types/chai": "^5.0.1",
"@types/gtag.js": "^0.0.20",
"@types/gulp-concat": "^0.0.37",
"@types/gulp-load-plugins": "^0.0.37",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"chai": "^5.1.1",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-vue": "^9.26.0",
"global-jsdom": "^24.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"chai": "^5.1.2",
"eslint": "^9.17.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-vue": "^9.32.0",
"global-jsdom": "^25.0.0",
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-esbuild": "^0.12.0",
"gulp-esbuild": "^0.14.0",
"gulp-fontawesome": "^1.0.4",
"gulp-html-minifier-terser": "^7.1.0",
"gulp-if": "^3.0.0",
"gulp-load-plugins": "^2.0.8",
"gulp-newer": "^1.4.0",
"gulp-purgecss": "^6.0.0",
"gulp-purgecss": "^7.0.2",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-sass": "^6.0.0",
"gulp-terser": "^2.1.0",
"gulp-vue-ssg": "1.2.4",
"gulp-workbox": "^1.0.6",
"jsdom": "^24.0.0",
"mocha": "^10.4.0",
"sass": "^1.77.2",
"serve": "^14.2.3",
"jsdom": "^25.0.1",
"mocha": "^11.0.1",
"sass": "^1.83.0",
"serve": "^14.2.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5",
"typescript": "^5.7.2",
"vinyl-sourcemaps-apply": "^0.2.1",
"workbox-build": "^7.1.0"
"workbox-build": "^7.3.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/fontawesome-free": "^6.7.2",
"bootstrap": "^5.3.3",
"chess.js": "1.0.0-beta.8",
"vue": "^3.4.27",
"vue": "^3.5.13",
"vue-slicksort": "^2.0.5",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0",
"yaml": "^2.4.2"
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"yaml": "^2.6.1"
}
}
Loading

0 comments on commit c2a594e

Please sign in to comment.