Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (ghiscoding#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Dec 15, 2023
1 parent d13c3c7 commit 915ce0a
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 486 deletions.
4 changes: 2 additions & 2 deletions examples/vite-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"moment-mini": "^2.29.4",
"multiple-select-vanilla": "^0.6.3",
"rxjs": "^7.8.1",
"whatwg-fetch": "^3.6.19"
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@types/fnando__sparkline": "^0.3.7",
"@types/node": "^20.10.4",
"@types/whatwg-fetch": "^0.0.33",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"vite": "^5.0.7"
"vite": "^5.0.9"
}
}
12 changes: 6 additions & 6 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].1",
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@jest/types": "^29.6.3",
Expand All @@ -65,13 +65,13 @@
"@lerna-lite/watch": "^3.1.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"cross-env": "^7.0.3",
"cypress": "^13.6.1",
"dotenv": "^16.3.1",
"eslint": "^8.55.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
Expand All @@ -81,7 +81,7 @@
"jsdom-global": "^3.0.2",
"moment-mini": "^2.29.4",
"npm-run-all2": "^6.1.1",
"pnpm": "^8.12.0",
"pnpm": "^8.12.1",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"servor": "^4.0.2",
Expand All @@ -90,7 +90,7 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"whatwg-fetch": "^3.6.19"
"whatwg-fetch": "^3.6.20"
},
"funding": {
"type": "ko_fi",
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 @@
"autoprefixer": "^10.4.16",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cssnano": "^6.0.1",
"cssnano": "^6.0.2",
"npm-run-all2": "^6.1.1",
"postcss": "^8.4.32",
"postcss-cli": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"flatpickr": "^4.6.13",
"slickgrid": "^4.1.7",
"sortablejs": "^1.15.1",
"whatwg-fetch": "^3.6.19"
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@slickgrid-universal/graphql": "workspace:~",
Expand Down
4 changes: 2 additions & 2 deletions packages/vanilla-force-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
"@slickgrid-universal/text-export": "workspace:~",
"@slickgrid-universal/utils": "workspace:~",
"@slickgrid-universal/vanilla-bundle": "workspace:~",
"whatwg-fetch": "^3.6.19"
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"archiver": "^6.0.1",
"cross-env": "^7.0.3",
"esbuild": "^0.19.9",
"npm-run-all2": "^6.1.1",
"vite": "^5.0.7",
"vite": "^5.0.9",
"yargs": "^17.7.2"
}
}
Loading

0 comments on commit 915ce0a

Please sign in to comment.