Skip to content

Commit

Permalink
chore: move types deps to dev deps (#959)
Browse files Browse the repository at this point in the history
* chore: move types deps to dev deps

It move `@astrojs/check` to devDeps. Astro check is used at build-ci
script only.
It move `@types/*` to devDeps as in 95ca9aa the types check was
removed.

* Create light-meals-play.md

---------

Co-authored-by: David Boyne <[email protected]>
  • Loading branch information
carlosallexandre and boyney123 authored Nov 15, 2024
1 parent e9da0e6 commit 1c79a5f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-meals-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@eventcatalog/core": patch
---

chore(core): moved types deps to dev deps
33 changes: 21 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"format:diff": "prettier --config .prettierrc --list-different \"**/*.{js,jsx,ts,tsx,json,astro}\""
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^5.3.0",
"@astrojs/mdx": "^3.1.8",
"@astrojs/react": "^3.6.2",
Expand All @@ -49,12 +48,6 @@
"@stoplight/mosaic": "^1.53.2",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-table": "^8.17.3",
"@types/dagre": "^0.7.52",
"@types/diff": "^5.2.2",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.merge": "4.6.9",
"@types/node": "^20.14.2",
"@types/semver": "^7.5.8",
"astro": "^4.16.5",
"astro-expressive-code": "^0.36.1",
"astro-pagefind": "^1.6.0",
Expand Down Expand Up @@ -87,10 +80,17 @@
"uuid": "^10.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@changesets/cli": "^2.27.5",
"@playwright/test": "^1.48.1",
"@types/dagre": "^0.7.52",
"@types/diff": "^5.2.2",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.merge": "4.6.9",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/semver": "^7.5.8",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"tsup": "^8.1.0",
Expand Down

0 comments on commit 1c79a5f

Please sign in to comment.