fix: main branch tests

This commit is contained in:
Ayo 2022-10-04 16:12:19 +02:00
parent b3dd15b781
commit 6e96ce5b52
6 changed files with 492 additions and 489 deletions

View file

@ -17,7 +17,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.2",
"astro": "^1.4.4",
"astro-reactive-form": "file:packages/astro-reactive-form"
},
"main": "index.js",

968
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -29,6 +29,6 @@
"packages/astro-reactive-validator"
],
"dependencies": {
"astro": "^1.4.2"
"astro": "^1.4.4"
}
}

View file

@ -9,6 +9,7 @@ export interface Props {
const { formGroups } = Astro.props;
---
<form class="light">
{formGroups?.map((group) => <FieldSet group={group} />)}
</form>
<style>

View file

@ -40,7 +40,7 @@
"@types/prettier": "^2.7.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"astro": "^1.0.0",
"astro": "^1.4.4",
"astro-component-tester": "^0.6.0",
"chai": "^4.3.6",
"eslint": "^8.23.1",

View file

@ -8,7 +8,6 @@
"url": "https://ayco.io"
},
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ayoayco/astro-reactive-library.git"
@ -23,5 +22,8 @@
"bugs": {
"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"
}
}