diff --git a/.github/workflows/tests:e2e.yml b/.github/workflows/tests_e2e.yml similarity index 100% rename from .github/workflows/tests:e2e.yml rename to .github/workflows/tests_e2e.yml diff --git a/README.md b/README.md index 02c0f1e..530ef90 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ +asd astesst + [![Analyses](https://github.com/suren-atoyan/react-pwa/actions/workflows/analyses.yml/badge.svg)](https://github.com/suren-atoyan/react-pwa/actions/workflows/analyses.yml) -[![E2E Tests](https://github.com/suren-atoyan/react-pwa/actions/workflows/tests:e2e.yml/badge.svg)](https://github.com/suren-atoyan/react-pwa/actions/workflows/tests:e2e.yml) +[![E2E Tests](https://github.com/suren-atoyan/react-pwa/actions/workflows/tests_e2e.yml/badge.svg)](https://github.com/suren-atoyan/react-pwa/actions/workflows/tests_e2e.yml) @@ -257,7 +259,7 @@ npm run test:e2e:ui # or yarn test:e2e:ui There are 2 GitHub Actions workflows: - [analyses.yml](./.github/workflows/analyses.yml) - runs `prettier`, `eslint`, `ts` checks and unit tests on every push and pull request to `main/master` branch. -- [tests:e2e.yml](./.github/workflows/tests:e2e.yml) - runs e2e tests on every push and pull request to `main/master` branch. +- [tests_e2e.yml](./.github/workflows/tests_e2e.yml) - runs e2e tests on every push and pull request to `main/master` branch. #### Environmental variables diff --git a/package-lock.json b/package-lock.json index a4152f2..a0ca026 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-pwa", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-pwa", - "version": "2.2.0", + "version": "2.3.0", "license": "MIT", "dependencies": { "@emotion/react": "^11.11.1", @@ -43,7 +43,7 @@ "lint-staged": "^15.2.0", "prettier": "3.1.1", "typescript": "^5.3.3", - "vite": "^5.0.9", + "vite": "^5.0.12", "vite-plugin-pwa": "^0.17.4", "vitest": "^1.1.3" } @@ -9405,9 +9405,9 @@ } }, "node_modules/vite": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.9.tgz", - "integrity": "sha512-wVqMd5kp28QWGgfYPDfrj771VyHTJ4UDlCteLH7bJDGDEamaz5hV8IX6h1brSGgnnyf9lI2RnzXq/JmD0c2wwg==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz", + "integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==", "dev": true, "dependencies": { "esbuild": "^0.19.3", @@ -16803,9 +16803,9 @@ "dev": true }, "vite": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.9.tgz", - "integrity": "sha512-wVqMd5kp28QWGgfYPDfrj771VyHTJ4UDlCteLH7bJDGDEamaz5hV8IX6h1brSGgnnyf9lI2RnzXq/JmD0c2wwg==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz", + "integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==", "dev": true, "requires": { "esbuild": "^0.19.3", diff --git a/package.json b/package.json index 09cfe8b..78b5461 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "lint-staged": "^15.2.0", "prettier": "3.1.1", "typescript": "^5.3.3", - "vite": "^5.0.9", + "vite": "^5.0.12", "vite-plugin-pwa": "^0.17.4", "vitest": "^1.1.3" },