Skip to content

Commit

Permalink
Move deps to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jamdelion committed Oct 16, 2024
1 parent 0c89e4c commit 00ae978
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 14 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"dependencies": {
"@stoplight/json-schema-viewer": "^4.16.1",
"@stoplight/mosaic": "^1.53.4",
"@types/prismjs": "^1.26.4",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite-plugin-commonjs": "^0.10.3"
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/prismjs": "^1.26.4",
"@eslint/js": "^9.11.1",
"vite-plugin-commonjs": "^0.10.3",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
Expand Down
41 changes: 30 additions & 11 deletions docs/pnpm-lock.yaml

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

0 comments on commit 00ae978

Please sign in to comment.