Skip to content

Commit

Permalink
Clean up errant dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Oct 17, 2024
1 parent 101db7c commit 5e8b016
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
7 changes: 1 addition & 6 deletions javascript-modules/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@11ty/eleventy": "3.0.0",
"@astrojs/mdx": "3.1.7",
"@bookshop/builder": "3.10.1",
"@bookshop/helpers": "3.10.1",
"@codemirror/basic-setup": "^0.18.2",
Expand All @@ -41,8 +39,6 @@
"@codemirror/view": "^0.18.19",
"@ltd/j-toml": "^1.30.0",
"@material-design-icons/svg": "^0.2.7",
"@sveltejs/adapter-static": "^0.0.17",
"astro": "4.15.12",
"commander": "^8.1.0",
"esbuild": "^0.13.10",
"esbuild-svelte": "^0.8.2",
Expand All @@ -51,10 +47,9 @@
"fast-glob": "^3.2.7",
"js-yaml": "^4.1.0",
"normalize-path": "^3.0.0",
"puppeteer": "23.5.1",
"svelte": "^4.2.19"
},
"engines": {
"node": ">=14.16"
}
}
}
3 changes: 1 addition & 2 deletions javascript-modules/engines/astro-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"esbuild-sass-plugin": "^2.13.0",
"postcss": "^8.4.29",
"postcss-modules": "^6.0.0",
"svelte": "4.2.19",
"vite": "^4.2.1"
},
"peerDependencies": {
Expand All @@ -49,4 +48,4 @@
"engines": {
"node": ">=14.16"
}
}
}
6 changes: 1 addition & 5 deletions javascript-modules/engines/svelte-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,11 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@11ty/eleventy": "3.0.0",
"@sveltejs/adapter-static": "^0.0.17",
"astro": "4.15.12",
"esbuild": "^0.13.10",
"esbuild-svelte": "^0.8.2",
"express": "^4.21.0",
"svelte": "^4.2.19"
},
"engines": {
"node": ">=14.16"
}
}
}

0 comments on commit 5e8b016

Please sign in to comment.