package.json in rack-queries-0.2.0 vs package.json in rack-queries-0.2.1
- old
+ new
@@ -1,8 +1,8 @@
{
"name": "rack-queries",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "The frontend component of the rack queries page",
"main": "src/app.js",
"scripts": {
"build": "webpack --mode development",
"build:prod": "webpack --mode production",
@@ -18,20 +18,20 @@
"bugs": {
"url": "https://github.com/CultureHQ/rack-queries/issues"
},
"homepage": "https://github.com/CultureHQ/rack-queries#readme",
"dependencies": {
- "react": "^16.8.6",
- "react-dom": "^16.8.6"
+ "react": "^16.9.0",
+ "react-dom": "^16.9.0"
},
"devDependencies": {
- "@babel/cli": "^7.4.4",
- "@babel/core": "^7.4.4",
- "@babel/preset-env": "^7.4.4",
+ "@babel/cli": "^7.5.5",
+ "@babel/core": "^7.5.5",
+ "@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
- "@culturehq/scripts": "^0.1.3",
+ "@culturehq/scripts": "^2.2.0",
+ "@testing-library/react": "^8.0.9",
"babel-loader": "^8.0.6",
- "react-testing-library": "^7.0.0",
- "webpack": "^4.31.0",
- "webpack-cli": "^3.3.2"
+ "webpack": "^4.39.1",
+ "webpack-cli": "^3.3.6"
}
}