Skip to content

Commit 4715075

Browse files
committed
update package & update version
1 parent 1973d53 commit 4715075

File tree

2 files changed

+117
-50
lines changed

2 files changed

+117
-50
lines changed

package-lock.json

Lines changed: 110 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taskontable",
3-
"version": "0.1.0",
3+
"version": "0.0.4",
44
"private": true,
55
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
66
"scripts": {
@@ -18,27 +18,27 @@
1818
},
1919
"dependencies": {
2020
"@firebase/app": "^0.3.3",
21-
"@firebase/auth": "^0.7.3",
21+
"@firebase/auth": "^0.7.4",
2222
"@firebase/database": "^0.3.4",
2323
"@firebase/messaging": "^0.3.5",
2424
"@firebase/storage": "^0.2.3",
25-
"@material-ui/core": "^3.0.1",
25+
"@material-ui/core": "^3.0.3",
2626
"@material-ui/icons": "^3.0.1",
2727
"codemirror": "^5.40.0",
2828
"cropperjs": "^1.4.1",
2929
"d3": "^5.7.0",
3030
"expo": "^27.0.1",
3131
"fast-clone": "^1.5.3",
3232
"fast-equals": "^1.6.0",
33-
"handsontable": "^5.0.1",
33+
"handsontable": "^5.0.2",
3434
"localforage": "^1.7.2",
3535
"lodash.debounce": "^4.0.8",
36-
"material-ui-chip-input": "^1.0.0-beta.5",
36+
"material-ui-chip-input": "^1.0.0-beta.7",
3737
"moment": "^2.22.2",
3838
"node-polyglot": "^2.3.0",
3939
"prop-types": "^15.6.2",
4040
"ramda": "^0.25.0",
41-
"raven-js": "^3.26.3",
41+
"raven-js": "^3.27.0",
4242
"react": "^16.5.0",
4343
"react-codemirror2": "^5.1.0",
4444
"react-dom": "^16.5.0",
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@storybook/react": "^3.4.10",
5555
"chai": "^4.1.2",
56-
"eslint": "^5.4.0",
56+
"eslint": "^5.5.0",
5757
"eslint-config-airbnb": "^17.1.0",
5858
"eslint-plugin-import": "^2.14.0",
5959
"eslint-plugin-jsx-a11y": "^6.1.1",

0 commit comments

Comments
 (0)