Skip to content

Commit

Permalink
update build tool
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWangJustToDo committed Dec 14, 2023
1 parent 8e44386 commit 38109b0
Show file tree
Hide file tree
Showing 23 changed files with 2,049 additions and 3,063 deletions.
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"packageManager": "[email protected]",
"scripts": {
"dev:packages": "ts-node ./scripts/rollupWatch.ts",
"dev:ui": "cd packages/ui && pnpm run dev",
"build:packages": "ts-node ./scripts/rollupBuild.ts",
"build:type-gen": "cd packages/r-store && pnpm run type-gen",
"build:type-copy": "ts-node ./scripts/clearTemp.ts",
Expand All @@ -30,25 +29,25 @@
}
},
"devDependencies": {
"@algolia/client-search": "^4.15.0",
"@swc/core": "^1.3.80",
"@types/lodash": "^4.14.197",
"@types/node": "^20.3.7",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"eslint": "^8.48.0",
"@algolia/client-search": "^4.21.1",
"@swc/core": "^1.3.100",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"eslint": "^8.55.0",
"husky": "^8.0.2",
"lodash": "^4.17.21",
"prettier": "^3.0.3",
"prettier": "^3.1.1",
"project-tool": "git+ssh://[email protected]:MrWangJustToDo/project-tool.git",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reactivity-store": "workspaces: *",
"search-insights": "^2.6.0",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^4.7.4",
"vitepress": "1.0.0-rc.24",
"vue": "^3.3.4"
"search-insights": "^2.13.0",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vitepress": "1.0.0-rc.31",
"vue": "^3.3.11"
}
}
2 changes: 1 addition & 1 deletion packages/r-store/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export declare type UseSelectorWithStore<T> = {
/**
* @public
*/
export declare const version = "0.3.0";
export declare const version: string;

/**
* @public
Expand Down
1 change: 0 additions & 1 deletion packages/r-store/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"compilerOptions": {
"rootDir": "src",
"target": "ES6",
"moduleResolution": "node",
"jsx": "react-jsx",
Expand Down
3 changes: 0 additions & 3 deletions packages/ui/.eslintrc.json

This file was deleted.

35 changes: 0 additions & 35 deletions packages/ui/.gitignore

This file was deleted.

38 changes: 0 additions & 38 deletions packages/ui/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/ui/next.config.js

This file was deleted.

26 changes: 0 additions & 26 deletions packages/ui/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions packages/ui/postcss.config.js

This file was deleted.

Binary file removed packages/ui/public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion packages/ui/public/next.svg

This file was deleted.

1 change: 0 additions & 1 deletion packages/ui/public/vercel.svg

This file was deleted.

43 changes: 0 additions & 43 deletions packages/ui/src/hooks/useCount.ts

This file was deleted.

28 changes: 0 additions & 28 deletions packages/ui/src/hooks/usePosition.ts

This file was deleted.

6 changes: 0 additions & 6 deletions packages/ui/src/pages/_app.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions packages/ui/src/pages/_document.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions packages/ui/src/pages/api/hello.ts

This file was deleted.

Loading

0 comments on commit 38109b0

Please sign in to comment.