Skip to content

Commit

Permalink
update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
willybrauner committed Feb 7, 2024
1 parent a56b180 commit 8775a82
Show file tree
Hide file tree
Showing 6 changed files with 1,503 additions and 1,037 deletions.
2,050 changes: 1,240 additions & 810 deletions apps/front/package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions apps/front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@cher-ami/css-flat": "^1.0.1",
"@cher-ami/debug": "^1.2.0",
"@cher-ami/router": "^3.4.0",
"@cher-ami/router": "^3.5.0",
"@cher-ami/utils": "^1.4.1",
"cross-fetch": "^4.0.0",
"history": "^5.3.0",
Expand All @@ -27,26 +27,26 @@
},
"devDependencies": {
"@cher-ami/mfs": "^0.2.0",
"@types/events": "^3.0.2",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-react-swc": "^3.4.1",
"autoprefixer": "^10.4.16",
"@types/events": "^3.0.3",
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-legacy": "^5.3.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.17",
"chalk": "^5.3.0",
"compression": "^1.7.4",
"express": "^4.18.2",
"husky": "^8.0.3",
"husky": "^9.0.10",
"ip": "^1.1.8",
"less": "^4.2.0",
"portfinder-sync": "^0.0.2",
"rollup-plugin-visualizer": "^5.9.2",
"terser": "^5.24.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-checker": "^0.6.2",
"vitest": "^0.34.6"
"rollup-plugin-visualizer": "^5.12.0",
"terser": "^5.27.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-checker": "^0.6.4",
"vitest": "^1.2.2"
},
"optionalDependencies": {
"esbuild-android-arm64": "^0.15.18",
Expand Down
2 changes: 1 addition & 1 deletion apps/front/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": true,
"skipLibCheck": false,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": false,
Expand Down
1 change: 1 addition & 0 deletions apps/front/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export default defineConfig(({ command, mode }: ConfigEnv): UserConfig => {
cors: true,
host: true,
port: process.env.PORT as any,
// @ts-ignore
https: protocol === "https",
origin: `${protocol}://${process.env.HOST}:${process.env.PORT}`,
watch: {
Expand Down
Loading

0 comments on commit 8775a82

Please sign in to comment.