Skip to content

Commit

Permalink
Merge pull request #2217 from reduxjs/feature/react-19-devdep-cleanup
Browse files Browse the repository at this point in the history
Clean up devdeps
  • Loading branch information
markerikson authored Dec 10, 2024
2 parents 1a81c41 + d23509b commit 8c57382
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1,753 deletions.
11 changes: 0 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,6 @@
"use-sync-external-store": "^1.4.0"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-flow-strip-types": "^7.24.7",
"@babel/plugin-transform-react-display-name": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@microsoft/api-extractor": "^7.47.0",
"@reduxjs/toolkit": "^2.2.5",
"@testing-library/dom": "^10.4.0",
Expand All @@ -87,7 +77,6 @@
"@types/prop-types": "^15.7.12",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"babel-eslint": "^10.1.0",
"codecov": "^3.8.3",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/react-is.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { ElementType, MemoExoticComponent, ReactElement } from 'react'
import * as React from 'react'
import { React } from './react'

// Directly ported from:
// https://unpkg.com/browse/[email protected]/cjs/react-is.production.js
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"checkJs": true,
"rootDir": "."
},
"include": ["."]
"include": ["."],
"exclude": ["dist*", "examples", "website"]
}
Loading

0 comments on commit 8c57382

Please sign in to comment.