Skip to content

Commit

Permalink
simplify storyblok devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
sethidden committed Apr 18, 2024
1 parent adb80af commit 70ab561
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1,603 deletions.
14 changes: 1 addition & 13 deletions packages/storyblok/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,8 @@
"tslib": "^2.3.1"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@vue-storefront/eslint-config-integrations": "^0.0.19",
"@vue-storefront/integrations-tsconfig": "^0.0.4",
"@vue-storefront/rollup-config": "^0.0.6",
"@vue/eslint-config-typescript": "^7.0.0",
"@jest/globals": "^27.2.5",
"husky": "^8.0.3",
"jest": "^27.2.5",
"lint-staged": "^11.2.3",
"prettier": "^2.4.1",
"ts-jest": "^29.1.0"
"@jest/globals": "^27.2.5"
},
"peerDependencies": {
"@storyblok/vue-2": "^3.0.17"
Expand Down
10 changes: 2 additions & 8 deletions packages/storyblok/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ const config = {
],
external: [...Object.keys(pkg.dependencies || {})],
plugins: [
typescript({
// eslint-disable-next-line global-require
typescript: require('typescript')
})
typescript()
]
};
const server = {
Expand All @@ -37,10 +34,7 @@ const server = {
...Object.keys(pkg.peerDependencies || {})
],
plugins: [
typescript({
// eslint-disable-next-line global-require
typescript: require('typescript')
})
typescript()
]
};

Expand Down
Loading

0 comments on commit 70ab561

Please sign in to comment.