Skip to content

Commit

Permalink
Move all deps to devDeps (#204)
Browse files Browse the repository at this point in the history
* Move all deps to devDeps

* rename deployment to publishing in readme

* update changelog
  • Loading branch information
iamdevlinph authored Dec 5, 2024
1 parent 27bea75 commit 9772789
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default expects(
)
```

# Deployment
# Publishing

### Publish to NPM

Expand Down
3 changes: 3 additions & 0 deletions docs-md/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ id: changelog

# Changelog

##### 4.1.4

- Moved all deps to devdeps

##### 4.1.3

Expand Down
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,35 +49,34 @@
"docusaurus:write-translations": "docusaurus write-translations",
"docusaurus:write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@mdx-js/react": "3.0.0",
"clsx": "2.0.0",
"lz-string": "1.4.4",
"prism-react-renderer": "2.3.0",
"react": "18.0.0",
"react-dom": "18.0.0"
},
"dependencies": {},
"devDependencies": {
"@docusaurus/core": "3.1.1",
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@docusaurus/tsconfig": "3.1.1",
"@docusaurus/types": "3.1.1",
"@mdx-js/react": "3.0.0",
"@types/jest": "^29.0.3",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"clsx": "2.0.0",
"documentation": "13.2.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-simple-import-sort": "8.0.0",
"eslint": "8.57.0",
"http-server": "14.1.1",
"husky": "8.0.1",
"jest": "^29.0.3",
"lint-staged": "13.0.3",
"lz-string": "1.4.4",
"mock-local-storage": "1.1.23",
"prettier": "3.2.5",
"prism-react-renderer": "2.3.0",
"react-dom": "18.0.0",
"react": "18.0.0",
"shell-quote": "1.7.3",
"ts-jest": "^29.1.2",
"typescript": "5.2.2"
Expand Down

0 comments on commit 9772789

Please sign in to comment.