Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: CI
on:
push:
branches: [main]
paths-ignore:
- '**.md'
- 'docs/**'
pull_request:
branches: [main]
paths-ignore:
Expand Down
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm run check-branch
4 changes: 0 additions & 4 deletions .husky/pre-push

This file was deleted.

35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
],
"scripts": {
"clean": "rimraf dist/*",
"check-branch": "tsx scripts/check-branch.ts",
"build": "npm run clean && npm run build:module && npm run build:standalone && npm run build:bundle && rollup -c",
"build:module": "vite build --mode module",
"build:standalone": "vite build --mode standalone && vite build --mode standalone-a11y && vite build --mode standalone-auto",
Expand All @@ -50,39 +51,39 @@
"serve": "vite preview --port 3009"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@playwright/test": "^1.55.1",
"@eslint/js": "^9.37.0",
"@playwright/test": "^1.56.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^24.5.2",
"@typescript-eslint/eslint-plugin": "^8.44.1",
"@typescript-eslint/parser": "^8.44.1",
"@testing-library/jest-dom": "^6.9.1",
"@types/jsdom": "^27.0.0",
"@types/node": "^24.8.1",
"@typescript-eslint/eslint-plugin": "^8.46.1",
"@typescript-eslint/parser": "^8.46.1",
"autoprefixer": "^10.4.21",
"babel-jest": "^30.1.2",
"babel-jest": "^30.2.0",
"benchmark": "^2.1.4",
"cross-env": "^10.0.0",
"esbuild": "^0.25.10",
"eslint": "^9.36.0",
"cross-env": "^10.1.0",
"esbuild": "^0.25.11",
"eslint": "^9.37.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"globals": "^16.4.0",
"google-closure-compiler": "^20250921.0.0",
"google-closure-compiler": "^20251013.0.0",
"husky": "^9.1.7",
"jest": "^30.1.3",
"jest": "^30.2.0",
"jsdom": "^27.0.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"rollup": "^4.52.2",
"rollup": "^4.52.4",
"rollup-plugin-scss": "^4.0.1",
"sass": "^1.93.2",
"tslib": "^2.8.1",
"tsx": "^4.20.5",
"typescript": "^5.9.2",
"vite": "^7.1.7",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"vite": "^7.1.10",
"vitest": "^3.2.4"
}
}
Loading
Loading