Skip to content

Commit

Permalink
chore(deps): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Oct 5, 2023
1 parent b0ee602 commit d6a5834
Show file tree
Hide file tree
Showing 2 changed files with 931 additions and 655 deletions.
18 changes: 9 additions & 9 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"description": "Example for the solid-hcaptcha package.",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "pnpm lint && vite build",
"serve": "vite preview",
"lint": "eslint src --fix && tsc"
},
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@unocss/preset-rem-to-px": "^0.55.4",
"eslint": "^8.48.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@unocss/preset-rem-to-px": "^0.56.5",
"eslint": "^8.50.0",
"eslint-plugin-solid": "^0.13.0",
"typescript": "^5.2.2",
"unocss": "^0.55.4",
"vite": "^4.4.9",
"unocss": "^0.56.5",
"vite": "^4.4.11",
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
"@solidjs/router": "^0.8.3",
"@unocss/reset": "^0.55.4",
"@unocss/reset": "^0.56.5",
"solid-hcaptcha": "workspace:*",
"solid-js": "^1.7.11"
"solid-js": "^1.7.12"
}
}
Loading

0 comments on commit d6a5834

Please sign in to comment.