Skip to content

Commit

Permalink
chore(deps): bump some versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tannineo committed Sep 19, 2023
1 parent 4c20953 commit 9836eb2
Show file tree
Hide file tree
Showing 12 changed files with 1,077 additions and 693 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ Mini proejct for personal practice (coding and playing music)
- SolidJS
```typescript
/** @jsxImportSource solid-js */
/** @jsx preserve */
```
- React
```typescript
/** @jsxImportSource react */
/** @jsx react-jsx */
```

## Briefing for Bilibili
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.19.7",
"@astrojs/react": "^2.2.1",
"@astrojs/solid-js": "^2.2.0",
"@astrojs/mdx": "^1.1.0",
"@astrojs/react": "^3.0.2",
"@astrojs/solid-js": "^3.0.1",
"@nanostores/persistent": "^0.9.1",
"@nanostores/react": "^0.7.1",
"@nanostores/solid": "^0.4.2",
"@types/howler": "^2.2.7",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"astro": "^2.10.4",
"astro": "^3.1.1",
"clsx": "^2.0.0",
"howler": "^2.2.3",
"lodash": "^4.17.21",
"nanostores": "^0.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.7.10"
"solid-js": "^1.7.12"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.54",
Expand All @@ -34,6 +34,6 @@
"@unocss/reset": "^0.55.0",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.11.0",
"unocss": "^0.55.0"
"unocss": "^0.55.7"
}
}
Loading

0 comments on commit 9836eb2

Please sign in to comment.