Skip to content

Commit

Permalink
Merge 7b4f0f3 into 71a70c7
Browse files Browse the repository at this point in the history
  • Loading branch information
antokara committed Apr 6, 2020
2 parents 71a70c7 + 7b4f0f3 commit cf32e8d
Show file tree
Hide file tree
Showing 11 changed files with 5,684 additions and 6,840 deletions.
764 changes: 456 additions & 308 deletions dev/package-lock.json

Large diffs are not rendered by default.

21 changes: 11 additions & 10 deletions dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,27 @@
"@types/dotenv": "^8.2.0",
"dotenv": "^8.2.0",
"dotenv-webpack": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"html-webpack-plugin": "^4.0.4",
"html-webpack-template": "^6.2.0",
"prettier": "^1.19.1",
"ts-loader": "^6.2.1",
"tslint": "^6.1.0",
"prettier": "^2.0.3",
"ts-loader": "^6.2.2",
"tslint": "^6.1.1",
"tslint-consistent-codestyle": "^1.16.0",
"tslint-microsoft-contrib": "^6.2.0",
"tslint-react": "^4.2.0",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"react": "^16.13.0",
"react-dom": "^16.13.0"
"@types/react": "^16.9.32",
"@types/react-dom": "^16.9.6",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"prettier": {
"singleQuote": true
"singleQuote": true,
"trailingComma": "none"
}
}
1 change: 0 additions & 1 deletion dev/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ module.exports = {
new HtmlWebpackPlugin({
title: 'React reCAPTCHA v3 v2 development example',
minify: false,
inject: false,
template: HtmlWebpackTemplatePlugin,
lang: 'en-US',
appMountId: 'root',
Expand Down

0 comments on commit cf32e8d

Please sign in to comment.