mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
Bump versions for 17 (#20062)
This commit is contained in:
parent
46ed268471
commit
f021a983aa
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "create-subscription",
|
"name": "create-subscription",
|
||||||
"description": "utility for subscribing to external data sources inside React components",
|
"description": "utility for subscribing to external data sources inside React components",
|
||||||
"version": "17.0.0-alpha.0",
|
"version": "17.0.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/facebook/react.git",
|
"url": "https://github.com/facebook/react.git",
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
"cjs/"
|
"cjs/"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.0-alpha"
|
"react": "^17.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"rxjs": "^5.5.6"
|
"rxjs": "^5.5.6"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "eslint-plugin-react-hooks",
|
"name": "eslint-plugin-react-hooks",
|
||||||
"description": "ESLint rules for React Hooks",
|
"description": "ESLint rules for React Hooks",
|
||||||
"version": "4.1.2",
|
"version": "4.2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/facebook/react.git",
|
"url": "https://github.com/facebook/react.git",
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
"homepage": "https://reactjs.org/",
|
"homepage": "https://reactjs.org/",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jest": "^23.0.1 || ^24.0.0 || ^25.1.0",
|
"jest": "^23.0.1 || ^24.0.0 || ^25.1.0",
|
||||||
"scheduler": "^0.15.0"
|
"scheduler": "^0.20.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jest-react",
|
"name": "jest-react",
|
||||||
"version": "0.12.0-alpha.0",
|
"version": "0.12.0",
|
||||||
"description": "Jest matchers and utilities for testing React components.",
|
"description": "Jest matchers and utilities for testing React components.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
@ -20,8 +20,8 @@
|
||||||
"homepage": "https://reactjs.org/",
|
"homepage": "https://reactjs.org/",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jest": "^23.0.1 || ^24.0.0 || ^25.1.0",
|
"jest": "^23.0.1 || ^24.0.0 || ^25.1.0",
|
||||||
"react": "^17.0.0-alpha",
|
"react": "^17.0.0",
|
||||||
"react-test-renderer": "^17.0.0-alpha"
|
"react-test-renderer": "^17.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"object-assign": "^4.1.1"
|
"object-assign": "^4.1.1"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "react-art",
|
"name": "react-art",
|
||||||
"description": "React ART is a JavaScript library for drawing vector graphics using React. It provides declarative and reactive bindings to the ART library. Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).",
|
"description": "React ART is a JavaScript library for drawing vector graphics using React. It provides declarative and reactive bindings to the ART library. Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).",
|
||||||
"version": "17.0.0-alpha.0",
|
"version": "17.0.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
@ -26,10 +26,10 @@
|
||||||
"create-react-class": "^15.6.2",
|
"create-react-class": "^15.6.2",
|
||||||
"loose-envify": "^1.1.0",
|
"loose-envify": "^1.1.0",
|
||||||
"object-assign": "^4.1.1",
|
"object-assign": "^4.1.1",
|
||||||
"scheduler": "^0.19.0"
|
"scheduler": "^0.20.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.0-alpha"
|
"react": "17.0.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,6 @@
|
||||||
"umd/"
|
"umd/"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.0-alpha"
|
"react": "^17.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.0-alpha"
|
"react": "^17.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"loose-envify": "^1.1.0",
|
"loose-envify": "^1.1.0",
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.0-alpha"
|
"react": "^17.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"error-stack-parser": "^2.0.2",
|
"error-stack-parser": "^2.0.2",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "react-dom",
|
"name": "react-dom",
|
||||||
"version": "17.0.0-alpha.0",
|
"version": "17.0.0",
|
||||||
"description": "React package for working with the DOM.",
|
"description": "React package for working with the DOM.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
@ -19,10 +19,10 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"loose-envify": "^1.1.0",
|
"loose-envify": "^1.1.0",
|
||||||
"object-assign": "^4.1.1",
|
"object-assign": "^4.1.1",
|
||||||
"scheduler": "^0.19.0"
|
"scheduler": "^0.20.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.0-alpha"
|
"react": "17.0.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
"cjs/"
|
"cjs/"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.0-alpha"
|
"react": "^17.0.0"
|
||||||
},
|
},
|
||||||
"browser": {
|
"browser": {
|
||||||
"./index.js": "./index.browser.js"
|
"./index.js": "./index.browser.js"
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
"loose-envify": "^1.1.0"
|
"loose-envify": "^1.1.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.0-alpha"
|
"react": "^17.0.0"
|
||||||
},
|
},
|
||||||
"browserify": {
|
"browserify": {
|
||||||
"transform": [
|
"transform": [
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "react-is",
|
"name": "react-is",
|
||||||
"version": "17.0.0-alpha.0",
|
"version": "17.0.0",
|
||||||
"description": "Brand checking of React Elements.",
|
"description": "Brand checking of React Elements.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,6 @@
|
||||||
"scheduler": "^0.11.0"
|
"scheduler": "^0.11.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.0-alpha"
|
"react": "^17.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
"react-server": "*"
|
"react-server": "*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.0-alpha"
|
"react": "^17.0.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "react-reconciler",
|
"name": "react-reconciler",
|
||||||
"description": "React package for creating custom renderers.",
|
"description": "React package for creating custom renderers.",
|
||||||
"version": "0.25.1",
|
"version": "0.26.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react"
|
"react"
|
||||||
],
|
],
|
||||||
|
|
@ -26,12 +26,12 @@
|
||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.0-alpha"
|
"react": "^17.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"loose-envify": "^1.1.0",
|
"loose-envify": "^1.1.0",
|
||||||
"object-assign": "^4.1.1",
|
"object-assign": "^4.1.1",
|
||||||
"scheduler": "^0.19.0"
|
"scheduler": "^0.20.0"
|
||||||
},
|
},
|
||||||
"browserify": {
|
"browserify": {
|
||||||
"transform": [
|
"transform": [
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react"
|
"react"
|
||||||
],
|
],
|
||||||
"version": "0.8.3",
|
"version": "0.9.0",
|
||||||
"homepage": "https://reactjs.org/",
|
"homepage": "https://reactjs.org/",
|
||||||
"bugs": "https://github.com/facebook/react/issues",
|
"bugs": "https://github.com/facebook/react/issues",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.0-alpha"
|
"react": "^17.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"loose-envify": "^1.1.0",
|
"loose-envify": "^1.1.0",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "react-test-renderer",
|
"name": "react-test-renderer",
|
||||||
"version": "17.0.0-alpha.0",
|
"version": "17.0.0",
|
||||||
"description": "React package for snapshot testing.",
|
"description": "React package for snapshot testing.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
@ -20,12 +20,12 @@
|
||||||
"homepage": "https://reactjs.org/",
|
"homepage": "https://reactjs.org/",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"object-assign": "^4.1.1",
|
"object-assign": "^4.1.1",
|
||||||
"react-is": "^17.0.0-alpha",
|
"react-is": "^17.0.0",
|
||||||
"react-shallow-renderer": "^16.13.1",
|
"react-shallow-renderer": "^16.13.1",
|
||||||
"scheduler": "^0.19.0"
|
"scheduler": "^0.20.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.0-alpha"
|
"react": "17.0.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
"scheduler": "^0.11.0"
|
"scheduler": "^0.11.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.0-alpha",
|
"react": "^17.0.0",
|
||||||
"react-dom": "^17.0.0-alpha"
|
"react-dom": "^17.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,8 @@
|
||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.0-alpha",
|
"react": "^17.0.0",
|
||||||
"react-dom": "^17.0.0-alpha",
|
"react-dom": "^17.0.0",
|
||||||
"webpack": "^4.43.0"
|
"webpack": "^4.43.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react"
|
"react"
|
||||||
],
|
],
|
||||||
"version": "17.0.0-alpha.0",
|
"version": "17.0.0",
|
||||||
"homepage": "https://reactjs.org/",
|
"homepage": "https://reactjs.org/",
|
||||||
"bugs": "https://github.com/facebook/react/issues",
|
"bugs": "https://github.com/facebook/react/issues",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "scheduler",
|
"name": "scheduler",
|
||||||
"version": "0.19.1",
|
"version": "0.20.0",
|
||||||
"description": "Cooperative scheduler for the browser environment.",
|
"description": "Cooperative scheduler for the browser environment.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// TODO: this is special because it gets imported during build.
|
// TODO: this is special because it gets imported during build.
|
||||||
export default '17.0.0-alpha.0';
|
export default '17.0.0';
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "use-subscription",
|
"name": "use-subscription",
|
||||||
"description": "Reusable hooks",
|
"description": "Reusable hooks",
|
||||||
"version": "1.4.1",
|
"version": "1.5.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/facebook/react.git",
|
"url": "https://github.com/facebook/react.git",
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
"object-assign": "^4.1.1"
|
"object-assign": "^4.1.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.0-alpha"
|
"react": "^17.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"rxjs": "^5.5.6"
|
"rxjs": "^5.5.6"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user