Skip to content

Commit

Permalink
Merge pull request #46 from michelegiorgi/development
Browse files Browse the repository at this point in the history
bump dependencies
  • Loading branch information
michelegiorgi authored Jan 22, 2022
2 parents 7a00288 + 64d7838 commit ccb126c
Show file tree
Hide file tree
Showing 3 changed files with 2,849 additions and 4,266 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"scripts": {
"build": "cross-env NODE_ENV=development run-s mix",
"build:production": "cross-env NODE_ENV=production run-s clean mix",
"start": "cross-env NODE_ENV=development run-s \"mix -- --watch\"",
"mix": "webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"start": "cross-env NODE_ENV=development run-s \"mix --watch\"",
"mix": "webpack --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"clean": "run-p clean:*",
"clean:dist": "rimraf dist",
"release": "yarn build:production && mkdir -p release/formality/trunk && cp -R admin dist includes languages public readme.txt formality.php license.txt uninstall.php index.php release/formality/trunk && cp -R release/formality/trunk release/formality/tags",
Expand All @@ -34,35 +34,35 @@
"i18n": "yarn i18n:pot"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.12.1",
"@babel/preset-react": "^7.12.7",
"@wordpress/babel-preset-default": "^4.17.0",
"@wordpress/browserslist-config": "^2.7.0",
"@wordpress/dependency-extraction-webpack-plugin": "^2.8.0",
"@babel/plugin-syntax-jsx": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@wordpress/babel-preset-default": "^6.4.1",
"@wordpress/browserslist-config": "^4.1.0",
"@wordpress/dependency-extraction-webpack-plugin": "^3.2.1",
"babel-eslint": "^10.1.0",
"browser-sync": "^2.26.12",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.0.1",
"cross-env": "^7.0.2",
"eslint": "^7.7.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-react": "^7.21.5",
"laravel-mix": "^5.0.4",
"laravel-mix-copy-watched": "^2.2.4",
"laravel-mix-purgecss": "^5.0.0",
"eslint": "^8.7.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react": "^7.28.0",
"laravel-mix": "^6.0.41",
"laravel-mix-banner": "^0.1.4",
"laravel-mix-copy-watched": "^2.3.1",
"laravel-mix-purgecss": "^6.0.0",
"npm-run-all": "^4.1",
"purgecss-with-wordpress": "^2.3.0",
"purgecss-with-wordpress": "^4.1.0",
"rimraf": "^3.0.2",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0",
"vue-template-compiler": "^2.6.12",
"laravel-mix-banner": "^0.1.4"
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"stylelint": "^14.2.0",
"stylelint-config-standard": "^24.0.0",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"clone-deep": "^4.0.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-sortable-hoc": "^1.10.1"
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-sortable-hoc": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Mix.manifest.refresh = _ => void 0
const mix = require('laravel-mix');
Mix.manifest.refresh = _ => void 0
const devUrl = 'formality.local';
require('laravel-mix-copy-watched');
require('laravel-mix-banner');
Expand Down
Loading

0 comments on commit ccb126c

Please sign in to comment.