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

Thomas/update conform #499

Merged
merged 2 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Add files here to ignore them from prettier formatting
/.vscode/
pnpm-lock.yaml
packages-licenses.json

# app-builder
/packages/app-builder/.cache/
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"format:write": "prettier --write .",
"format:check": "prettier --check .",
"test:all": "vitest",
"update-deps": "pnpm update -i -r --latest;clear; pnpm licenses ls > packages-licenses.txt"
"update-deps": "pnpm update -i -r --latest;clear; pnpm licenses ls --json > packages-licenses.json"
},
"devDependencies": {
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "1.6.0",
"prettier": "^3.3.2",
"@vitest/coverage-v8": "^2.0.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just to be sure and since those are major version changes, can you please double check the license type didn't change ?

"@vitest/ui": "2.0.3",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"react-refresh": "^0.14.2",
"typescript": "5.5.2",
"typescript": "5.5.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "1.6.0"
"vitest": "2.0.3"
}
}
Loading