Skip to content

Commit

Permalink
chore(deps): update to latest version (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
codecapitano authored Nov 14, 2024
1 parent f8209d5 commit eba2378
Show file tree
Hide file tree
Showing 5 changed files with 1,136 additions and 1,264 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ yarn-error.log*
infra/grafana/plugins/
infra/grafana/plugins-provisioning/*.yaml
.yarn/releases/*.js

/.nx/workspace-data
2 changes: 2 additions & 0 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@
"@types/react-router-bootstrap": "^0.24.5",
"@types/serve-static": "^1.15.0",
"@vitejs/plugin-react": "^4.1.0",
"cookie-parser": "^1.4.7",
"cross-env": "^7.0.3",
"express": "^4.21.1",
"mkdirp": "^3.0.1",
"nodemon": "^3.0.1",
"touch": "^3.1.0",
Expand Down
9 changes: 3 additions & 6 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"packages": [
"packages/*",
"experimental/*",
"demo"
],
"packages": ["packages/*", "experimental/*", "demo"],
"version": "1.12.0",
"npmClient": "yarn"
"npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/jest": "^29.2.5",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"cypress": "^12.3.0",
"cypress": "^13.15.2",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -73,7 +73,7 @@
"husky": "^9.0.7",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lerna": "^7.3.1",
"lerna": "^8.1.9",
"lint-staged": "^13.1.0",
"madge": "^7.0.0",
"markdownlint": "^0.27.0",
Expand All @@ -89,5 +89,6 @@
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"packageManager": "yarn@1.22.19"
"packageManager": "yarn@1.22.19",
"dependencies": {}
}
Loading

0 comments on commit eba2378

Please sign in to comment.