fix: main branch tests
This commit is contained in:
parent
b3dd15b781
commit
6e96ce5b52
6 changed files with 492 additions and 489 deletions
|
@ -17,7 +17,7 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^1.4.2",
|
"astro": "^1.4.4",
|
||||||
"astro-reactive-form": "file:packages/astro-reactive-form"
|
"astro-reactive-form": "file:packages/astro-reactive-form"
|
||||||
},
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
968
package-lock.json
generated
968
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -29,6 +29,6 @@
|
||||||
"packages/astro-reactive-validator"
|
"packages/astro-reactive-validator"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^1.4.2"
|
"astro": "^1.4.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,7 @@ export interface Props {
|
||||||
const { formGroups } = Astro.props;
|
const { formGroups } = Astro.props;
|
||||||
---
|
---
|
||||||
<form class="light">
|
<form class="light">
|
||||||
|
{formGroups?.map((group) => <FieldSet group={group} />)}
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
"@types/prettier": "^2.7.0",
|
"@types/prettier": "^2.7.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
||||||
"@typescript-eslint/parser": "^5.37.0",
|
"@typescript-eslint/parser": "^5.37.0",
|
||||||
"astro": "^1.0.0",
|
"astro": "^1.4.4",
|
||||||
"astro-component-tester": "^0.6.0",
|
"astro-component-tester": "^0.6.0",
|
||||||
"chai": "^4.3.6",
|
"chai": "^4.3.6",
|
||||||
"eslint": "^8.23.1",
|
"eslint": "^8.23.1",
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
"url": "https://ayco.io"
|
"url": "https://ayco.io"
|
||||||
},
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"devDependencies": {},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/ayoayco/astro-reactive-library.git"
|
"url": "git+https://github.com/ayoayco/astro-reactive-library.git"
|
||||||
|
@ -23,5 +22,8 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ayoayco/astro-reactive-library/issues"
|
"url": "https://github.com/ayoayco/astro-reactive-library/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/ayoayco/astro-reactive-library#readme"
|
"homepage": "https://github.com/ayoayco/astro-reactive-library#readme",
|
||||||
|
"dependencies": {
|
||||||
|
"astro": "^1.4.4"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue