dependabot[bot]
|
669e1d6336
|
Bump rollup from 2.79.1 to 2.79.2 in /app (#467)
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.79.1...v2.79.2)
---
updated-dependencies:
- dependency-name: rollup
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-01 10:45:51 +08:00 |
|
dependabot[bot]
|
897d6f186e
|
Bump vite from 2.9.18 to 3.2.11 in /app (#459)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.18 to 3.2.11.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.11/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.11/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-19 23:25:21 +08:00 |
|
dependabot[bot]
|
0f9009e70e
|
Bump fast-loops from 1.1.3 to 1.1.4 in /app (#426)
Bumps [fast-loops](https://github.com/robinweser/fast-loops) from 1.1.3 to 1.1.4.
- [Commits](https://github.com/robinweser/fast-loops/commits)
---
updated-dependencies:
- dependency-name: fast-loops
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-07-16 09:04:55 +02:00 |
|
Brandon Liu
|
bc8f97d642
|
bump basemap style to v3 [#49] (#398)
|
2024-05-30 11:51:30 +08:00 |
|
dependabot[bot]
|
de0bb8286a
|
Bump vite from 2.9.17 to 2.9.18 in /app (#387)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.17 to 2.9.18.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.18/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.18/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-14 07:31:20 -07:00 |
|
Brandon Liu
|
7cc025c776
|
applying linter fixes to viewer /app [#49] (#344)
Add biome linter and configuration to /app viewer.
|
2024-02-01 15:59:34 +08:00 |
|
dependabot[bot]
|
f39bffdc35
|
Bump vite from 2.9.16 to 2.9.17 in /app (#328)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.16 to 2.9.17.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.17/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.17/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-01-23 09:51:13 +08:00 |
|
dependabot[bot]
|
b0c14caf0f
|
Bump @babel/traverse from 7.22.8 to 7.23.2 in /app (#269)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-17 15:13:46 -04:00 |
|
dependabot[bot]
|
49fe818bcf
|
Bump postcss from 8.4.19 to 8.4.31 in /app (#267)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.19 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.19...8.4.31)
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-17 09:40:06 -04:00 |
|
Brandon Liu
|
96eb357362
|
app improvements (#258)
* viewer app: improve type safety and visibility of overlay features.
* correct basemap attribution.
* prettier
|
2023-09-27 13:49:40 +08:00 |
|
Brandon Liu
|
f378bb97a8
|
upgrade vector basemap to tiles v3, styles v2 [#49] (#257)
|
2023-09-26 16:25:30 +08:00 |
|
dependabot[bot]
|
314d36272a
|
Bump semver and @babel/core in /app (#217)
Removes [semver](https://github.com/npm/node-semver). It's no longer used after updating ancestor dependency [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core). These dependencies need to be updated together.
Removes `semver`
Updates `@babel/core` from 7.17.10 to 7.22.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.8/packages/babel-core)
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
- dependency-name: "@babel/core"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-07-07 16:02:31 +08:00 |
|
dependabot[bot]
|
a117e6d1a9
|
Bump vite from 2.9.15 to 2.9.16 in /app
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.15 to 2.9.16.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.16/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.16/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-07 06:07:37 +00:00 |
|
Brandon Liu
|
9c7f298fb4
|
Inspector app: bump maplibre to 3.0.0 [#49]
|
2023-05-24 12:48:54 +08:00 |
|
Brandon Liu
|
7d57f57c3e
|
app: clean up unused dependencies
|
2023-05-09 13:52:09 +08:00 |
|
Brandon Liu
|
84fad95cde
|
prettier formatting for app/
|
2023-03-12 13:34:50 +08:00 |
|
Brandon Liu
|
28df71c588
|
inspector basemap improvements [#49]
|
2023-02-07 15:57:09 +08:00 |
|
Brandon Liu
|
bfed75bd12
|
inspector: add basemap package
|
2023-01-18 16:37:41 +08:00 |
|
Brandon Liu
|
ac97c9fc3b
|
bump json5 dependency
|
2023-01-18 16:34:20 +08:00 |
|
Brandon Liu
|
32828f391b
|
inspector: improve type checks, map color scheme [#49]
|
2022-12-02 12:33:33 +08:00 |
|
Brandon Liu
|
decf0424d7
|
improve SVG view [#49]
|
2022-12-02 11:22:14 +08:00 |
|
Brandon Liu
|
b6a1f0ca56
|
use json-viewer for metadata [#49]
|
2022-12-02 02:27:29 +08:00 |
|
Brandon Liu
|
be6b384601
|
regenerate package-lock.json
|
2022-12-01 17:29:10 +08:00 |
|
Brandon Liu
|
c4409afff2
|
viewer: regenerate package-lock.json [#49]
|
2022-11-29 12:50:58 +08:00 |
|
Brandon Liu
|
b285f77bc4
|
inspector app: replace pako with fflate [#41]
|
2022-07-07 12:10:40 +08:00 |
|
Brandon Liu
|
9309f42ced
|
app updates
|
2022-06-01 10:46:38 +08:00 |
|
Brandon Liu
|
a1753af6df
|
add Vite-based app for example TypeScript application
|
2022-05-04 17:53:11 +08:00 |
|