diff --git a/package.json b/package.json index f341e39b3..3a661b5af 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "vite build", "serve": "php artisan serve", "watch": "vite build --watch", - "serve-watch": "concurrently --raw npm:serve npm:watch ", + "serve-watch": "concurrently --raw npm:serve npm:watch", "prepublishOnly": "pnpm run build", "preinstall": "npx only-allow pnpm" }, @@ -55,7 +55,7 @@ "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-transform-react-jsx": "^7.14.9", "@babel/plugin-transform-runtime": "^7.15.0", - "@babel/preset-env": "^7.15.4", + "@babel/preset-env": "^7.15.6", "@babel/preset-flow": "^7.14.5", "@bunchtogether/vite-plugin-flow": "github:maicol07/vite-plugin-flow", "@open-wc/eslint-config": "^4.3.0", @@ -65,7 +65,7 @@ "eslint-config-airbnb-base": "^14.2.1", "eslint-config-openstamanager": "github:maicol07/eslint-config-openstamanager", "eslint-plugin-flowtype": "^5.9.2", - "eslint-plugin-github": "^4.2.0", + "eslint-plugin-github": "^4.3.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-mithril": "^0.2.0", "eslint-plugin-new-with-error": "^2.0.0", @@ -75,20 +75,20 @@ "eslint-plugin-simple-import-sort": "^7.0.0", "eslint-plugin-sonarjs": "^0.10.0", "eslint-plugin-switch-case": "^1.1.2", - "eslint-plugin-unicorn": "^35.0.0", + "eslint-plugin-unicorn": "^36.0.0", "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0", "flow-bin": "^0.159.0", "flow-remove-types": "^2.159.0", "laravel-vite": "^0.0.16", "rollup-plugin-livereload": "^2.0.5", - "sass": "^1.39.0", + "sass": "^1.39.2", "stylelint": "^13.13.1", "stylelint-config-idiomatic-order": "^8.1.0", "stylelint-config-recommended-scss": "^4.3.0", "stylelint-config-standard": "^22.0.0", "stylelint-scss": "^3.20.1", - "typescript": "^4.4.2", - "vite": "^2.5.3", + "typescript": "^4.4.3", + "vite": "^2.5.7", "vite-plugin-fonts": "^0.2.2" } }