Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1533)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jun 7, 2024
1 parent 590d900 commit af375d2
Show file tree
Hide file tree
Showing 5 changed files with 602 additions and 438 deletions.
12 changes: 6 additions & 6 deletions examples/vite-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
"@slickgrid-universal/text-export": "workspace:~",
"@slickgrid-universal/vanilla-bundle": "workspace:~",
"@slickgrid-universal/vanilla-force-bundle": "workspace:~",
"bulma": "^1.0.0",
"dompurify": "^3.1.3",
"bulma": "^1.0.1",
"dompurify": "^3.1.5",
"fetch-jsonp": "^1.3.0",
"multiple-select-vanilla": "^3.2.1",
"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.12.11",
"@types/node": "^20.14.2",
"@types/whatwg-fetch": "^0.0.33",
"sass": "^1.77.1",
"sass": "^1.77.4",
"typescript": "^5.4.5",
"vite": "^5.2.11"
"vite": "^5.2.13"
}
}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,39 +61,39 @@
"@commitlint/config-conventional": "^19.2.2",
"@formkit/tempo": "^0.1.1",
"@jest/types": "^29.6.3",
"@lerna-lite/cli": "^3.3.3",
"@lerna-lite/publish": "^3.3.3",
"@lerna-lite/run": "^3.3.3",
"@lerna-lite/watch": "^3.3.3",
"@lerna-lite/cli": "^3.5.1",
"@lerna-lite/publish": "^3.5.1",
"@lerna-lite/run": "^3.5.1",
"@lerna-lite/watch": "^3.5.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.11",
"@types/node": "^20.14.2",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"cypress": "^13.9.0",
"cypress": "^13.11.0",
"cypress-real-events": "^1.12.0",
"dotenv": "^16.4.5",
"eslint": "^9.2.0",
"eslint-plugin-cypress": "^3.2.0",
"eslint": "^9.4.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-n": "^17.6.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-n": "^17.8.1",
"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.0.0",
"jsdom": "^24.1.0",
"jsdom-global": "^3.0.2",
"npm-run-all2": "^6.1.2",
"npm-run-all2": "^6.2.0",
"pnpm": "^8.15.8",
"rimraf": "^5.0.6",
"rimraf": "^5.0.7",
"rxjs": "^7.8.1",
"servor": "^4.0.2",
"sortablejs": "^1.15.2",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0",
"typescript-eslint": "^7.12.0",
"whatwg-fetch": "^3.6.20"
},
"funding": {
Expand Down
10 changes: 5 additions & 5 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,20 @@
"autocompleter": "^9.2.1",
"dequal": "^2.0.3",
"excel-builder-vanilla": "3.0.1",
"multiple-select-vanilla": "^3.2.1",
"multiple-select-vanilla": "^3.2.2",
"sortablejs": "^1.15.2",
"un-flatten-tree": "^2.0.12",
"vanilla-calendar-picker": "^2.11.5"
"vanilla-calendar-picker": "^2.11.6"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cssnano": "^7.0.1",
"npm-run-all2": "^6.1.2",
"cssnano": "^7.0.2",
"npm-run-all2": "^6.2.0",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"sass": "^1.77.1"
"sass": "^1.77.4"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
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.3.14",
"glob": "^10.4.1",
"normalize-path": "^3.0.0",
"vite": "^5.2.11",
"vite": "^5.2.13",
"yargs": "^17.7.2"
}
}
Loading

0 comments on commit af375d2

Please sign in to comment.