Comparing version 0.0.40 to 0.0.41
{ | ||
"name": "liyad", | ||
"private": false, | ||
"version": "0.0.40", | ||
"version": "0.0.41", | ||
"description": "Liyad (Lisp yet another DSL interpreter) is very small Lisp interpreter written in JavaScript.", | ||
@@ -29,6 +29,6 @@ "keywords": [ | ||
"@babel/preset-env": "^7.3.1", | ||
"@types/jasmine": "^3.3.8", | ||
"@types/node": "^10.12.21", | ||
"@types/react": "^16.8.2", | ||
"@types/react-dom": "^16.8.0", | ||
"@types/jasmine": "^3.3.9", | ||
"@types/node": "^11.9.4", | ||
"@types/react": "^16.8.3", | ||
"@types/react-dom": "^16.8.1", | ||
"babel-loader": "^8.0.5", | ||
@@ -41,4 +41,4 @@ "cpx": "^1.5.0", | ||
"npm-run-all": "^4.1.5", | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0", | ||
"react": "^16.8.2", | ||
"react-dom": "^16.8.2", | ||
"red-agate": "^0.2.16", | ||
@@ -51,4 +51,4 @@ "reflect-metadata": "^0.1.13", | ||
"tslint": "^5.12.1", | ||
"typescript": "^3.3.1", | ||
"webpack": "^4.29.1", | ||
"typescript": "^3.3.3", | ||
"webpack": "^4.29.3", | ||
"webpack-cli": "^3.2.3" | ||
@@ -55,0 +55,0 @@ }, |
1645427