Skip to content

Commit

Permalink
Dependabot - Updating packages (#3119)
Browse files Browse the repository at this point in the history
* Dependabot - Updating packages

Dependabot PRs were not indexed due to an issue from the TinaCloud where it was not able to create new branches.

Issue: #3116

* Fixing the version of playwright tests
  • Loading branch information
amankumarrr authored Sep 17, 2024
1 parent 4dd6128 commit b360540
Show file tree
Hide file tree
Showing 2 changed files with 637 additions and 558 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@next/eslint-plugin-next": "14.2.6",
"@playwright/test": "1.46.0",
"@playwright/test": "1.47.1",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.1",
"@tinacms/cli": "^1.6.3",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.16.5",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
Expand All @@ -42,11 +42,11 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-sitemap": "^4.2.3",
"playwright": "1.46.0",
"playwright": "1.47.1",
"postcss": "^8.4.41",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.0",
"prettier": "3.3.0",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"source-map-explorer": "^2.5.3",
"ts-node": "^10.9.2"
Expand All @@ -61,7 +61,7 @@
"@microsoft/applicationinsights-react-js": "17.3.0",
"@microsoft/applicationinsights-web": "3.3.1",
"@next/bundle-analyzer": "^14.2.5",
"@next/third-parties": "^14.2.8",
"@next/third-parties": "^14.2.11",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query": "^5.51.15",
"@tanstack/react-query-devtools": "^5.45.1",
Expand All @@ -72,7 +72,7 @@
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"eslint-config-next": "14.2.5",
"eslint-config-next": "14.2.11",
"formik": "^2.4.6",
"keyboardjs": "^2.7.0",
"next": "14.2.5",
Expand Down
Loading

0 comments on commit b360540

Please sign in to comment.