Skip to content

Commit

Permalink
refactor: update node modules (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixmen authored Dec 20, 2024
1 parent 5d6a6ed commit 3061bd4
Show file tree
Hide file tree
Showing 100 changed files with 11,995 additions and 19,693 deletions.
21 changes: 19 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
cache: npm

- name: Install packages
Expand All @@ -56,4 +56,21 @@ jobs:
(cd packages/graphql ; npm install)
- name: Run test
run: ./node_modules/.bin/lerna run test
run: |
(cd packages/cormo ; npm run test:cov)
(cd packages/graphql ; npm run test:cov)
- name: Check file changes
run: |
(cd packages/cormo ; npm run build)
(cd packages/graphql ; npm run build)
npx prettier --version
npx prettier --check . || exit 100
git status --short
git diff
git diff --quiet
- name: Coveralls
uses: coverallsapp/github-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
lib-cov
cov.html
.DS_Store
test.sqlite3
*.tsbuildinfo
coverage
6,817 changes: 4,947 additions & 1,870 deletions doc/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@docusaurus/core": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@mdx-js/react": "^3.1.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.0",
"prism-react-renderer": "^2.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"@docusaurus/types": "^3.5.2",
"typescript": "^5.6.3"
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/tsconfig": "^3.6.3",
"@docusaurus/types": "^3.6.3",
"typescript": "^5.7.2"
},
"browserslist": {
"production": [
Expand Down
4 changes: 0 additions & 4 deletions lerna.json

This file was deleted.

Loading

0 comments on commit 3061bd4

Please sign in to comment.