Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 15, 2022
1 parent ec37655 commit 1a3cae1
Show file tree
Hide file tree
Showing 8 changed files with 891 additions and 1,562 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ignore-workspace-root-check=true
strict-peer-dependencies=false
auto-install-peers=true
registry=https://registry.npmjs.org/
3 changes: 2 additions & 1 deletion .tazerc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"pretty-format",
"pathe",
"codemirror",
"esno"
"esno",
"rollup"
]
}
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@
"ui:test": "npm -C packages/ui run test:run"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@antfu/eslint-config": "^0.26.1",
"@antfu/ni": "^0.17.2",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.182",
"@types/node": "^18.0.4",
"@types/node": "^18.7.3",
"@types/ws": "^8.5.3",
"@vitest/browser": "workspace:*",
"@vitest/ui": "workspace:*",
"bumpp": "^8.2.1",
"c8": "^7.12.0",
"cross-env": "^7.0.3",
"esbuild": "~0.14.53",
"eslint": "^8.21.0",
"esbuild": "~0.14.54",
"eslint": "^8.22.0",
"esno": "^0.14.1",
"fast-glob": "^3.2.11",
"if-node-version": "^1.1.1",
Expand All @@ -59,9 +59,9 @@
"pathe": "^0.2.0",
"pnpm": "7.9.0",
"rimraf": "^3.0.2",
"rollup": "^2.77.2",
"rollup": "^2.77.3",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-esbuild": "^4.9.3",
"rollup-plugin-license": "^2.8.1",
"simple-git-hooks": "^2.8.0",
"typescript": "^4.7.4",
Expand All @@ -73,7 +73,8 @@
"overrides": {
"esbuild": "^0.14.47",
"vitest>vite": "^3.0.4",
"vitest": "workspace:*"
"vitest": "workspace:*",
"rollup": "~2.77.3"
}
},
"simple-git-hooks": {
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"local-pkg": "^0.4.2",
"mlly": "^0.5.7",
"modern-node-polyfills": "^0.0.8",
"mlly": "^0.5.12",
"modern-node-polyfills": "0.0.9",
"rollup-plugin-node-polyfills": "^0.2.1",
"sirv": "^2.0.2"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"sirv": "^2.0.2"
},
"devDependencies": {
"@faker-js/faker": "^7.3.0",
"@faker-js/faker": "^7.4.0",
"@testing-library/cypress": "^8.0.3",
"@types/codemirror": "^5.60.5",
"@types/d3-force": "^3.0.3",
"@types/d3-selection": "^3.0.3",
"@types/ws": "^8.5.3",
"@unocss/reset": "^0.45.5",
"@vitejs/plugin-vue": "^3.0.1",
"@unocss/reset": "^0.45.6",
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@vitest/ws-client": "workspace:*",
"@vueuse/core": "^9.1.0",
Expand All @@ -54,15 +54,15 @@
"codemirror": "^5.65.7",
"codemirror-theme-vars": "^0.1.1",
"cypress": "^10.4.0",
"d3-graph-controller": "^2.2.53",
"d3-graph-controller": "^2.2.55",
"flatted": "^3.2.6",
"floating-vue": "^2.0.0-y.0",
"picocolors": "^1.0.0",
"rollup": "^2.77.2",
"splitpanes": "^3.1.1",
"unocss": "^0.45.5",
"unocss": "^0.45.6",
"unplugin-auto-import": "^0.11.1",
"unplugin-vue-components": "^0.22.0",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.4",
"vite-plugin-pages": "^0.25.0",
"vue": "^3.2.37",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"dependencies": {
"debug": "^4.3.4",
"mlly": "^0.5.7",
"mlly": "^0.5.12",
"pathe": "^0.2.0",
"vite": "^2.9.12 || ^3.0.0-0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"log-update": "^5.0.1",
"magic-string": "^0.26.2",
"micromatch": "^4.0.5",
"mlly": "^0.5.7",
"mlly": "^0.5.12",
"natural-compare": "^1.4.0",
"p-limit": "^4.0.0",
"pathe": "^0.2.0",
Expand Down

0 comments on commit 1a3cae1

Please sign in to comment.