Skip to content

Commit caedcdf

Browse files
committed
chore: updated gh-actions versions
1 parent e104b9a commit caedcdf

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"type": "module",
77
"main": "./dist/npm/index.js",
88
"types": "./dist/npm/types.d.ts",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/ooxml-tools/cli"
12+
},
913
"bin": {
1014
"ooxml": "./dist/npm/bin/ooxml-cli.js"
1115
},
@@ -42,9 +46,9 @@
4246
},
4347
"dependencies": {
4448
"@ooxml-tools/file": "^0.6.0",
45-
"@ooxml-tools/render": "^0.4.0",
49+
"@ooxml-tools/render": "^0.5.1",
4650
"@ooxml-tools/units": "^0.4.6",
47-
"@ooxml-tools/validate": "^0.4.3",
51+
"@ooxml-tools/validate": "^0.4.4",
4852
"execa": "^9.3.0",
4953
"open": "^11.0.0",
5054
"yargs": "^18.0.0"

0 commit comments

Comments
 (0)