Skip to content

Commit f5d89d8

Browse files
committed
docs: add library versions
1 parent 9e9b0f7 commit f5d89d8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Opinionated Vite starter template.
99

1010
## Features
1111

12-
- [Vite](https://vitejs.dev) with [React](https://reactjs.org), [TypeScript](https://www.typescriptlang.org) and [absolute imports](https://github.com/aleclarson/vite-tsconfig-paths).
12+
- [Vite 5](https://vitejs.dev) with [React 18](https://reactjs.org), [TypeScript 5](https://www.typescriptlang.org) and [absolute imports](https://github.com/aleclarson/vite-tsconfig-paths).
1313
- [Tailwind CSS v3](https://tailwindcss.com) with a [basic reset for form styles](https://github.com/tailwindlabs/tailwindcss-forms) and a [Prettier plugin](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) that automatically sorts classes.
14-
- Use [ESLint](https://eslint.org), [stylelint](https://stylelint.io) and [Prettier](https://prettier.io) on VSCode and before you commit with [Husky](https://github.com/typicode/husky) and [lint-staged](https://github.com/okonet/lint-staged).
14+
- Use [ESLint 8](https://eslint.org), [stylelint 16](https://stylelint.io) and [Prettier 3](https://prettier.io) on VSCode and before you commit with [Husky 9](https://github.com/typicode/husky) and [lint-staged 15](https://github.com/okonet/lint-staged).
1515
- [PWA](https://github.com/antfu/vite-plugin-pwa) with [17/17 Lighthouse score](https://web.dev/pwa-checklist/).
16-
- Write unit and integration tests with [Vitest](https://vitest.dev/) and [Testing Library](https://testing-library.com/).
17-
- Write e2e tests with [Cypress](https://www.cypress.io).
16+
- Write unit and integration tests with [Vitest 1](https://vitest.dev/) and [Testing Library 15](https://testing-library.com/).
17+
- Write e2e tests with [Cypress 13](https://www.cypress.io).
1818
- GitHub Actions for automatic [dependency updates](https://renovatebot.com/), [CodeQL Analysis](https://securitylab.github.com/tools/codeql), running tests and code coverage with [Codecov](https://about.codecov.io/).
1919
- Deploy to [vercel.com](https://vercel.com/) with pre-configured [SPA fallback](https://vercel.com/docs/configuration#routes/advanced/spa-fallback).
2020

0 commit comments

Comments
 (0)