Skip to content

Commit

Permalink
chore: pnpm v9, fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed May 1, 2024
1 parent 1109828 commit 03b9fcb
Show file tree
Hide file tree
Showing 4 changed files with 1,689 additions and 1,428 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:

- uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"

- name: install
Expand Down Expand Up @@ -51,11 +51,11 @@ jobs:

- uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"

- name: install
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,24 @@
"test:ci": "vitest run --coverage --reporter=default --reporter=junit --outputFile=./junit.xml"
},
"dependencies": {
"mathjs": "^12.4.1",
"mathjs": "^12.4.2",
"ts-gaussian": "^3.0.4",
"uuid": "^9.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@ctrl/eslint-config-biome": "2.4.1",
"@biomejs/biome": "1.7.2",
"@ctrl/eslint-config-biome": "2.6.7",
"@sindresorhus/tsconfig": "5.0.0",
"@types/benchmark": "2.1.5",
"@types/lodash": "4.17.0",
"@types/node": "20.12.6",
"@types/node": "20.12.7",
"@types/uuid": "9.0.8",
"@vitest/coverage-v8": "1.4.0",
"@vitest/coverage-v8": "1.5.3",
"benchmark": "2.1.4",
"lodash": "4.17.21",
"typedoc": "0.25.13",
"typescript": "5.4.4",
"vitest": "1.4.0"
"typescript": "5.4.5",
"vitest": "1.5.3"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 03b9fcb

Please sign in to comment.