Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sroussey committed Apr 7, 2024
1 parent d65b095 commit 210ead1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"watch-types": "tsc --watch --preserveWatchOutput",
"build": "bun run build-clean && bun run build-types && bun run build-browser && bun run build-server-bun && bun run build-types-map",
"build-clean": "rm -fr dist/* tsconfig.tsbuildinfo",
"build-browser": "bun build --target=browser --minify-whitespace --minify-syntax --sourcemap=external --external @sroussey/transformers --outdir ./dist ./src/browser*.ts",
"build-server-bun": "bun build --target=bun --minify-whitespace --minify-syntax --sourcemap=external --external @sroussey/transformers --outdir ./dist ./src/server*.ts",
"build-browser": "bun build --target=browser --sourcemap=external --external @sroussey/transformers --outdir ./dist ./src/browser*.ts",
"build-server-bun": "bun build --target=bun --sourcemap=external --external @sroussey/transformers --outdir ./dist ./src/server*.ts",
"build-types": "tsc",
"build-types-map": "tsc --declarationMap",
"test": "bun test"
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
},
"devDependencies": {
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"tailwindcss": "3.4.3",
"postcss": "8.4.38",
Expand Down

0 comments on commit 210ead1

Please sign in to comment.