Skip to content

Commit

Permalink
chore: cleanup resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
kark committed Jan 20, 2025
1 parent d2590ba commit cc74f8a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions application-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/eslint": "<9",
"@types/react": "<18",
"@types/react-dom": "<18",
"@types/react-router": "<6",
"@types/react-router-dom": "<6",
"headers-polyfill": "3.2.5",
Expand Down
2 changes: 0 additions & 2 deletions application-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/eslint": "<9",
"@types/react": "<18",
"@types/react-dom": "<18",
"@types/react-router": "<6",
"@types/react-router-dom": "<6",
"headers-polyfill": "3.2.5",
Expand Down
2 changes: 0 additions & 2 deletions custom-views-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/eslint": "<9",
"@types/react": "<18",
"@types/react-dom": "<18",
"@types/react-router": "<6",
"@types/react-router-dom": "<6",
"headers-polyfill": "3.2.5",
Expand Down
2 changes: 0 additions & 2 deletions custom-views-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/eslint": "<9",
"@types/react": "<18",
"@types/react-dom": "<18",
"@types/react-router": "<6",
"@types/react-router-dom": "<6",
"headers-polyfill": "3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "jest --projects jest.{eslint,stylelint}.config.js",
"lint:js": "jest --config jest.eslint.config.js",
"lint:css": "jest --config jest.stylelint.config.js",
"typecheck": "tsc --noEmit --skipLibCheck",
"typecheck": "tsc --noEmit",
"typecheck:cypress": "pnpm typecheck -p cypress",
"typecheck:starter:custom-applications": "pnpm typecheck -p application-templates/starter-typescript",
"typecheck:starter:custom-views": "pnpm typecheck -p custom-views-templates/starter-typescript",
Expand Down

0 comments on commit cc74f8a

Please sign in to comment.