Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions example/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"web-vitals": "^4.2.4"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.10.1",
"@stylistic/eslint-plugin-js": "^2.10.1",
"@stylistic/eslint-plugin-jsx": "^2.10.1",
"@stylistic/eslint-plugin-plus": "^2.10.1",
"@stylistic/eslint-plugin-ts": "^2.10.1",
"@types/node": "^22.9.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@stylistic/eslint-plugin-js": "^2.11.0",
"@stylistic/eslint-plugin-jsx": "^2.11.0",
"@stylistic/eslint-plugin-plus": "^2.11.0",
"@stylistic/eslint-plugin-ts": "^2.11.0",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^9.15.0",
Expand Down
60 changes: 30 additions & 30 deletions example/app/pnpm-lock.yaml

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

14 changes: 7 additions & 7 deletions example/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"prebuild": "pnpm lint-fix"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.10.1",
"@stylistic/eslint-plugin-js": "^2.10.1",
"@stylistic/eslint-plugin-plus": "^2.10.1",
"@stylistic/eslint-plugin-ts": "^2.10.1",
"@types/node": "^22.9.0",
"aws-cdk": "^2.167.1",
"@stylistic/eslint-plugin": "^2.11.0",
"@stylistic/eslint-plugin-js": "^2.11.0",
"@stylistic/eslint-plugin-plus": "^2.11.0",
"@stylistic/eslint-plugin-ts": "^2.11.0",
"@types/node": "^22.9.1",
"aws-cdk": "^2.167.2",
"eslint": "^9.15.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
Expand All @@ -29,7 +29,7 @@
"typescript-eslint": "^8.15.0"
},
"dependencies": {
"aws-cdk-lib": "^2.167.1",
"aws-cdk-lib": "^2.167.2",
"constructs": "^10.4.2",
"esbuild": "^0.24.0",
"source-map-support": "^0.5.21"
Expand Down
76 changes: 38 additions & 38 deletions example/cdk/pnpm-lock.yaml

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

Loading