Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 8, 2024
1 parent 0539e5b commit 26f9dbd
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 14 deletions.
2 changes: 1 addition & 1 deletion interactive/package.json
Expand Up @@ -27,7 +27,7 @@
"p-limit": "^5.0.0",
"postcss-nested": "^6.0.1",
"prettier": "^2.8.8",
"shiki": "^1.4.0",
"shiki": "^1.5.0",
"theme-vitesse": "^0.7.9",
"unplugin-vue-markdown": "^0.26.2",
"vue": "^3.4.21"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -91,7 +91,7 @@
"eslint": "^9.2.0",
"eslint-plugin-antfu": "^2.2.0",
"esno": "^4.7.0",
"execa": "^8.0.1",
"execa": "^9.0.0",
"fast-glob": "^3.3.2",
"floating-vue": "2.0.0-beta.24",
"fs-extra": "^11.2.0",
Expand Down Expand Up @@ -134,16 +134,16 @@
"deep-equal": "npm:@nolyfill/deep-equal@latest",
"is-typed-array": "npm:@nolyfill/is-typed-array@latest",
"isarray": "npm:@nolyfill/isarray@latest",
"magic-string": "^0.30.10",
"nuxt": "^3.11.2",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.values": "npm:@nolyfill/object.values@latest",
"prettier": "^2.8.8",
"rollup": "^4.17.2",
"typedarray": "npm:@nolyfill/typedarray@latest",
"util.promisify": "npm:@nolyfill/util.promisify@latest",
"vite": "^5.2.11",
"which-typed-array": "npm:@nolyfill/which-typed-array@latest"
"which-typed-array": "npm:@nolyfill/which-typed-array@latest",
"magic-string": "^0.30.10",

Check failure on line 142 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in ascending order. 'magic-string' should be before 'which-typed-array'
"nuxt": "^3.11.2",
"prettier": "^2.8.8",
"rollup": "^4.17.2",
"vite": "^5.2.11"
}
},
"simple-git-hooks": {
Expand Down
117 changes: 111 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 26f9dbd

Please sign in to comment.