Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed May 22, 2024
1 parent 4b210f7 commit 24b6434
Show file tree
Hide file tree
Showing 4 changed files with 707 additions and 446 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.12.1",
"private": true,
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"license": "MIT",
"scripts": {
"cli": "JITI_ESM_RESOLVE=1 node packages/cli/dist/cli.mjs",
Expand All @@ -22,10 +22,10 @@
"docs:serve": "npm -C docs run serve"
},
"devDependencies": {
"@antfu/eslint-config": "2.15.0",
"@antfu/eslint-config": "2.18.1",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"typescript": "5.4.5",
"eslint": "^9.3.0",
"typescript": "5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.2.11",
"vitest": "^1.6.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"build": "vite build --mode production"
},
"dependencies": {
"@headlessui/vue": "^1.7.21",
"@headlessui/vue": "^1.7.22",
"dayjs": "^1.11.11",
"defu": "^6.1.4",
"fuse.js": "^7.0.0",
"lightweight-charts": "^4.1.3",
"lightweight-charts": "^4.1.4",
"lodash-es": "^4.17.21",
"ufo": "^1.5.3",
"vue": "^3.4.27"
Expand All @@ -42,8 +42,8 @@
"@iconify-json/mdi": "latest",
"@iconify-json/simple-line-icons": "latest",
"@iconify-json/vscode-icons": "latest",
"@types/lodash": "^4.17.1",
"@types/three": "^0.164.0",
"@types/lodash": "^4.17.4",
"@types/three": "^0.164.1",
"@unlighthouse/core": "workspace:../core",
"@vitejs/plugin-vue": "2.3.4",
"@vue/compiler-sfc": "^3.4.27",
Expand All @@ -53,7 +53,7 @@
"three": "0.138.3",
"troisjs": "^0.3.4",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "2.9.17",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@unrouted/plugins": "^0.6.0",
"@unrouted/preset-api": "^0.6.0",
"@unrouted/preset-node": "^0.6.0",
"axios": "^1.6.8",
"axios": "^1.7.2",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"cheerio": "1.0.0-rc.12",
Expand All @@ -72,13 +72,13 @@
"ofetch": "^1.3.4",
"pathe": "^1.1.2",
"puppeteer-cluster": "^0.24.0",
"puppeteer-core": "^22.8.0",
"puppeteer-core": "^22.9.0",
"regexparam": "^3.0.0",
"sanitize-filename": "^1.6.3",
"sitemapper": "^3.2.8",
"slugify": "^1.6.6",
"ufo": "^1.5.3",
"unconfig": "^0.3.13",
"unconfig": "^0.4.1",
"unctx": "^2.3.1",
"wrap-ansi": "^9.0.0",
"ws": "^8.17.0"
Expand Down
Loading

0 comments on commit 24b6434

Please sign in to comment.