Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Apr 26, 2024
1 parent 40479fe commit dbac7ff
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 143 deletions.
2 changes: 1 addition & 1 deletion examples/vite-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"@types/whatwg-fetch": "^0.0.33",
"sass": "^1.75.0",
"typescript": "^5.4.5",
"vite": "^5.2.9"
"vite": "^5.2.10"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"packageManager": "[email protected]",
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@jest/types": "^29.6.3",
"@lerna-lite/cli": "^3.3.3",
Expand All @@ -66,14 +66,14 @@
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"cross-env": "^7.0.3",
"cypress": "^13.8.0",
"cypress": "^13.8.1",
"cypress-real-events": "^1.12.0",
"dotenv": "^16.4.5",
"eslint": "^9.1.0",
"eslint-plugin-cypress": "^3.0.1",
"eslint": "^9.1.1",
"eslint-plugin-cypress": "^3.0.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-n": "^17.2.1",
"eslint-plugin-n": "^17.3.1",
"flatpickr": "^4.6.13",
"husky": "^9.0.11",
"jest": "^29.7.0",
Expand All @@ -92,7 +92,7 @@
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.0",
"typescript-eslint": "^7.7.1",
"whatwg-fetch": "^3.6.20"
},
"funding": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"autoprefixer": "^10.4.19",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cssnano": "^7.0.0",
"cssnano": "^7.0.1",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-force-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"fflate": "^0.8.2",
"glob": "^10.3.12",
"normalize-path": "^3.0.0",
"vite": "^5.2.9",
"vite": "^5.2.10",
"yargs": "^17.7.2"
}
}
Loading

0 comments on commit dbac7ff

Please sign in to comment.