Skip to content

Commit e45e98e

Browse files
authored
chore: fix security (#94)
1 parent 588ddb0 commit e45e98e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- run: bun scripts/deploy.ts
2121
- run: sleep 3s
2222
- run: |
23-
npx surge --project ./dist --domain tencent-tdesign-starter-cli.surge.sh --token ${{ secrets.TDESIGN_SURGE_TOKEN }}
23+
npx surge --project ./dist --domain tdesign-starter-cli.surge.sh --token ${{ secrets.TDESIGN_SURGE_TOKEN }}
2424
ls dist

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
"@rollup/plugin-terser": "^0.4.4",
3939
"@rollup/plugin-typescript": "^11.1.6",
4040
"@types/babel__core": "^7.20.5",
41+
"@types/node": "^22.1.0",
4142
"@types/shelljs": "^0.8.15",
4243
"@typescript-eslint/eslint-plugin": "7.7.0",
4344
"@typescript-eslint/parser": "7.7.0",
44-
"@types/node": "^22.1.0",
4545
"babel-loader": "9.1.3",
4646
"eslint": "^8.56.0",
4747
"prettier": "^3.2.5",
48-
"rollup": "4.14.3",
48+
"rollup": "^4.29.1",
4949
"rollup-plugin-copy": "3.5.0"
5050
},
5151
"dependencies": {

0 commit comments

Comments
 (0)