Skip to content

Commit

Permalink
chore: update frourio and pathpida
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Feb 9, 2025
1 parent 45b75d8 commit 1cca7f0
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 34 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ npm-debug.log*
client/.next/
client/out/
client/api/*
client/common/*
**/*.css.d.ts*

# server
Expand Down
32 changes: 16 additions & 16 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@
"generate:aspida": "aspida",
"generate:openapi": "aspida2openapi -o public/docs/openapi.json",
"generate:path": "pathpida --ignorePath ../.gitignore -s",
"hcm": "hcm '**/*.module.css'",
"test": "vitest run",
"test:watch": "vitest",
"test:updateSnapshot": "vitest -u",
"typecheck": "npm run hcm && tsc --pretty --noEmit"
"typecheck": "hcm '**/*.module.css' && tsc --pretty --noEmit"
},
"dependencies": {
"@aspida/axios": "^1.14.0",
Expand All @@ -44,7 +43,7 @@
"aspida2openapi": "^0.5.0",
"happy-css-modules": "^3.2.0",
"notios": "^0.5.3",
"pathpida": "^0.23.0"
"pathpida": "^0.24.0"
},
"engines": {
"node": ">=20.0.0"
Expand Down
7 changes: 0 additions & 7 deletions client/vite.config.ts

This file was deleted.

14 changes: 7 additions & 7 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"esbuild": "^0.24.0",
"esbuild-node-externals": "^1.15.0",
"esbuild-register": "^3.6.0",
"frourio": "^1.3.0",
"frourio": "^1.3.1",
"inbucket-js-client": "^2.0.0",
"node-dev": "^8.0.0",
"notios": "^0.5.3",
Expand Down

0 comments on commit 1cca7f0

Please sign in to comment.