Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 19, 2023
1 parent edf5721 commit c4313b0
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 625 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 @@ -11,7 +11,7 @@
"vite:dev": "vite --mode development"
},
"dependencies": {
"@faker-js/faker": "^8.0.0",
"@faker-js/faker": "^8.0.1",
"@fnando/sparkline": "^0.3.10",
"@slickgrid-universal/common": "workspace:~",
"@slickgrid-universal/composite-editor-component": "workspace:~",
Expand All @@ -37,10 +37,10 @@
"@types/fnando__sparkline": "^0.3.4",
"@types/jquery": "^3.5.16",
"@types/moment": "^2.13.0",
"@types/node": "^18.16.9",
"@types/node": "^18.16.13",
"@types/whatwg-fetch": "^0.0.33",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"vite": "^4.3.5"
"vite": "^4.3.8"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.3",
"@jest/types": "^29.5.0",
"@lerna-lite/cli": "^2.3.0",
"@lerna-lite/publish": "^2.3.0",
"@lerna-lite/run": "^2.3.0",
"@lerna-lite/watch": "^2.3.0",
"@lerna-lite/cli": "^2.4.0",
"@lerna-lite/publish": "^2.4.0",
"@lerna-lite/run": "^2.4.0",
"@lerna-lite/watch": "^2.4.0",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.9",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@types/node": "^18.16.13",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"cross-env": "^7.0.3",
"cypress": "^12.12.0",
"dotenv": "^16.0.3",
"eslint": "^8.40.0",
"eslint": "^8.41.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^29.5.0",
Expand All @@ -89,7 +89,7 @@
"moment-mini": "^2.29.4",
"npm-run-all2": "^6.0.5",
"pnpm": "^8.5.1",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"rxjs": "^7.8.1",
"servor": "^4.0.2",
"slickgrid": "^3.0.4",
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 @@ -83,7 +83,7 @@
"cross-env": "^7.0.3",
"esbuild": "^0.17.19",
"npm-run-all2": "^6.0.5",
"vite": "^4.3.5",
"vite": "^4.3.8",
"yargs": "^17.7.2"
}
}
Loading

0 comments on commit c4313b0

Please sign in to comment.