Skip to content

Commit

Permalink
Switch to ndnts-aux library (#49)
Browse files Browse the repository at this point in the history
* Switch to ndnts-aux library
* Fix GitHub workflow

Fix: #45
  • Loading branch information
zjkmxy authored Jan 23, 2024
1 parent 7543cdc commit d58b365
Show file tree
Hide file tree
Showing 29 changed files with 3,150 additions and 7,617 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-firebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:
contents: read
pages: write
id-token: write
packages: read

# Allow one concurrent deployment
concurrency:
Expand All @@ -39,6 +40,9 @@ jobs:
with:
node-version: 21
cache: "pnpm"
- name: Login
run: |
pnpm set "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}"
- name: Install dependencies
run: pnpm install
- name: Build
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/lint-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
permissions:
checks: write
contents: read
packages: read

jobs:
run-linters:
Expand All @@ -30,6 +31,9 @@ jobs:
with:
node-version: 21
cache: "pnpm"
- name: Login
run: |
pnpm set "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}"
- name: Install dependencies
run: pnpm install
- name: Run linters
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@ucla-irl:registry=https://npm.pkg.github.com
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"editor.formatOnSave": false,
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.codeActionsOnSave": { "source.fixAll.eslint": true },
"editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" },
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
}
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@tiptap/extension-text-style": "^2.1.16",
"@tiptap/pm": "^2.1.16",
"@tiptap/starter-kit": "^2.1.16",
"@ucla-irl/ndnts-aux": "^1.0.7",
"codemirror": "^6.0.1",
"diff": "^5.1.0",
"event-iterator": "^2.0.0",
Expand All @@ -59,32 +60,32 @@
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.3",
"solid-codemirror": "^2.3.1",
"solid-js": "^1.8.11",
"solid-js": "^1.8.12",
"solid-tiptap": "^0.6.0",
"uuid": "^9.0.1",
"y-codemirror.next": "^0.3.2",
"yjs": "^13.6.10"
"yjs": "^13.6.11"
},
"devDependencies": {
"@suid/vite-plugin": "^0.1.5",
"@types/diff": "^5.0.9",
"@types/qrcode": "^1.5.5",
"@types/uuid": "^9.0.7",
"@types/wicg-file-system-access": "^2023.10.4",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-solid": "^0.13.1",
"peer": "^1.0.2",
"prettier": "^3.2.4",
"solid-devtools": "^0.29.2",
"solid-devtools": "^0.29.3",
"typescript": "^5.3.3",
"typescript-event-target": "^1.1.0",
"vite": "^5.0.12",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-solid": "^2.8.2",
"vite-plugin-solid": "^2.8.3",
"workbox-cacheable-response": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
Expand Down
Loading

0 comments on commit d58b365

Please sign in to comment.