mirror of
https://github.com/encounter/react-add-to-calendar.git
synced 2026-07-10 21:18:44 -07:00
updating dependencies and fixing errors from deprecated code in the latest react version which resolves #10
This commit is contained in:
+49
-46
@@ -27,69 +27,72 @@
|
||||
"react-component"
|
||||
],
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.8.0",
|
||||
"babel-loader": "^6.2.4",
|
||||
"babel-core": "^6.24.1",
|
||||
"babel-loader": "^6.4.1",
|
||||
"babel-plugin-react-transform": "^2.0.2",
|
||||
"babel-preset-airbnb": "^2.0.0",
|
||||
"babel-preset-es2015": "^6.6.0",
|
||||
"babel-preset-react": "^6.5.0",
|
||||
"babel-preset-stage-0": "^6.5.0",
|
||||
"babel-preset-airbnb": "^2.2.3",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-preset-react": "^6.24.1",
|
||||
"babel-preset-stage-0": "^6.24.1",
|
||||
"chai": "^3.5.0",
|
||||
"codecov.io": "^0.1.6",
|
||||
"css-loader": "^0.23.0",
|
||||
"enzyme": "^2.4.0",
|
||||
"eslint": "^1.10.3",
|
||||
"eslint-config-standard": "^4.4.0",
|
||||
"eslint-plugin-promise": "^1.1.0",
|
||||
"eslint-plugin-react": "^3.14.0",
|
||||
"eslint-plugin-standard": "^1.3.2",
|
||||
"express": "^4.13.3",
|
||||
"codecov": "^2.2.0",
|
||||
"create-react-class": "^15.5.3",
|
||||
"css-loader": "^0.28.2",
|
||||
"enzyme": "^2.8.2",
|
||||
"eslint": "^3.19.0",
|
||||
"eslint-config-standard": "^10.2.1",
|
||||
"eslint-plugin-import": "^2.2.0",
|
||||
"eslint-plugin-node": "^4.2.2",
|
||||
"eslint-plugin-promise": "^3.5.0",
|
||||
"eslint-plugin-react": "^7.0.1",
|
||||
"eslint-plugin-standard": "^3.0.1",
|
||||
"express": "^4.15.3",
|
||||
"extract-text-webpack-plugin": "^1.0.1",
|
||||
"grunt": "1.0.1",
|
||||
"grunt-babel": "^6.0.0",
|
||||
"grunt-cli": "^1.2.0",
|
||||
"grunt-contrib-sass": "1.0.0",
|
||||
"grunt-contrib-watch": "1.0.0",
|
||||
"grunt-eslint": "^17.3.2",
|
||||
"grunt-eslint": "^19.0.0",
|
||||
"grunt-karma": "^2.0.0",
|
||||
"grunt-scss-lint": "^0.3.8",
|
||||
"grunt-webpack": "^1.0.11",
|
||||
"highlight.js": "^9.0.0",
|
||||
"isparta-loader": "^2.0.0",
|
||||
"jsdom": "^9.6.0",
|
||||
"karma": "^1.2.0",
|
||||
"grunt-scss-lint": "^0.5.0",
|
||||
"grunt-webpack": "^1.0.18",
|
||||
"highlight.js": "^9.11.0",
|
||||
"istanbul-instrumenter-loader": "^2.0.0",
|
||||
"jsdom": "^9.12.0",
|
||||
"karma": "^1.7.0",
|
||||
"karma-chai": "^0.1.0",
|
||||
"karma-chrome-launcher": "^2.0.0",
|
||||
"karma-coverage": "^1.0.0",
|
||||
"karma-firefox-launcher": "^1.0.0",
|
||||
"karma-mocha": "^1.0.1",
|
||||
"karma-chrome-launcher": "^2.1.1",
|
||||
"karma-coverage": "^1.1.1",
|
||||
"karma-firefox-launcher": "^1.0.1",
|
||||
"karma-mocha": "^1.3.0",
|
||||
"karma-safari-launcher": "^1.0.0",
|
||||
"karma-sinon": "^1.0.5",
|
||||
"karma-sourcemap-loader": "^0.3.7",
|
||||
"karma-webpack": "^1.7.0",
|
||||
"lodash": "^4.3.0",
|
||||
"mocha": "^3.0.2",
|
||||
"karma-webpack": "^1.8.1",
|
||||
"lodash": "^4.17.4",
|
||||
"mocha": "^3.4.1",
|
||||
"mocha-jsdom": "^1.1.0",
|
||||
"node-sass": "^3.4.2",
|
||||
"react": "^15.0.0",
|
||||
"react-addons-test-utils": "^15.0.0",
|
||||
"react-docgen": "^2.7.0",
|
||||
"react-dom": "^15.0.0",
|
||||
"node-sass": "^3.13.1",
|
||||
"prop-types": "^15.5.10",
|
||||
"react": "^15.5.4",
|
||||
"react-docgen": "^2.15.0",
|
||||
"react-dom": "^15.5.4",
|
||||
"react-transform-hmr": "^1.0.4",
|
||||
"sass-loader": "^4.0.0",
|
||||
"sinon": "^1.15.4",
|
||||
"style-loader": "^0.13.1",
|
||||
"webpack": "^1.13.0",
|
||||
"webpack-dev-middleware": "^1.6.1",
|
||||
"webpack-dev-server": "^1.14.1",
|
||||
"webpack-hot-middleware": "^2.10.0"
|
||||
"sass-loader": "^4.1.1",
|
||||
"sinon": "^1.17.7",
|
||||
"style-loader": "^0.18.0",
|
||||
"webpack": "^1.15.0",
|
||||
"webpack-dev-middleware": "^1.10.2",
|
||||
"webpack-dev-server": "^1.16.4",
|
||||
"webpack-hot-middleware": "^2.18.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^0.14.0 || ^15.0.0",
|
||||
"react-dom": "^0.14.0 || ^15.0.0"
|
||||
"react": "^15.5.4",
|
||||
"react-dom": "^15.5.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"moment": "^2.15.1"
|
||||
"moment": "^2.18.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "NODE_ENV=production grunt build",
|
||||
@@ -97,6 +100,6 @@
|
||||
"test": "NODE_ENV=test grunt travis",
|
||||
"eslint": "eslint **/*.js",
|
||||
"prepublish": "npm run build",
|
||||
"codecov": "cat coverage/*/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js"
|
||||
"codecov": "cat coverage/*/lcov.info | ./node_modules/codecov/bin/codecov"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user