forked from cybrespace/mastodon
		
	Update dependencies for Node.js (#3967)
* Update @storybook/addon-actions to v3.1.6 * Update @storybook/react to v3.1.6 * Update babel-loader to v7.1.0 * Update babel-plugin-transform-react-remove-prop-types to v0.4.6 * Update enzyme to v2.9.1 * Update fsevents to v1.1.2 * Update intersection-observer to v0.3.2 * Update npmlog to v4.1.2 * Update pg to v6.4.0 * Update postcss-loader to v2.0.6 * Update rails-ujs to v5.1.2 * Update react to v15.6.1 * Update react-addons-shallow-compare to v15.6.0 * Update react-dom to v15.6.0 * Update react-notification to v6.7.1 * Update react-test-renderer to v15.6.1 * Update react-textarea-autosize to v5.0.7 * Update redux to v3.7.1 * Update resolve-url-loader to v2.1.0 * Update sass-loader to v6.0.6 * Update sinon to v2.3.5 * Update stringz to v0.2.2 * Update uuid to v3.1.0 * Update websocket.js to v0.1.12 * Update yargs to v8.0.2 * yarn upgrade
This commit is contained in:
		
							parent
							
								
									8f2c91568c
								
							
						
					
					
						commit
						e2dd576a1b
					
				
					 2 changed files with 348 additions and 267 deletions
				
			
		
							
								
								
									
										48
									
								
								package.json
									
										
									
									
									
								
							
							
						
						
									
										48
									
								
								package.json
									
										
									
									
									
								
							| 
						 | 
					@ -24,7 +24,7 @@
 | 
				
			||||||
    "axios": "^0.16.2",
 | 
					    "axios": "^0.16.2",
 | 
				
			||||||
    "babel-cli": "^6.24.1",
 | 
					    "babel-cli": "^6.24.1",
 | 
				
			||||||
    "babel-core": "^6.25.0",
 | 
					    "babel-core": "^6.25.0",
 | 
				
			||||||
    "babel-loader": "^7.0.0",
 | 
					    "babel-loader": "^7.1.0",
 | 
				
			||||||
    "babel-plugin-lodash": "^3.2.11",
 | 
					    "babel-plugin-lodash": "^3.2.11",
 | 
				
			||||||
    "babel-plugin-react-intl": "^2.3.1",
 | 
					    "babel-plugin-react-intl": "^2.3.1",
 | 
				
			||||||
    "babel-plugin-react-transform": "^2.0.2",
 | 
					    "babel-plugin-react-transform": "^2.0.2",
 | 
				
			||||||
| 
						 | 
					@ -35,7 +35,7 @@
 | 
				
			||||||
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
 | 
					    "babel-plugin-transform-object-rest-spread": "^6.23.0",
 | 
				
			||||||
    "babel-plugin-transform-react-jsx-self": "^6.22.0",
 | 
					    "babel-plugin-transform-react-jsx-self": "^6.22.0",
 | 
				
			||||||
    "babel-plugin-transform-react-jsx-source": "^6.22.0",
 | 
					    "babel-plugin-transform-react-jsx-source": "^6.22.0",
 | 
				
			||||||
    "babel-plugin-transform-react-remove-prop-types": "^0.4.5",
 | 
					    "babel-plugin-transform-react-remove-prop-types": "^0.4.6",
 | 
				
			||||||
    "babel-plugin-transform-runtime": "^6.23.0",
 | 
					    "babel-plugin-transform-runtime": "^6.23.0",
 | 
				
			||||||
    "babel-preset-env": "^1.5.2",
 | 
					    "babel-preset-env": "^1.5.2",
 | 
				
			||||||
    "babel-preset-react": "^6.24.1",
 | 
					    "babel-preset-react": "^6.24.1",
 | 
				
			||||||
| 
						 | 
					@ -55,7 +55,7 @@
 | 
				
			||||||
    "glob": "^7.1.1",
 | 
					    "glob": "^7.1.1",
 | 
				
			||||||
    "http-link-header": "^0.8.0",
 | 
					    "http-link-header": "^0.8.0",
 | 
				
			||||||
    "immutable": "^3.8.1",
 | 
					    "immutable": "^3.8.1",
 | 
				
			||||||
    "intersection-observer": "^0.3.0",
 | 
					    "intersection-observer": "^0.3.2",
 | 
				
			||||||
    "intl": "^1.2.5",
 | 
					    "intl": "^1.2.5",
 | 
				
			||||||
    "intl-relativeformat": "^1.3.0",
 | 
					    "intl-relativeformat": "^1.3.0",
 | 
				
			||||||
    "is-nan": "^1.2.1",
 | 
					    "is-nan": "^1.2.1",
 | 
				
			||||||
| 
						 | 
					@ -65,71 +65,71 @@
 | 
				
			||||||
    "marky": "^1.2.0",
 | 
					    "marky": "^1.2.0",
 | 
				
			||||||
    "mkdirp": "^0.5.1",
 | 
					    "mkdirp": "^0.5.1",
 | 
				
			||||||
    "node-sass": "^4.5.2",
 | 
					    "node-sass": "^4.5.2",
 | 
				
			||||||
    "npmlog": "^4.1.0",
 | 
					    "npmlog": "^4.1.2",
 | 
				
			||||||
    "object-assign": "^4.1.1",
 | 
					    "object-assign": "^4.1.1",
 | 
				
			||||||
    "path-complete-extname": "^0.1.0",
 | 
					    "path-complete-extname": "^0.1.0",
 | 
				
			||||||
    "pg": "^6.2.4",
 | 
					    "pg": "^6.4.0",
 | 
				
			||||||
    "postcss-loader": "^2.0.5",
 | 
					    "postcss-loader": "^2.0.6",
 | 
				
			||||||
    "postcss-smart-import": "^0.7.4",
 | 
					    "postcss-smart-import": "^0.7.4",
 | 
				
			||||||
    "precss": "^1.4.0",
 | 
					    "precss": "^1.4.0",
 | 
				
			||||||
    "prop-types": "^15.5.10",
 | 
					    "prop-types": "^15.5.10",
 | 
				
			||||||
    "punycode": "^2.1.0",
 | 
					    "punycode": "^2.1.0",
 | 
				
			||||||
    "rails-ujs": "^5.1.1",
 | 
					    "rails-ujs": "^5.1.2",
 | 
				
			||||||
    "react": "^15.6.0",
 | 
					    "react": "^15.6.1",
 | 
				
			||||||
    "react-addons-perf": "^15.4.2",
 | 
					    "react-addons-perf": "^15.4.2",
 | 
				
			||||||
    "react-addons-shallow-compare": "^15.5.2",
 | 
					    "react-addons-shallow-compare": "^15.6.0",
 | 
				
			||||||
    "react-dom": "^15.6.0",
 | 
					    "react-dom": "^15.6.1",
 | 
				
			||||||
    "react-immutable-proptypes": "^2.1.0",
 | 
					    "react-immutable-proptypes": "^2.1.0",
 | 
				
			||||||
    "react-immutable-pure-component": "^1.0.0",
 | 
					    "react-immutable-pure-component": "^1.0.0",
 | 
				
			||||||
    "react-intl": "^2.3.0",
 | 
					    "react-intl": "^2.3.0",
 | 
				
			||||||
    "react-motion": "^0.5.0",
 | 
					    "react-motion": "^0.5.0",
 | 
				
			||||||
    "react-notification": "^6.7.0",
 | 
					    "react-notification": "^6.7.1",
 | 
				
			||||||
    "react-redux": "^5.0.4",
 | 
					    "react-redux": "^5.0.4",
 | 
				
			||||||
    "react-redux-loading-bar": "^2.9.2",
 | 
					    "react-redux-loading-bar": "^2.9.2",
 | 
				
			||||||
    "react-router-dom": "^4.1.1",
 | 
					    "react-router-dom": "^4.1.1",
 | 
				
			||||||
    "react-router-scroll": "ytase/react-router-scroll#build",
 | 
					    "react-router-scroll": "ytase/react-router-scroll#build",
 | 
				
			||||||
    "react-simple-dropdown": "^3.0.0",
 | 
					    "react-simple-dropdown": "^3.0.0",
 | 
				
			||||||
    "react-swipeable": "^4.0.1",
 | 
					    "react-swipeable": "^4.0.1",
 | 
				
			||||||
    "react-textarea-autosize": "^5.0.6",
 | 
					    "react-textarea-autosize": "^5.0.7",
 | 
				
			||||||
    "react-toggle": "^4.0.1",
 | 
					    "react-toggle": "^4.0.1",
 | 
				
			||||||
    "redis": "^2.7.1",
 | 
					    "redis": "^2.7.1",
 | 
				
			||||||
    "redux": "^3.6.0",
 | 
					    "redux": "^3.7.1",
 | 
				
			||||||
    "redux-immutable": "^4.0.0",
 | 
					    "redux-immutable": "^4.0.0",
 | 
				
			||||||
    "redux-thunk": "^2.2.0",
 | 
					    "redux-thunk": "^2.2.0",
 | 
				
			||||||
    "requestidlecallback": "^0.3.0",
 | 
					    "requestidlecallback": "^0.3.0",
 | 
				
			||||||
    "reselect": "^3.0.1",
 | 
					    "reselect": "^3.0.1",
 | 
				
			||||||
    "resolve-url-loader": "^2.0.2",
 | 
					    "resolve-url-loader": "^2.1.0",
 | 
				
			||||||
    "rimraf": "^2.6.1",
 | 
					    "rimraf": "^2.6.1",
 | 
				
			||||||
    "sass-loader": "^6.0.5",
 | 
					    "sass-loader": "^6.0.6",
 | 
				
			||||||
    "stringz": "^0.2.1",
 | 
					    "stringz": "^0.2.2",
 | 
				
			||||||
    "style-loader": "^0.18.2",
 | 
					    "style-loader": "^0.18.2",
 | 
				
			||||||
    "throng": "^4.0.0",
 | 
					    "throng": "^4.0.0",
 | 
				
			||||||
    "tiny-queue": "^0.2.1",
 | 
					    "tiny-queue": "^0.2.1",
 | 
				
			||||||
    "uuid": "^3.0.1",
 | 
					    "uuid": "^3.1.0",
 | 
				
			||||||
    "uws": "^0.14.5",
 | 
					    "uws": "^0.14.5",
 | 
				
			||||||
    "webpack": "^3.0.0",
 | 
					    "webpack": "^3.0.0",
 | 
				
			||||||
    "webpack-bundle-analyzer": "^2.8.2",
 | 
					    "webpack-bundle-analyzer": "^2.8.2",
 | 
				
			||||||
    "webpack-manifest-plugin": "^1.1.0",
 | 
					    "webpack-manifest-plugin": "^1.1.0",
 | 
				
			||||||
    "webpack-merge": "^4.1.0",
 | 
					    "webpack-merge": "^4.1.0",
 | 
				
			||||||
    "websocket.js": "^0.1.10"
 | 
					    "websocket.js": "^0.1.12"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "@storybook/addon-actions": "^3.1.2",
 | 
					    "@storybook/addon-actions": "^3.1.6",
 | 
				
			||||||
    "@storybook/react": "^3.1.3",
 | 
					    "@storybook/react": "^3.1.6",
 | 
				
			||||||
    "babel-eslint": "^7.2.3",
 | 
					    "babel-eslint": "^7.2.3",
 | 
				
			||||||
    "chai": "^4.0.1",
 | 
					    "chai": "^4.0.1",
 | 
				
			||||||
    "chai-enzyme": "^0.7.1",
 | 
					    "chai-enzyme": "^0.7.1",
 | 
				
			||||||
    "enzyme": "^2.8.2",
 | 
					    "enzyme": "^2.9.1",
 | 
				
			||||||
    "eslint": "^3.19.0",
 | 
					    "eslint": "^3.19.0",
 | 
				
			||||||
    "eslint-plugin-jsx-a11y": "^4.0.0",
 | 
					    "eslint-plugin-jsx-a11y": "^4.0.0",
 | 
				
			||||||
    "eslint-plugin-react": "^6.10.3",
 | 
					    "eslint-plugin-react": "^6.10.3",
 | 
				
			||||||
    "jsdom": "^10.1.0",
 | 
					    "jsdom": "^10.1.0",
 | 
				
			||||||
    "mocha": "^3.4.1",
 | 
					    "mocha": "^3.4.1",
 | 
				
			||||||
    "react-intl-translations-manager": "^5.0.0",
 | 
					    "react-intl-translations-manager": "^5.0.0",
 | 
				
			||||||
    "react-test-renderer": "^15.5.4",
 | 
					    "react-test-renderer": "^15.6.1",
 | 
				
			||||||
    "sinon": "^2.3.4",
 | 
					    "sinon": "^2.3.5",
 | 
				
			||||||
    "webpack-dev-server": "lencioni/webpack-dev-server#patch-1",
 | 
					    "webpack-dev-server": "lencioni/webpack-dev-server#patch-1",
 | 
				
			||||||
    "yargs": "^8.0.1"
 | 
					    "yargs": "^8.0.2"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "optionalDependencies": {
 | 
					  "optionalDependencies": {
 | 
				
			||||||
    "fsevents": "*"
 | 
					    "fsevents": "*"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue