Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"scripts": {
"docusaurus": "docusaurus",
"dev": "docusaurus start --port 8080",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
Expand All @@ -11,8 +12,7 @@
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc",
"dev": "docusaurus start"
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "2.0.1",
Expand Down
5 changes: 2 additions & 3 deletions examples/vanilla-extract-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"preview": "vite preview"
},
"dependencies": {
"@hover-design/react": "*",
"@vanilla-extract/css": "^1.6.8",
"@vanilla-extract/vite-plugin": "^3.1.2",
"polished": "^4.1.3",
Expand All @@ -17,8 +16,8 @@
"@hover-design/react": "*"
},
"devDependencies": {
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^1.0.7",
"typescript": "^4.4.4",
"vite": "^2.7.2"
Expand Down
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"devDependencies": {
"@types/node": "^17.0.21",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^1.0.0",
"nodemon": "^2.0.18",
"typescript": "^4.3.2",
Expand Down
Loading