Skip to content

Commit

Permalink
fix: package should now work with Sanity Studio v2
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed May 31, 2023
1 parent 18fcd87 commit bee2567
Show file tree
Hide file tree
Showing 4 changed files with 1,201 additions and 605 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ jspm_packages

*.iml
.idea/

.yalc
yalc.lock
4 changes: 4 additions & 0 deletions package.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ export default defineConfig({
],
},

babel: {
plugins: ['@babel/plugin-proposal-object-rest-spread'],
},

tsconfig: 'tsconfig.dist.json',
})
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,10 @@
"@portabletext/types": "^2.0.2"
},
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@sanity/pkg-utils": "^2.2.13",
"@sanity/pkg-utils": "^2.2.16",
"@sanity/semantic-release-preset": "^4.1.0",
"@sanity/ui": "^1.3.1",
"@types/leaflet": "^1.9.3",
Expand Down
Loading

0 comments on commit bee2567

Please sign in to comment.