Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored May 29, 2023
1 parent 4e3e1d3 commit 349715b
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 259 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.1",
"@faker-js/faker": "^8.0.2",
"@fnando/sparkline": "^0.3.10",
"@slickgrid-universal/common": "workspace:~",
"@slickgrid-universal/composite-editor-component": "workspace:~",
Expand All @@ -36,10 +36,10 @@
"@rollup/plugin-dynamic-import-vars": "^2.0.3",
"@types/fnando__sparkline": "^0.3.4",
"@types/moment": "^2.13.0",
"@types/node": "^18.16.13",
"@types/node": "^18.16.16",
"@types/whatwg-fetch": "^0.0.33",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"vite": "^4.3.8"
"vite": "^4.3.9"
}
}
14 changes: 7 additions & 7 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": "pnpm@8.5.1",
"packageManager": "pnpm@8.6.0",
"pnpm": {
"overrides": {
"json5@<1.0.2": ">=1.0.2",
Expand All @@ -70,11 +70,11 @@
"@lerna-lite/run": "^2.4.0",
"@lerna-lite/watch": "^2.4.0",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.13",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@types/node": "^18.16.16",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"cross-env": "^7.0.3",
"cypress": "^12.12.0",
"cypress": "^12.13.0",
"dotenv": "^16.0.3",
"eslint": "^8.41.0",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -83,11 +83,11 @@
"jest-cli": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-extended": "^3.2.4",
"jsdom": "^22.0.0",
"jsdom": "^22.1.0",
"jsdom-global": "^3.0.2",
"moment-mini": "^2.29.4",
"npm-run-all2": "^6.0.5",
"pnpm": "^8.5.1",
"pnpm": "^8.6.0",
"rimraf": "^5.0.1",
"rxjs": "^7.8.1",
"servor": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"cross-env": "^7.0.3",
"cssnano": "^6.0.1",
"npm-run-all2": "^6.0.5",
"postcss": "^8.4.23",
"postcss": "^8.4.24",
"postcss-cli": "^10.1.0",
"sass": "^1.62.1"
},
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 @@ -81,7 +81,7 @@
"cross-env": "^7.0.3",
"esbuild": "^0.17.19",
"npm-run-all2": "^6.0.5",
"vite": "^4.3.8",
"vite": "^4.3.9",
"yargs": "^17.7.2"
}
}
Loading

0 comments on commit 349715b

Please sign in to comment.