Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUltDev committed May 6, 2024
1 parent 1236985 commit 4af62da
Show file tree
Hide file tree
Showing 10 changed files with 826 additions and 2,626 deletions.
10 changes: 5 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"@lingui/macro": "^4.10.0",
"@lingui/react": "^4.10.0",
"design": "workspace:*",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-exo": "workspace:*",
"react-native": "^0.73.0",
"react-native-web": "^0.19.10",
"react-native-svg": "^15.1.0",
"react-redux": "^9.1.1",
"react-redux": "^9.1.2",
"vite-plugin-node-polyfills": "^0.21.0"
},
"devDependencies": {
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"config": "workspace:*",
"typescript": "^5.3.2",
"web": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
"@lingui/core": "^4.10.0",
"@lingui/macro": "^4.10.0",
"@lingui/react": "^4.10.0",
"react": "18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-exo": "workspace:*",
"react-native": "^0.73.6",
"react-native-svg": "^15.1.0",
"react-native-unistyles": "^2.7.1",
"react-native-web": "^0.19.10",
"react-redux": "^9.1.1",
"react-redux": "^9.1.2",
"vite-plugin-node-polyfills": "^0.21.0"
},
"devDependencies": {
"@storybook/react": "^8.0.8",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"config": "workspace:*",
"typescript": "^5.3.2",
"web": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"idb-keyval": "^6.2.1",
"react-content-loader": "^7.0.0",
"react-hook-form": "^7.51.3",
"react-redux": "^9.1.1",
"react-redux": "^9.1.2",
"react-router": "^6.22.3",
"redux": "^5.0.1",
"redux-first-history": "^5.2.0",
Expand All @@ -201,8 +201,8 @@
"@react-native-picker/picker": "^2.7.5",
"@storybook/react": "^8.0.8",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-native-video": "^5.0.20",
"config": "workspace:*",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"scripts": {
"start": "conc -c 'auto' 'pnpm:*-dev'",
"build": "conc -c 'gray,gray,green,yellow,magenta,blue,gray' -g 'pnpm:*-build'",
"build": "conc -c 'gray,gray,auto' -g 'pnpm:*-build'",
"generate": "pnpm toolkit-cfg-build && pnpm translate-build && pnpm toolkit-web-build && pnpm library-build && pnpm design-build",

"toolkit-cfg-dev": "pnpm --filter ./toolkit/config dev",
Expand Down
Loading

0 comments on commit 4af62da

Please sign in to comment.