Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 17, 2023
1 parent eb2abac commit a755b0f
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 170 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 @@ -10,7 +10,7 @@
"vite:dev": "vite --mode development"
},
"dependencies": {
"@faker-js/faker": "^8.1.0",
"@faker-js/faker": "^8.2.0",
"@fnando/sparkline": "^0.3.10",
"@slickgrid-universal/common": "workspace:~",
"@slickgrid-universal/composite-editor-component": "workspace:~",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"node": ">=16.15.0",
"npm": ">=8.5.0"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"pnpm": {
"overrides": {
"json5@<1.0.2": ">=1.0.2",
Expand All @@ -65,14 +65,14 @@
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@jest/types": "^29.6.3",
"@lerna-lite/cli": "^2.5.1",
"@lerna-lite/publish": "^2.5.1",
"@lerna-lite/run": "^2.5.1",
"@lerna-lite/watch": "^2.5.1",
"@lerna-lite/cli": "^2.6.0",
"@lerna-lite/publish": "^2.6.0",
"@lerna-lite/run": "^2.6.0",
"@lerna-lite/watch": "^2.6.0",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"cross-env": "^7.0.3",
"cypress": "^13.3.1",
"dotenv": "^16.3.1",
Expand All @@ -87,7 +87,7 @@
"jsdom-global": "^3.0.2",
"moment-mini": "^2.29.4",
"npm-run-all2": "^6.1.1",
"pnpm": "^8.9.0",
"pnpm": "^8.9.2",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"servor": "^4.0.2",
Expand Down
Loading

0 comments on commit a755b0f

Please sign in to comment.