Skip to content

Commit

Permalink
Merge pull request #493 from mg3-codes/0.5.9
Browse files Browse the repository at this point in the history
0.5.9
  • Loading branch information
mgamlem3 authored Jan 4, 2025
2 parents 9bfb23f + 6923e31 commit ce3e6c8
Show file tree
Hide file tree
Showing 29 changed files with 10,205 additions and 10,185 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Changelog

# 0.5.9
- Minor spell updated
- Package updates

## 0.5.8
- Add website link to footer

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dnd-spell-organizer",
"license": "MIT",
"version": "0.5.8",
"version": "0.5.9",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -17,29 +17,29 @@
"dependencies": {
"@popperjs/core": "^2.11.8",
"@rollbar/react": "^0.12.0-beta",
"ag-grid-community": "^33.0.1",
"ag-grid-react": "^33.0.1",
"ag-grid-community": "^33.0.3",
"ag-grid-react": "^33.0.3",
"path": "^0.12.7",
"react": "^19.0.0",
"react-bootstrap": "^2.10.6",
"react-bootstrap": "^2.10.7",
"react-dom": "^19.0.0",
"react-router": "^7.0.2",
"react-router": "^7.1.1",
"rollbar": "^2.26.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@swc/core": "1.10.1",
"@swc/core": "1.10.4",
"@swc/helpers": "^0.5.15",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"@types/react": "19.0.1",
"@types/node": "^22.10.5",
"@types/react": "19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-router": "^5.1.20",
"@vitejs/plugin-react-swc": "^3.7.2",
"cypress": "^13.16.1",
"cypress": "^13.17.0",
"lightningcss": "^1.28.2",
"typescript": "^5.7.2",
"vite": "6.0.3"
"vite": "6.0.7"
},
"packageManager": "yarn@3.5.1"
}
Loading

0 comments on commit ce3e6c8

Please sign in to comment.