Version 1.8.5 -> 1.9.0

* Update package.json

* Update package-lock.json
This commit is contained in:
damocleas 2025-05-02 21:41:11 -04:00 committed by GitHub
parent bf0abd3ddc
commit cdeb143643
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "pokemon-rogue-battle",
"version": "1.8.4",
"version": "1.9.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pokemon-rogue-battle",
"version": "1.8.4",
"version": "1.9.0",
"hasInstallScript": true,
"dependencies": {
"@material/material-color-utilities": "^0.2.7",

View File

@ -1,7 +1,7 @@
{
"name": "pokemon-rogue-battle",
"private": true,
"version": "1.8.5",
"version": "1.9.0",
"type": "module",
"scripts": {
"start": "vite",