Skip to content

Commit

Permalink
fix: upgrade command
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Nov 19, 2021
1 parent 4134712 commit 7c6f0d2
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 1,255 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function success {

info "Updating packages..."

pnpm up
pnpm up --latest
pnpm i

git stage package.json
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,35 +69,35 @@
"*": "zx scripts/check.mjs"
},
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@rollup/plugin-beep": "^0.2.0",
"@rollup/plugin-commonjs": "21.0.0",
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-eslint": "^8.0.1",
"@rollup/plugin-node-resolve": "13.0.5",
"@rollup/plugin-node-resolve": "13.0.6",
"@rollup/plugin-strip": "^2.1.0",
"@swc-node/jest": "^1.4.1",
"@testing-library/dom": "^8.11.1",
"@types/glob": "^7.2.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.9",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/parser": "^5.4.0",
"benchmark": "^2.1.4",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"github-markdown-css": "^5.0.0",
"glob": "^7.2.0",
"husky": "^7.0.4",
"jest": "^27.3.1",
"lint-staged": "^11.2.6",
"lint-staged": "^12.0.3",
"lodash": "^4.17.21",
"ora": "^6.0.1",
"prettier": "^2.4.1",
"rollup": "2.58.0",
"rollup": "2.60.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^1.4.7",
"rollup-plugin-ts": "^2.0.4",
"simple-virtual-dom": "^0.1.10",
"snabbdom": "^3.1.0",
"ts-node": "^10.4.0",
Expand Down
Loading

0 comments on commit 7c6f0d2

Please sign in to comment.