Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 5, 2024
1 parent ada1122 commit 38bd4c3
Show file tree
Hide file tree
Showing 5 changed files with 636 additions and 450 deletions.
8 changes: 4 additions & 4 deletions examples/vite-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
"@slickgrid-universal/vanilla-bundle": "workspace:~",
"@slickgrid-universal/vanilla-force-bundle": "workspace:~",
"bulma": "^1.0.1",
"dompurify": "^3.1.5",
"dompurify": "^3.1.6",
"fetch-jsonp": "^1.3.0",
"multiple-select-vanilla": "^3.2.2",
"rxjs": "^7.8.1",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@types/fnando__sparkline": "^0.3.7",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@types/whatwg-fetch": "^0.0.33",
"sass": "^1.77.6",
"typescript": "^5.5.2",
"vite": "^5.3.2"
"typescript": "^5.5.3",
"vite": "^5.3.3"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,40 +62,40 @@
"@commitlint/config-conventional": "^19.2.2",
"@formkit/tempo": "^0.1.2",
"@jest/types": "^29.6.3",
"@lerna-lite/cli": "^3.6.0",
"@lerna-lite/publish": "^3.6.0",
"@lerna-lite/run": "^3.6.0",
"@lerna-lite/watch": "^3.6.0",
"@lerna-lite/cli": "^3.7.0",
"@lerna-lite/publish": "^3.7.0",
"@lerna-lite/run": "^3.7.0",
"@lerna-lite/watch": "^3.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"cypress": "^13.12.0",
"cypress": "^13.13.0",
"cypress-real-events": "^1.13.0",
"dotenv": "^16.4.5",
"eslint": "^9.6.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-n": "^17.9.0",
"globals": "^15.6.0",
"globals": "^15.8.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-extended": "^4.0.2",
"jsdom": "^24.1.0",
"jsdom-global": "^3.0.2",
"npm-run-all2": "^6.2.0",
"npm-run-all2": "^6.2.2",
"pnpm": "^8.15.8",
"rimraf": "^5.0.7",
"rxjs": "^7.8.1",
"servor": "^4.0.2",
"sortablejs": "^1.15.2",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0",
"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 @@ -83,9 +83,9 @@
"autoprefixer": "^10.4.19",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cssnano": "^7.0.3",
"npm-run-all2": "^6.2.0",
"postcss": "^8.4.38",
"cssnano": "^7.0.4",
"npm-run-all2": "^6.2.2",
"postcss": "^8.4.39",
"postcss-cli": "^11.0.0",
"sass": "^1.77.6"
},
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 @@ -73,7 +73,7 @@
"fflate": "^0.8.2",
"glob": "^10.4.2",
"normalize-path": "^3.0.0",
"vite": "^5.3.2",
"vite": "^5.3.3",
"yargs": "^17.7.2"
}
}
Loading

0 comments on commit 38bd4c3

Please sign in to comment.