Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vercel/styled-jsx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.5
Choose a base ref
...
head repository: vercel/styled-jsx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.6
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 24, 2024

  1. fix: Move TypeScript to devDependencies (#848)

    eps1lon authored May 24, 2024
    Copy the full SHA
    d5bd4ed View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 package.json
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -95,7 +95,8 @@
"source-map": "0.7.3",
"string-hash": "1.1.3",
"stylis": "3.5.4",
"stylis-rule-sheet": "0.0.10"
"stylis-rule-sheet": "0.0.10",
"typescript": "~5.0.0"
},
"peerDependencies": {
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
@@ -126,7 +127,6 @@
"css"
],
"dependencies": {
"client-only": "0.0.1",
"typescript": "~5.0.0"
"client-only": "0.0.1"
}
}