Skip to content

Commit

Permalink
Add warning when density level is outside [0,5]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Aug 6, 2024
1 parent 66cebe3 commit 6272c02
Show file tree
Hide file tree
Showing 6 changed files with 918 additions and 641 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,30 +47,30 @@
"comlink": "^4.4.1",
"d3": "^7.9.0",
"three": "^0.162.0",
"vue": "^3.4.34",
"vue": "^3.4.35",
"vue-i18n": "^9.13.1",
"zlibt2": "^0.6.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^2.24.0",
"@antfu/eslint-config": "^2.24.1",
"@peculiar/webcrypto": "^1.5.0",
"@prettier/sync": "^0.5.2",
"@rushstack/eslint-patch": "^1.10.4",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node20": "^20.1.4",
"@types/d3": "^7.4.3",
"@types/leaflet": "^1.9.12",
"@types/node": "^22.0.0",
"@types/node": "^22.1.0",
"@types/three": "^0.162.0",
"@vitejs/plugin-vue": "^5.1.1",
"@vitest/browser": "^2.0.4",
"@vitest/coverage-istanbul": "^2.0.4",
"@vitest/ui": "^2.0.4",
"@vitejs/plugin-vue": "^5.1.2",
"@vitest/browser": "^2.0.5",
"@vitest/coverage-istanbul": "^2.0.5",
"@vitest/ui": "^2.0.5",
"@vue-macros/volar": "^0.25.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"babel-preset-typescript-vue3": "^2.0.17",
"dotenv": "^16.4.5",
"eslint": "^9.8.0",
Expand All @@ -85,14 +85,14 @@
"rollup-plugin-visualizer": "^5.12.0",
"serve": "^14.2.3",
"tailwindcss": "^3.4.7",
"tsx": "^4.16.3",
"tsx": "^4.16.5",
"types-mediawiki": "^1.8.0",
"typescript": "^5.5.4",
"unplugin-vue-macros": "^2.10.0",
"unplugin-vue-macros": "^2.11.4",
"vite": "^5.3.5",
"vite-plugin-comlink": "^5.0.1",
"vite-plugin-vue-devtools": "^7.3.7",
"vitest": "^2.0.4",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29",
"webdriverio": "^8.39.1"
}
Expand Down
Loading

0 comments on commit 6272c02

Please sign in to comment.