Skip to content

Commit

Permalink
Update all npm projects
Browse files Browse the repository at this point in the history
  • Loading branch information
UnitedStatesTrusteeProgram committed Nov 20, 2024
1 parent 0920f3e commit cea37a1
Show file tree
Hide file tree
Showing 10 changed files with 3,514 additions and 789 deletions.
1,194 changes: 989 additions & 205 deletions backend/functions/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions backend/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@faker-js/faker": "^9.2.0",
"@types/jest": "^29.5.14",
"@types/mssql": "^9.1.5",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"azure-function-context-mock": "^0.0.7",
"dependency-cruiser": "^16.6.0",
Expand All @@ -22,11 +22,11 @@
"typescript": "^5.6.3"
},
"dependencies": {
"@azure/cosmos": "^4.1.1",
"@azure/cosmos": "^4.2.0",
"@azure/functions": "^4.6.0",
"@azure/identity": "^4.5.0",
"@azure/keyvault-secrets": "^4.9.0",
"@launchdarkly/node-server-sdk": "^9.7.1",
"@launchdarkly/node-server-sdk": "^9.7.2",
"@okta/jwt-verifier": "^4.0.1",
"@okta/okta-sdk-nodejs": "^7.1.1",
"applicationinsights": "^3.4.0",
Expand Down
723 changes: 626 additions & 97 deletions common/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@faker-js/faker": "^9.2.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"dependency-cruiser": "^16.6.0",
"eslint": "^8.57.1",
Expand Down
443 changes: 373 additions & 70 deletions dev-tools/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"@azure/cosmos": "^4.1.1",
"@azure/cosmos": "^4.2.0",
"@azure/identity": "^4.5.0",
"@faker-js/faker": "^9.2.0",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
Expand Down
397 changes: 332 additions & 65 deletions test/e2e/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.48.2",
"@types/node": "^22.9.0",
"@playwright/test": "^1.49.0",
"@types/node": "^22.9.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
Expand Down
1,520 changes: 1,181 additions & 339 deletions user-interface/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions user-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@okta/okta-auth-js": "^7.8.1",
"@okta/okta-react": "^6.9.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@uswds/uswds": "^3.9.0",
"@uswds/uswds": "^3.10.0",
"dotenv": "^16.4.5",
"launchdarkly-react-client-sdk": "^3.6.0",
"react": "^18.3.1",
Expand All @@ -33,7 +33,7 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/coverage-v8": "^2.1.5",
"c8": "^10.1.2",
"dependency-cruiser": "^16.6.0",
"esbuild": "^0.24.0",
Expand All @@ -45,13 +45,13 @@
"jsdom": "^25.0.1",
"pa11y-ci": "^3.1.0",
"prettier": "^3.3.3",
"sass": "^1.80.7",
"sass": "^1.81.0",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-env-compatible": "^2.0.1",
"vite-plugin-static-copy": "^2.1.0",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.2",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.0.1"
},
"eslintConfig": {
Expand Down

0 comments on commit cea37a1

Please sign in to comment.