Skip to content

Commit

Permalink
feat(deps): Update dependencies 2024.07.10 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored Jul 10, 2024
1 parent b696584 commit 5aa598e
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 228 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.4.0
22.4.1
5 changes: 3 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"defaultBase": "main",
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
Expand All @@ -26,8 +27,8 @@
},
"test": {
"dependsOn": ["^build", "^test"],
"outputs": ["{projectRoot}/node_modules/.vite/vitest/results.json"],
"cache": true
}
},
"defaultBase": "main"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-extra-rules": "^0.0.0-development",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.5.2",
"eslint-plugin-jsdoc": "^48.6.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-sonarjs": "^1.0.3",
"globals": "^15.8.0",
"nx": "19.4.2",
"tslib": "^2.6.3",
"typedoc": "^0.26.3",
"typedoc": "^0.26.4",
"typedoc-plugin-markdown": "^4.1.2",
"typedoc-plugin-merge-modules": "^6.0.0",
"typescript": "^5.5.3",
Expand Down
16 changes: 0 additions & 16 deletions packages/core/.mocharc.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"semantic-release": "^24.0.0",
"semantic-release-yarn": "^3.0.2",
"sinon": "^18.0.0",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.3.3",
Expand Down
16 changes: 0 additions & 16 deletions packages/web/.mocharc.json

This file was deleted.

Loading

0 comments on commit 5aa598e

Please sign in to comment.