mirror of
https://github.com/astuto/astuto.git
synced 2025-12-14 18:57:51 +01:00
Update rails, webpacker and other deps (#122)
* Update webpacker to 4.3.0 * Update Rails to 6.0.5 * Update webpack-dev-server to 3.11.0 * Update @rails packages to 6.0.5 in package.json
This commit is contained in:
committed by
GitHub
parent
94f77517a8
commit
db674eaf6a
14
package.json
14
package.json
@@ -1,12 +1,13 @@
|
||||
{
|
||||
"name": "app",
|
||||
"name": "astuto",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@rails/actioncable": "^6.0.0-alpha",
|
||||
"@rails/activestorage": "^6.0.0-alpha",
|
||||
"@rails/ujs": "^6.0.0-alpha",
|
||||
"@rails/webpacker": "^4.0.7",
|
||||
"@rails/actioncable": "6.0.5",
|
||||
"@rails/activestorage": "6.0.5",
|
||||
"@rails/ujs": "6.0.5",
|
||||
"@rails/webpacker": "4.3.0",
|
||||
"@types/react": "^16.9.2",
|
||||
"@types/react-dom": "^16.9.0",
|
||||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
||||
@@ -30,9 +31,8 @@
|
||||
"turbolinks": "^5.2.0",
|
||||
"typescript": "^3.5.3"
|
||||
},
|
||||
"version": "0.1.0",
|
||||
"devDependencies": {
|
||||
"@types/react-redux": "^7.1.3",
|
||||
"webpack-dev-server": "^3.8.0"
|
||||
"webpack-dev-server": "3.11.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user