mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-04-03 09:21:46 +00:00
Compare commits
6 Commits
08d8eb2afc
...
41954c5cf0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41954c5cf0 | ||
|
|
9ff0172d60 | ||
|
|
54d8b2875a | ||
|
|
684ff434d4 | ||
|
|
98411c6af9 | ||
|
|
141414b40a |
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Build and push image
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -41,7 +41,7 @@ importers:
|
||||
version: 0.5.19(tailwindcss@4.2.1)
|
||||
'@types/node':
|
||||
specifier: ^24.0.0
|
||||
version: 24.11.0
|
||||
version: 24.11.2
|
||||
'@types/react':
|
||||
specifier: ^19
|
||||
version: 19.2.14
|
||||
@@ -430,8 +430,8 @@ packages:
|
||||
'@types/ms@2.1.0':
|
||||
resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
|
||||
|
||||
'@types/node@24.11.0':
|
||||
resolution: {integrity: sha512-fPxQqz4VTgPI/IQ+lj9r0h+fDR66bzoeMGHp8ASee+32OSGIkeASsoZuJixsQoVef1QJbeubcPBxKk22QVoWdw==}
|
||||
'@types/node@24.11.2':
|
||||
resolution: {integrity: sha512-HTsxyfkxTNxOXBsEdgIOzbMgBjDGPvkTfw0B1m09j1LFPk8u3tSL8SNBRTSc381wXXX/Wp93qPi1kQXwnWuHgA==}
|
||||
|
||||
'@types/react-dom@19.2.3':
|
||||
resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
|
||||
@@ -1338,7 +1338,7 @@ snapshots:
|
||||
|
||||
'@types/ms@2.1.0': {}
|
||||
|
||||
'@types/node@24.11.0':
|
||||
'@types/node@24.11.2':
|
||||
dependencies:
|
||||
undici-types: 7.16.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user