Skip to content

Commit

Permalink
Merge pull request #317 from steven-r/dev
Browse files Browse the repository at this point in the history
Merge from dev
  • Loading branch information
steven-r authored Aug 23, 2024
2 parents 99f0b66 + 2f79901 commit 25ca8e9
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 513 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,47 +23,47 @@
},
"homepage": "https://github.com/steven-r/mybook#readme",
"devDependencies": {
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3",
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@types/node": "20.16.1",
"@types/node-fetch": "2.6.11",
"@types/qs": "6.9.11",
"@types/qs": "6.9.15",
"@typescript-eslint/eslint-plugin": "8.2.0",
"@typescript-eslint/parser": "8.2.0",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.57.0",
"husky": "9.1.5",
"is-ci": "3.0.1",
"prettier": "3.2.4",
"prettier": "3.3.3",
"semantic-release": "24.1.0",
"ts-node": "10.9.2",
"vite": "5.4.2",
"vitest": "2.0.5"
},
"dependencies": {
"annotatedtext": "1.2.1",
"axios": "1.7.4",
"axios": "1.7.5",
"commander": "12.1.0",
"concurrent-queue": "7.0.2",
"find-up": "6.3.0",
"find-up": "7.0.0",
"mdast-util-directive": "3.0.0",
"micromark-extension-directive": "3.0.1",
"qs": "6.11.2",
"qs": "6.13.0",
"remark-directive": "3.0.0",
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.0",
"remark-parse": "11.0.0",
"typescript": "5.3.3",
"typescript": "5.5.4",
"vfile": "6.0.2",
"vfile-location": "5.0.3",
"vfile-reporter": "8.1.1",
"winston": "3.11.0"
"winston": "3.14.2"
},
"commitlint": {
"extends": [
Expand Down
Loading

0 comments on commit 25ca8e9

Please sign in to comment.