Skip to content

Commit

Permalink
chore: upgrade all packages with pnpm (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
k2s authored Jul 27, 2023
1 parent 55c9b70 commit 21bf4d6
Show file tree
Hide file tree
Showing 4 changed files with 2,855 additions and 1,153 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,25 @@
},
"dependencies": {
"@logseq/libs": "^0.0.15",
"antd": "^4.18.9",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"antd": "^5.7.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^8.0.3",
"@types/node": "^18.15.12",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"@semantic-release/npm": "^10.0.4",
"@types/node": "^20.4.5",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vite-plugin-importer": "^0.2.5"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 21bf4d6

Please sign in to comment.