Skip to content

Commit 0eaef32

Browse files
committed
node
1 parent 805217f commit 0eaef32

3 files changed

Lines changed: 119 additions & 31 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ php:
44
- 7
55

66
install:
7-
- nvm install 6
7+
- nvm install 10
8+
- npm install
89
- composer install
910

1011
script:

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "InternshipInventory",
3-
"version": "0.1.8",
3+
"version": "1.1.0",
44
"description": "Web app for tracking and approving student internships.",
55
"main": "index.php",
66
"directories": {
@@ -10,10 +10,10 @@
1010
"dependencies": {
1111
"classnames": "^2.2.5",
1212
"corejs-typeahead": "^1.3.1",
13-
"react": "^16.14.0",
13+
"react": "~15.6.1",
1414
"react-addons-css-transition-group": "~15.6.0",
1515
"react-calendar": "^2.19.2",
16-
"react-dom": "^16.14.0",
16+
"react-dom": "~15.6.1",
1717
"react-dropzone": "~3.13.3",
1818
"react-input-calendar": "^0.5.4"
1919
},

0 commit comments

Comments
 (0)