Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Jan 4, 2021
1 parent 2c7c049 commit f237d61
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
}
]
]
}
}
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"axios": true,
"Turbolinks": true
}
}
}
19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"eslint": "./node_modules/.bin/eslint resources/js/ --fix"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-block-scoping": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"axios": "^0.20.0",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"codeflask": "^1.4.0",
"cropperjs": "^1.5.9",
Expand All @@ -21,7 +24,7 @@
"frappe-charts": "1.5.2",
"inputmask": "^5.0.3",
"jquery": "^3.5.1",
"laravel-mix": "^5.0.9",
"laravel-mix": "^6.0.6",
"leaflet": "^1.7.1",
"lodash": "^4.17.20",
"node-sass": "^4.14.1",
Expand All @@ -36,10 +39,12 @@
"turbolinks": "^5.2.0"
},
"devDependencies": {
"eslint": "^7.13.0",
"eslint": "^7.17.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"postcss": "^8.2.2",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.0",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.12"
}
Expand Down
6 changes: 3 additions & 3 deletions public/css/orchid.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/js/orchid.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/vendor.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/mix-manifest.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f237d61

Please sign in to comment.