Skip to content

Commit 910aa12

Browse files
committed
upgrading dev deps + ignoring yarn.lock
1 parent 19ac67b commit 910aa12

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
!/.eslintrc.json
44
!/.travis.yml
55
package-lock.json
6+
yarn.lock
67
/bower_components/
78
/node_modules/
89
/output/

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"build": "eslint src && pulp build -- --censor-lib --strict"
66
},
77
"devDependencies": {
8-
"eslint": "^4.19.1",
9-
"pulp": "^12.2.0",
10-
"purescript-psa": "^0.6.0",
8+
"eslint": "^5.2.0",
9+
"pulp": "^12.3.0",
10+
"purescript-psa": "^0.7.2",
1111
"rimraf": "^2.6.2"
1212
}
1313
}

0 commit comments

Comments
 (0)