Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/types-1bcac19c89
Browse files Browse the repository at this point in the history
  • Loading branch information
esizer committed Jun 27, 2024
2 parents c9a25c9 + e0babbf commit 5c6f346
Show file tree
Hide file tree
Showing 22 changed files with 603 additions and 730 deletions.
150 changes: 51 additions & 99 deletions api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apps/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@gc-digital-talent/env": "workspace:*",
"@gc-digital-talent/eslint-config": "workspace:*",
"@gc-digital-talent/graphql": "workspace:*",
"@playwright/test": "^1.44.1",
"@playwright/test": "^1.45.0",
"@types/node": "^20.14.9",
"@types/sinon": "^17.0.3",
"axe-core": "^4.9.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-playwright": "^1.6.2",
"sinon": "^18.0.0",
"typescript-eslint": "^7.13.1"
"typescript-eslint": "^7.14.1"
},
"dependencies": {
"@axe-core/playwright": "^4.9.1"
Expand Down
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@
"@tanstack/react-table": "^8.17.3",
"dataloader": "^2.2.2",
"date-fns": "^3.6.0",
"framer-motion": "^11.2.11",
"graphql": "^16.8.2",
"framer-motion": "^11.2.12",
"graphql": "^16.9.0",
"lodash": "^4.17.21",
"path-browserify": "^1.0.1",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.51.5",
"react-hook-form": "^7.52.0",
"react-intl": "^6.6.8",
"react-router-dom": "^6.23.1",
"react-router-dom": "^6.24.0",
"react-to-print": "^2.15.1",
"urql": "^4.1.0"
},
Expand Down Expand Up @@ -97,7 +97,7 @@
"prettier": "^3.3.2",
"ts-jest": "^29.1.5",
"tsconfig": "workspace:*",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vite": "^5.3.0",
"vite-plugin-html": "^3.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/app-insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"eslint": "^8.57.0",
"react": "^18.3.1",
"tsconfig": "workspace:*",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
Loading

0 comments on commit 5c6f346

Please sign in to comment.