Skip to content

Commit

Permalink
Merge pull request #266 from dfpc-coe/efficient-update
Browse files Browse the repository at this point in the history
Conditional Rendering (Stage 1)
  • Loading branch information
ingalls authored Aug 8, 2024
2 parents 706f23a + 7d30185 commit 5e32f86
Show file tree
Hide file tree
Showing 12 changed files with 1,687 additions and 1,916 deletions.
1,815 changes: 363 additions & 1,452 deletions api/package-lock.json

Large diffs are not rendered by default.

1,037 changes: 889 additions & 148 deletions api/web/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
"lint": "eslint ./src/"
},
"dependencies": {
"@sinclair/typebox": "^0.32.15",
"@sinclair/typebox": "^0.33.0",
"@tabler/core": "^1.0.0-beta16",
"@tabler/icons-vue": "^3.0.0",
"@tak-ps/vue-tabler": "^3.51.1",
"@turf/point-on-feature": "7.0.0",
"apexcharts": "^3.41.0",
"core-js": "^3.6.4",
Expand All @@ -41,6 +40,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@tak-ps/vue-tabler": "^3.51.3",
"@vitejs/plugin-vue": "^5.0.0",
"babel-preset-vite": "^1.1.3",
"eslint": "^8.11.0",
Expand Down
Loading

0 comments on commit 5e32f86

Please sign in to comment.