Skip to content

Commit 669ac78

Browse files
committed
Bump version to 2.0.0
1 parent 03ad926 commit 669ac78

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-time-picker",
3-
"version": "0.0.1-alpha",
3+
"version": "2.0.0",
44
"description": "An input component for picking time for your React application.",
55
"main": "build/entry.js",
66
"es6": "src/entry.js",

test/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-time-picker-test-page",
3-
"version": "0.0.1",
3+
"version": "2.0.0",
44
"description": "A test page for React-Time-Picker.",
55
"private": true,
66
"scripts": {
@@ -20,25 +20,25 @@
2020
},
2121
"devDependencies": {
2222
"babel-core": "^6.26.0",
23-
"babel-eslint": "^8.0.2",
23+
"babel-eslint": "^8.0.3",
2424
"babel-loader": "^7.1.2",
2525
"babel-plugin-transform-class-properties": "^6.24.1",
2626
"babel-preset-env": "^1.6.1",
2727
"babel-preset-react": "^6.24.1",
2828
"babel-preset-stage-2": "^6.24.1",
29-
"copy-webpack-plugin": "^4.2.0",
29+
"copy-webpack-plugin": "^4.3.0",
3030
"css-loader": "latest",
31-
"eslint": "^4.10.0",
31+
"eslint": "^4.13.1",
3232
"eslint-config-airbnb": "^16.1.0",
3333
"eslint-plugin-class-property": "^1.0.6",
3434
"eslint-plugin-import": "^2.8.0",
35-
"eslint-plugin-jsx-a11y": "^6.0.2",
36-
"eslint-plugin-react": "^7.4.0",
35+
"eslint-plugin-jsx-a11y": "^6.0.3",
36+
"eslint-plugin-react": "^7.5.1",
3737
"less": "^2.7.3",
3838
"less-loader": "latest",
3939
"react-hot-loader": "^3.1.2",
4040
"style-loader": "latest",
41-
"webpack": "^3.8.1",
42-
"webpack-dev-server": "^2.9.4"
41+
"webpack": "^3.10.0",
42+
"webpack-dev-server": "^2.9.7"
4343
}
4444
}

0 commit comments

Comments
 (0)