Skip to content

Commit

Permalink
app v1.0.6: upgraded vite and ts, pushes modus slim to trellis
Browse files Browse the repository at this point in the history
  • Loading branch information
aultac committed Mar 30, 2024
1 parent 537a2fc commit e5bc8a0
Show file tree
Hide file tree
Showing 5 changed files with 1,056 additions and 775 deletions.
34 changes: 17 additions & 17 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "app",
"private": true,
"version": "1.0.4",
"version": "1.0.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,35 +11,35 @@
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@modusjs/convert": "workspace:^",
"@modusjs/industry": "workspace:^",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.128",
"@mui/material": "^5.12.2",
"@mui/utils": "^5.15.11",
"@mui/icons-material": "^5.15.14",
"@mui/lab": "^5.0.0-alpha.169",
"@mui/material": "^5.15.14",
"@mui/utils": "^5.15.14",
"@oada/client": "^5.0.0",
"@oada/list-lib": "^5.0.1",
"debug": "^4.3.4",
"jsonpath": "^1.1.1",
"md5": "^2.3.0",
"mobx": "^6.7.0",
"mobx-react-lite": "^3.4.0",
"mobx": "^6.12.3",
"mobx-react-lite": "^4.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/jsonpath": "^0.2.0",
"@types/debug": "^4.1.12",
"@types/jsonpath": "^0.2.4",
"@types/md5": "^2",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/sha.js": "^2",
"@vitejs/plugin-react": "^2.1.0",
"gh-pages": "^4.0.0",
"prettier": "^3.1.0",
"typescript": "^4.8.3",
"vite": "^3.1.8"
"@vitejs/plugin-react": "^4.2.1",
"gh-pages": "^6.1.1",
"prettier": "^3.2.5",
"typescript": "^5.4.3",
"vite": "^5.2.7"
}
}
}
4 changes: 4 additions & 0 deletions app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ export default defineConfig({
plugins: [react()],
build: {
target,
/*
rollupOptions: {
external: [ '#file-type', '#fetch', '#event-iterator' ]
}*/
},
optimizeDeps: {
esbuildOptions: {
Expand Down
2 changes: 1 addition & 1 deletion convert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@
"wicket": "^1.3.8",
"xlsx": "^0.18.5"
}
}
}
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
"json-pointer": "^0.6.2",
"typescript": "^5.4.3"
}
}
}
Loading

0 comments on commit e5bc8a0

Please sign in to comment.