We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140f1d3 commit deb1330Copy full SHA for deb1330
3 files changed
.gitignore
@@ -118,3 +118,4 @@ apps/*/
118
# Claude - session/user specific files
119
.claude/plans/
120
.claude/settings.local.json
121
+.claude/agent-memory/*
package.json
@@ -45,7 +45,7 @@
45
"eslint": "^8.24.0",
46
"eslint-config-prettier": "^8.3.0",
47
"eslint-config-react-app": "^7.0.1",
48
- "eslint-plugin-jsx-a11y": "^6.6.1",
+ "eslint-plugin-jsx-a11y": "^6.10.2",
49
"eslint-plugin-markdown": "^3.0.0",
50
"eslint-plugin-prettier": "^3.4.0",
51
"eslint-plugin-react": "^7.26.1",
@@ -67,7 +67,6 @@
67
"sqlite3"
68
],
69
"overrides": {
70
- "es-iterator-helpers": "1.0.15",
71
"axios": "1.12.0",
72
"body-parser": "2.0.2",
73
"braces": "3.0.3",
0 commit comments