Skip to content

Commit

Permalink
chore(deps): mv marked-sequential-hooks to the root project
Browse files Browse the repository at this point in the history
  • Loading branch information
bent10 committed Oct 19, 2023
1 parent 86c6b85 commit 7418f11
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 46 deletions.
51 changes: 14 additions & 37 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@types/react-dom": "^18.2.13",
"doogu": "^3.2.7",
"marked": "^9.1.2",
"marked-sequential-hooks": "^0.0.0-development",
"moo": "^0.5.2",
"prettier-plugin-svelte": "^3.0.3",
"pupa": "^3.1.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/hook-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@
"fast-glob": "^3.3.1",
"loadee": "^2.2.0"
},
"devDependencies": {
"marked-sequential-hooks": "^1.1.0"
},
"peerDependencies": {
"marked": ">=7.0.0",
"marked-sequential-hooks": ">=1.0.0"
Expand Down
3 changes: 0 additions & 3 deletions packages/hook-frontmatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
"@types/js-yaml": "^4.0.6",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"marked-sequential-hooks": "^1.1.0"
},
"peerDependencies": {
"marked": ">=7.0.0",
"marked-sequential-hooks": ">=1.0.0"
Expand Down
3 changes: 0 additions & 3 deletions packages/hook-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
"lint": "tsc --noEmit && eslint . --cache --cache-location ../../node_modules/.eslint",
"format": "prettier . --write --cache-location ../../node_modules/.prettier --ignore-path ../../.prettierignore"
},
"devDependencies": {
"marked-sequential-hooks": "^1.1.0"
},
"peerDependencies": {
"marked": ">=7.0.0",
"marked-sequential-hooks": ">=1.0.0"
Expand Down

0 comments on commit 7418f11

Please sign in to comment.