Skip to content

Commit 9c72df8

Browse files
chore(deps): update non-major (#102)
* chore(deps): update non-major * Update package.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Olsen <81981+stipsan@users.noreply.github.com>
1 parent 44acad2 commit 9c72df8

File tree

2 files changed

+78
-79
lines changed

2 files changed

+78
-79
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
},
2929
"main": "./dist/pt-to-html.js",
3030
"module": "./dist/pt-to-html.mjs",
31-
"source": "./src/index.ts",
3231
"types": "./dist/pt-to-html.d.ts",
3332
"files": [
3433
"dist",
@@ -103,7 +102,7 @@
103102
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
104103
"@commitlint/cli": "^19.2.1",
105104
"@commitlint/config-conventional": "^19.1.0",
106-
"@sanity/pkg-utils": "^6.0.2",
105+
"@sanity/pkg-utils": "^6.4.1",
107106
"@types/tap": "^15.0.11",
108107
"@typescript-eslint/eslint-plugin": "^7.6.0",
109108
"@typescript-eslint/parser": "^7.6.0",
@@ -121,7 +120,7 @@
121120
"rimraf": "^4.4.1",
122121
"tap": "^16.3.10",
123122
"typedoc": "^0.25.13",
124-
"typescript": "^5.4.2"
123+
"typescript": "^5.4.5"
125124
},
126125
"packageManager": "pnpm@8.15.6",
127126
"engines": {

0 commit comments

Comments
 (0)