Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jun 17, 2024
1 parent 989d68c commit 18e8164
Show file tree
Hide file tree
Showing 5 changed files with 296 additions and 325 deletions.
6 changes: 3 additions & 3 deletions examples/vite-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
},
"devDependencies": {
"@types/fnando__sparkline": "^0.3.7",
"@types/node": "^20.14.2",
"@types/node": "^20.14.3",
"@types/whatwg-fetch": "^0.0.33",
"sass": "^1.77.4",
"sass": "^1.77.5",
"typescript": "^5.5.1-rc",
"vite": "^5.2.13"
"vite": "^5.3.1"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,21 @@
"@formkit/tempo": "^0.1.1",
"@jest/types": "^29.6.3",
"@lerna-lite/cli": "^3.5.1",
"@lerna-lite/publish": "^3.5.1",
"@lerna-lite/publish": "^3.5.2",
"@lerna-lite/run": "^3.5.1",
"@lerna-lite/watch": "^3.5.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@types/node": "^20.14.3",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"cypress": "^13.11.0",
"cypress-real-events": "^1.12.0",
"cypress-real-events": "^1.13.0",
"dotenv": "^16.4.5",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-n": "^17.8.1",
"eslint-plugin-n": "^17.9.0",
"globals": "^15.6.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
Expand All @@ -91,10 +91,10 @@
"rxjs": "^7.8.1",
"servor": "^4.0.2",
"sortablejs": "^1.15.2",
"ts-jest": "^29.1.4",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.1-rc",
"typescript-eslint": "^7.12.0",
"typescript-eslint": "^7.13.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 @@ -87,7 +87,7 @@
"npm-run-all2": "^6.2.0",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"sass": "^1.77.4"
"sass": "^1.77.5"
},
"engines": {
"node": "^18.0.0 || >=20.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.4.1",
"normalize-path": "^3.0.0",
"vite": "^5.2.13",
"vite": "^5.3.1",
"yargs": "^17.7.2"
}
}
Loading

0 comments on commit 18e8164

Please sign in to comment.