Skip to content

Commit 9099573

Browse files
committed
Update to 3.3.151
1 parent bbf973a commit 9099573

5 files changed

Lines changed: 825 additions & 929 deletions

File tree

.github/workflows/deploy-on-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
- name: Setup Node.js
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: '20'
33+
node-version: '22'
3434

3535
- name: Install dependencies
36-
run: npm i
36+
run: npm set legacy-peer-deps=true && npm i
3737

3838
- name: Build project
3939
run: npm run b

build/vite/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const staticPaths = [
4040
}
4141
]
4242

43-
const devPort = env.DEV_PORT || 5570
43+
const devPort = env.DEV_PORT || 5580
4444
const devHost = env.DEV_HOST || '127.0.0.1'
4545
const h = `http://${devHost}:${devPort}`
4646

build/vite/conf.js

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -63,39 +63,6 @@ export default defineConfig({
6363
'@rc-component/mutate-observer',
6464
'@rc-component/tour',
6565
'@rc-component/trigger',
66-
'copy-to-clipboard',
67-
'rc-cascader',
68-
'rc-checkbox',
69-
'rc-collapse',
70-
'rc-dialog',
71-
'rc-drawer',
72-
'rc-dropdown',
73-
'rc-field-form',
74-
'rc-image',
75-
'rc-input',
76-
'rc-input-number',
77-
'rc-mentions',
78-
'rc-menu',
79-
'rc-motion',
80-
'rc-notification',
81-
'rc-pagination',
82-
'rc-picker',
83-
'rc-progress',
84-
'rc-rate',
85-
'rc-resize-observer',
86-
'rc-segmented',
87-
'rc-select',
88-
'rc-slider',
89-
'rc-steps',
90-
'rc-switch',
91-
'rc-table',
92-
'rc-tabs',
93-
'rc-textarea',
94-
'rc-tooltip',
95-
'rc-tree',
96-
'rc-tree-select',
97-
'rc-upload',
98-
'rc-util',
9966
'scroll-into-view-if-needed',
10067
'throttle-debounce'
10168
],

0 commit comments

Comments
 (0)