Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @babel/traverse from 7.17.3 to 7.24.7 in /frontend #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): bump @babel/traverse from 7.17.3 to 7.24.7 in /frontend
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.3 to 7.24.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Jun 11, 2024
commit 4da8d6c47b9711823801ef5ebb039f31357d8bf2
397 changes: 204 additions & 193 deletions frontend/package-lock.json

Unchanged files with check annotations Beta

export default {
name: 'DynamicForm',
props: ['schema', 'value'],

Check warning on line 17 in frontend/components/DynamicForm.vue

GitHub Actions / Build frontend

Prop "schema" should define at least its type

Check warning on line 17 in frontend/components/DynamicForm.vue

GitHub Actions / Build frontend

Prop "value" should define at least its type

Check warning on line 17 in frontend/components/DynamicForm.vue

GitHub Actions / Build frontend

Prop "schema" should define at least its type

Check warning on line 17 in frontend/components/DynamicForm.vue

GitHub Actions / Build frontend

Prop "value" should define at least its type
data () {
return {}
},
<script>
export default {
name: 'CheckBoxInput',
props: ['label', 'name', 'value', 'extra'],

Check warning on line 20 in frontend/components/FormWidgets/CheckBoxInput.vue

GitHub Actions / Build frontend

Prop "label" should define at least its type

Check warning on line 20 in frontend/components/FormWidgets/CheckBoxInput.vue

GitHub Actions / Build frontend

Prop "name" should define at least its type

Check warning on line 20 in frontend/components/FormWidgets/CheckBoxInput.vue

GitHub Actions / Build frontend

Prop "value" should define at least its type

Check warning on line 20 in frontend/components/FormWidgets/CheckBoxInput.vue

GitHub Actions / Build frontend

Prop "extra" should define at least its type

Check warning on line 20 in frontend/components/FormWidgets/CheckBoxInput.vue

GitHub Actions / Build frontend

Prop "label" should define at least its type

Check warning on line 20 in frontend/components/FormWidgets/CheckBoxInput.vue

GitHub Actions / Build frontend

Prop "name" should define at least its type

Check warning on line 20 in frontend/components/FormWidgets/CheckBoxInput.vue

GitHub Actions / Build frontend

Prop "value" should define at least its type

Check warning on line 20 in frontend/components/FormWidgets/CheckBoxInput.vue

GitHub Actions / Build frontend

Prop "extra" should define at least its type
computed: {
decorator () {
return [
<script>
export default {
name: 'NumberInput',
props: ['placeholder', 'label', 'name', 'value', 'required'],

Check warning on line 18 in frontend/components/FormWidgets/NumberInput.vue

GitHub Actions / Build frontend

Prop "placeholder" should define at least its type

Check warning on line 18 in frontend/components/FormWidgets/NumberInput.vue

GitHub Actions / Build frontend

Prop "label" should define at least its type

Check warning on line 18 in frontend/components/FormWidgets/NumberInput.vue

GitHub Actions / Build frontend

Prop "name" should define at least its type

Check warning on line 18 in frontend/components/FormWidgets/NumberInput.vue

GitHub Actions / Build frontend

Prop "value" should define at least its type

Check warning on line 18 in frontend/components/FormWidgets/NumberInput.vue

GitHub Actions / Build frontend

Prop "placeholder" should define at least its type

Check warning on line 18 in frontend/components/FormWidgets/NumberInput.vue

GitHub Actions / Build frontend

Prop "label" should define at least its type

Check warning on line 18 in frontend/components/FormWidgets/NumberInput.vue

GitHub Actions / Build frontend

Prop "name" should define at least its type

Check warning on line 18 in frontend/components/FormWidgets/NumberInput.vue

GitHub Actions / Build frontend

Prop "value" should define at least its type
computed: {
decorator () {
return [