Skip to content

Commit

Permalink
feat: x
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jul 11, 2024
1 parent 5ab1ad4 commit 9750930
Show file tree
Hide file tree
Showing 9 changed files with 1,652 additions and 826 deletions.
4 changes: 2 additions & 2 deletions apps/astro-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.11.3",
"@astrojs/check": "^0.7.0",
"@astrojs/check": "^0.8.1",
"astro": "^4.11.5",
"typescript": "^5.5.3"
}
}
8 changes: 4 additions & 4 deletions apps/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint": "^9.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-react-refresh": "^0.4.8",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/shell-vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
"vue-tsc": "^2.0.26"
}
}
5 changes: 2 additions & 3 deletions apps/shell-vue-app/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

<template>
<div>
<WujieVue width="100%" height="100%" name="xxx0" url="//localhost:8082/" :sync="true"></WujieVue>
<WujieVue width="100%" height="100%" name="xxx1" url="//localhost:8083/" :sync="true"></WujieVue>
<WujieVue width="100%" height="100%" name="xxx2" url="//localhost:8084/" :sync="true"></WujieVue>
<WujieVue width="100%" height="100%" name="aaa" url="//localhost:9000/" :sync="true"></WujieVue>
<WujieVue width="100%" height="100%" name="bbb" url="//localhost:3000/" :sync="true"></WujieVue>
</div>
</template>

Expand Down
6 changes: 3 additions & 3 deletions apps/shell-vue-app/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"noEmit": true
"noEmit": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
},
"include": ["vite.config.ts"]
}
2 changes: 1 addition & 1 deletion apps/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
"vue-tsc": "^2.0.26"
}
}
6 changes: 3 additions & 3 deletions apps/vue2-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"vue-router": "3"
},
"devDependencies": {
"@icebreakers/eslint-config": "^0.3.10",
"@icebreakers/eslint-config": "^0.3.12",
"@vitejs/plugin-vue2": "^2.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^9.6.0",
"postcss": "^8.4.39",
"sass": "^1.77.6",
"sass": "^1.77.7",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vue-tsc": "^2.0.24"
"vue-tsc": "^2.0.26"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/prompt-cli": "^19.3.1",
"@commitlint/types": "^19.0.3",
"@icebreakers/eslint-config": "^0.3.10",
"@icebreakers/eslint-config": "^0.3.12",
"@types/lodash": "^4.17.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.9",
"@vitest/coverage-v8": "^1.6.0",
"@types/node": "^20.14.10",
"@vitest/coverage-v8": "^2.0.2",
"eslint": "^9.6.0",
"husky": "^9.0.11",
"lodash": "^4.17.21",
Expand All @@ -48,7 +48,7 @@
"turbo": "^2.0.6",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"vitest": "^1.6.0"
"vitest": "^2.0.2"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 9750930

Please sign in to comment.