shimane-u-fest-map

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit c1351c10b6d9e78adc398e1c9f78c0b96ebbc711
parent 755a9f464e11fecd861abe8d81e043ec97508ea3
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Sat, 13 Sep 2025 16:28:09 +0900

codeql update and add mapid (#9)

* update readme and init map

* delete example of googlemap

* Create codeql.yml (#2) (#3)

* add map id (#4)

* Create codeql.yml (#2)

* update readme and init map (#1)

* update readme and init map

* delete example of googlemap

* Create codeql.yml (#2) (#3)

* add mapid

* format after add mapid

* Update README.md

* Update codeql.yml

* Update codeql.yml
Diffstat:
M.github/workflows/codeql.yml | 2+-
MREADME.md | 2+-
Mbun.lock | 20++++++++++++++++----
Mpackage.json | 8++++----
4 files changed, 22 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml @@ -19,13 +19,13 @@ on: jobs: analyze: + runs-on: self-hosted name: Analyze (${{ matrix.language }}) # Runner size impacts CodeQL analysis time. To learn more, please see: # - https://gh.io/recommended-hardware-resources-for-running-codeql # - https://gh.io/supported-runners-and-hardware-resources # - https://gh.io/using-larger-runners (GitHub.com only) # Consider using larger runners or machines with greater resources for possible analysis time improvements. - runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} permissions: # required for all workflows security-events: write diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # for developers -- launch pull request before push +- launch pull request before push (even push dev) - use dev branch for development - respect each other diff --git a/bun.lock b/bun.lock @@ -12,10 +12,10 @@ "devDependencies": { "@biomejs/biome": "2.2.0", "@cloudflare/next-on-pages": "^1.13.16", - "@types/node": "^20.19.14", - "@types/react": "^19.1.13", - "@types/react-dom": "^19.1.9", - "typescript": "^5.9.2", + "@types/node": "^20", + "@types/react": "^19", + "@types/react-dom": "^19", + "typescript": "^5", }, }, }, @@ -236,6 +236,18 @@ "@types/json-schema": ["@types/json-schema@7.0.15", "", {}, "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA=="], + "@types/node": ["@types/node@20.19.13", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-yCAeZl7a0DxgNVteXFHt9+uyFbqXGy/ShC4BlcHkoE0AfGXYv/BUiplV72DjMYXHDBXFjhvr6DD1NiRVfB4j8g=="], + + "@tsconfig/node14": ["@tsconfig/node14@1.0.3", "", {}, "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow=="], + + "@tsconfig/node16": ["@tsconfig/node16@1.0.4", "", {}, "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA=="], + + "@types/estree": ["@types/estree@1.0.8", "", {}, "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w=="], + + "@types/google.maps": ["@types/google.maps@3.58.1", "", {}, "sha512-X9QTSvGJ0nCfMzYOnaVs/k6/4L+7F5uCS+4iUmkLEls6J9S/Phv+m/i3mDeyc49ZBgwab3EFO1HEoBY7k98EGQ=="], + + "@types/json-schema": ["@types/json-schema@7.0.15", "", {}, "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA=="], + "@types/node": ["@types/node@20.19.14", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-gqiKWld3YIkmtrrg9zDvg9jfksZCcPywXVN7IauUGhilwGV/yOyeUsvpR796m/Jye0zUzMXPKe8Ct1B79A7N5Q=="], "@types/react": ["@types/react@19.1.13", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ=="], diff --git a/package.json b/package.json @@ -18,9 +18,9 @@ "devDependencies": { "@biomejs/biome": "2.2.0", "@cloudflare/next-on-pages": "^1.13.16", - "@types/node": "^20.19.14", - "@types/react": "^19.1.13", - "@types/react-dom": "^19.1.9", - "typescript": "^5.9.2" + "@types/node": "^20", + "@types/react": "^19", + "@types/react-dom": "^19", + "typescript": "^5" } }