Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jun 28, 2024
1 parent 3fc5f0c commit e89d1ad
Show file tree
Hide file tree
Showing 6 changed files with 457 additions and 456 deletions.
10 changes: 5 additions & 5 deletions examples/vite-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@fnando/sparkline": "^0.3.10",
"@formkit/tempo": "^0.1.1",
"@formkit/tempo": "^0.1.2",
"@slickgrid-universal/binding": "workspace:~",
"@slickgrid-universal/common": "workspace:~",
"@slickgrid-universal/composite-editor-component": "workspace:~",
Expand All @@ -34,10 +34,10 @@
},
"devDependencies": {
"@types/fnando__sparkline": "^0.3.7",
"@types/node": "^20.14.3",
"@types/node": "^20.14.9",
"@types/whatwg-fetch": "^0.0.33",
"sass": "^1.77.5",
"typescript": "^5.5.1-rc",
"vite": "^5.3.1"
"sass": "^1.77.6",
"typescript": "^5.5.2",
"vite": "^5.3.2"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@
"@4tw/cypress-drag-drop": "^2.2.5",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@formkit/tempo": "^0.1.1",
"@formkit/tempo": "^0.1.2",
"@jest/types": "^29.6.3",
"@lerna-lite/cli": "^3.5.1",
"@lerna-lite/publish": "^3.5.2",
"@lerna-lite/run": "^3.5.1",
"@lerna-lite/watch": "^3.5.1",
"@lerna-lite/cli": "^3.6.0",
"@lerna-lite/publish": "^3.6.0",
"@lerna-lite/run": "^3.6.0",
"@lerna-lite/watch": "^3.6.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.3",
"@types/node": "^20.14.9",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"cypress": "^13.11.0",
"cypress": "^13.12.0",
"cypress-real-events": "^1.13.0",
"dotenv": "^16.4.5",
"eslint": "^9.5.0",
Expand All @@ -94,8 +94,8 @@
"sortablejs": "^1.15.2",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.1-rc",
"typescript-eslint": "^7.13.1",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1",
"whatwg-fetch": "^3.6.20"
},
"funding": {
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"not dead"
],
"dependencies": {
"@formkit/tempo": "^0.1.1",
"@formkit/tempo": "^0.1.2",
"@slickgrid-universal/binding": "workspace:~",
"@slickgrid-universal/event-pub-sub": "workspace:~",
"@slickgrid-universal/utils": "workspace:~",
Expand All @@ -83,11 +83,11 @@
"autoprefixer": "^10.4.19",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cssnano": "^7.0.2",
"cssnano": "^7.0.3",
"npm-run-all2": "^6.2.0",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"sass": "^1.77.5"
"sass": "^1.77.6"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-footer-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"not dead"
],
"dependencies": {
"@formkit/tempo": "^0.1.1",
"@formkit/tempo": "^0.1.2",
"@slickgrid-universal/binding": "workspace:~",
"@slickgrid-universal/common": "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 @@ -71,9 +71,9 @@
},
"devDependencies": {
"fflate": "^0.8.2",
"glob": "^10.4.1",
"glob": "^10.4.2",
"normalize-path": "^3.0.0",
"vite": "^5.3.1",
"vite": "^5.3.2",
"yargs": "^17.7.2"
}
}
Loading

0 comments on commit e89d1ad

Please sign in to comment.