Skip to content

Commit

Permalink
chore(common): 봉사자, 보호소 프로젝트에서 vite-plugin 변경 중 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
DongjaJ authored Oct 30, 2023
1 parent 8189fa4 commit b9834d5
Show file tree
Hide file tree
Showing 8 changed files with 199 additions and 308 deletions.
2 changes: 1 addition & 1 deletion apps/shelter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react-swc": "^3.4.0",
"eslint": "^8.45.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/shelter/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import react from '@vitejs/plugin-react';
import react from '@vitejs/plugin-react-swc';
import { defineConfig } from 'vite';

// https://vitejs.dev/config/
Expand Down
2 changes: 1 addition & 1 deletion apps/volunteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react-swc": "^3.4.0",
"eslint": "^8.45.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/volunteer/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import react from '@vitejs/plugin-react';
import react from '@vitejs/plugin-react-swc';
import { defineConfig } from 'vite';

// https://vitejs.dev/config/
Expand Down
3 changes: 3 additions & 0 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.4.0"
}
}
3 changes: 3 additions & 0 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.4.0"
}
}
1 change: 1 addition & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.4.0",
"eslint": "^8.45.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
Expand Down
Loading

1 comment on commit b9834d5

@vercel
Copy link

@vercel vercel bot commented on b9834d5 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

anifriends-frontend-volunteer – ./apps/volunteer

anifriends-frontend-volunteer.vercel.app
anifriends-frontend-volunteer-dongja.vercel.app
anifriends-frontend-volunteer-git-main-dongja.vercel.app

Please sign in to comment.