Skip to content

Commit

Permalink
chore(deps): update @sanity/pkg-utils to v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Apr 18, 2024
1 parent d075141 commit 1f64537
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 209 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/types",
"version": "2.0.13",
"version": "2.0.14-canary.0",
"description": "Shared TypeScript definitions for core Portable Text data structures",
"keywords": [
"portable-text"
Expand Down Expand Up @@ -34,14 +34,11 @@
"src"
],
"scripts": {
"build": "run-s clean pkg:build pkg:check",
"clean": "rimraf dist",
"build": "pkg-utils build --strict --check --clean",
"docs:build": "typedoc",
"format": "prettier --write --cache --ignore-unknown .",
"lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx",
"node:test": "node test/test.js",
"pkg:build": "pkg-utils build --strict",
"pkg:check": "pkg-utils --strict",
"prepare": "husky install",
"prepublishOnly": "run-s build test",
"test": "run-s lint build node:test"
Expand Down Expand Up @@ -86,7 +83,7 @@
"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@sanity/pkg-utils": "^6.6.5",
"@sanity/pkg-utils": "6.7.0",
"@types/babel__core": "^7.20.5",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
Expand All @@ -99,9 +96,8 @@
"npm-run-all2": "^5.0.2",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.5.0",
"rimraf": "^5.0.1",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
"typescript": "5.4.5"
},
"packageManager": "pnpm@8.15.7",
"engines": {
Expand Down
Loading

0 comments on commit 1f64537

Please sign in to comment.