Skip to content

Commit

Permalink
chore: remove nightly release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Feb 20, 2024
1 parent f069dd8 commit 71fc6b0
Show file tree
Hide file tree
Showing 16 changed files with 1,651 additions and 1,873 deletions.
138 changes: 0 additions & 138 deletions .github/workflows/release-nightly.yml

This file was deleted.

4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@univerjs/shared": "workspace:*",
"esbuild": "^0.20.0",
"esbuild": "^0.20.1",
"esbuild-plugin-clean": "^1.0.1",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-style-plugin": "^1.6.3",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@storybook/react-vite": "^7.6.16",
"@storybook/testing-library": "^0.2.2",
"@types/node": "^20.11.19",
"@types/react": "^18.2.56",
"@typescript-eslint/parser": "^7.0.1",
"@types/react": "^18.2.57",
"@typescript-eslint/parser": "^7.0.2",
"@univerjs/design": "workspace:*",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
"rc-menu": "^9.12.4",
"rc-select": "^14.11.0",
"rc-tooltip": "^6.1.3",
"rc-util": "^5.38.1",
"rc-util": "^5.38.2",
"react-draggable": "^4.4.6",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
"@types/react": "^18.2.56",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@types/react-transition-group": "^4.4.10",
"@univerjs/shared": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/docs-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@
"@wendellhu/redi": "^0.13.0",
"react": ">=16.9.0"
},
"dependencies": {},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react": "^18.2.57",
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/docs": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/facade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"./*": "./src/*"
},
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"module": "./lib/es/index.js",
"types": "./lib/types/index.d.ts",
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/find-replace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"./*": "./src/*"
},
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"module": "./lib/es/index.js",
"types": "./lib/types/index.d.ts",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@univerjs/icons": "^0.1.28"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react": "^18.2.57",
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/shared": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/sheets-find-replace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@
"@wendellhu/redi": "^0.13.0",
"react": ">=16.9.0"
},
"dependencies": {},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react": "^18.2.57",
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/engine-render": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-formula/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@univerjs/icons": "^0.1.28"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react": "^18.2.57",
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/docs": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-numfmt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@univerjs/icons": "^0.1.28"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react": "^18.2.57",
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/engine-formula": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@univerjs/icons": "^0.1.28"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react": "^18.2.57",
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/docs": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-zen-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"./*": "./src/*"
},
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"module": "./lib/es/index.js",
"types": "./lib/types/index.d.ts",
"publishConfig": {
"access": "public",
Expand Down
3 changes: 1 addition & 2 deletions packages/slides-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@
"@wendellhu/redi": "^0.13.0",
"react": ">=16.9.0"
},
"dependencies": {},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react": "^18.2.57",
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/engine-render": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"@univerjs/icons": "^0.1.28",
"localforage": "^1.10.0",
"rc-notification": "^5.3.0",
"rc-util": "^5.38.1"
"rc-util": "^5.38.2"
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
"@types/react": "^18.2.56",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@types/react-transition-group": "^4.4.10",
"@univerjs/core": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/uniscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@
"react": ">=16.9.0",
"rxjs": ">=7.0.0"
},
"dependencies": {},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react": "^18.2.57",
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/facade": "workspace:*",
Expand Down

0 comments on commit 71fc6b0

Please sign in to comment.