Skip to content

Commit

Permalink
chore(dev-deps): ⬆️ update devdependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 18, 2023
1 parent 6257ea8 commit 9e168bb
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 276 deletions.
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"browserslist-to-esbuild": "^1.2.0",
"vite": "^4.3.9",
"vite": "^4.4.9",
"vite-plugin-top-level-await": "^1.3.1"
},
"browserslist": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,23 @@
"@babel/eslint-parser": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
"eslint": "^8.44.0",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^4.2.1",
"gacp": "^3.0.3",
"husky": "^8.0.3",
"lint-staged": "^14.0.0",
"npm-run-all": "^4.1.5",
"pinst": "^3.0.0",
"prettier": "^2.8.8",
"prettier-plugin-pkg": "^0.17.1",
"prettier-plugin-pkg": "^0.18.0",
"stylelint": "^15.10.3",
"stylelint-config-clean-order": "^5.0.1",
"stylelint-config-clean-order": "^5.2.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^34.0.0",
"turbo": "^1.10.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/js-bottomsheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"animejs": "^3.2.1"
},
"devDependencies": {
"vite": "^4.3.9"
"vite": "^4.4.9"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 9e168bb

Please sign in to comment.