Skip to content

Commit

Permalink
Update dependencies (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem authored Jul 23, 2024
1 parent 4a16398 commit e0b2fae
Show file tree
Hide file tree
Showing 16 changed files with 1,709 additions and 2,082 deletions.
10 changes: 10 additions & 0 deletions .changeset/rude-tips-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@open-pioneer/authentication-keycloak": patch
"@open-pioneer/chakra-integration": patch
"@open-pioneer/authentication": patch
"@open-pioneer/react-utils": patch
"@open-pioneer/test-utils": patch
"@open-pioneer/runtime": patch
---

Update dependencies
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/usr/bin/env sh
if [ "$NO_VERIFY" ]; then
echo 'pre-commit hook skipped' 1>&2
exit 0
fi

. "$(dirname -- "$0")/_/husky.sh"

echo '--- checking for consistent dependencies across packages'
pnpm lint-shared-versions

Expand Down
68 changes: 33 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "vitest",
"lint-shared-versions": "syncpack list-mismatches",
"update-shared-versions": "syncpack fix-mismatches",
"prepare": "husky install",
"prepare": "husky",
"ci:test": "pnpm run clean && pnpm run lint && pnpm run check-types && vitest run",
"ci:version": "pnpm changeset version && pnpm prettier && pnpm install",
"ci:publish": "pnpm run clean && pnpm run build-packages && pnpm publish -r --access public && tag-current-versions"
Expand Down Expand Up @@ -67,57 +67,55 @@
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/system": "^2.6.2",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@formatjs/intl": "^2.9.9",
"@emotion/cache": "^11.13.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@formatjs/intl": "^2.10.4",
"framer-motion": ">=4.0.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-use": "^17.4.2"
"react-dom": "^18.3.1",
"react-use": "^17.5.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@open-pioneer/build-package-cli": "^2.1.0",
"@open-pioneer/build-support": "^2.0.2",
"@open-pioneer/runtime": "workspace:^",
"@open-pioneer/tag-current-versions": "^2.0.2",
"@open-pioneer/vite-plugin-pioneer": "^3.0.3",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@open-pioneer/vite-plugin-pioneer": "^3.0.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.19.0",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"@types/node": "^18.19.41",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^3.2.0",
"fast-glob": "^3.3.2",
"handlebars": "^4.7.8",
"happy-dom": "^12.10.3",
"husky": "^8.0.3",
"happy-dom": "^14.12.3",
"husky": "^9.1.1",
"js-yaml": "^4.1.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"rollup-plugin-visualizer": "^5.9.3",
"sass": "^1.69.5",
"prettier": "^3.3.3",
"rimraf": "^5.0.9",
"sass": "^1.77.8",
"syncpack": "^10.5.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.4",
"typescript": "~5.3.2",
"vite": "^5.2.11",
"typedoc": "^0.26.5",
"typescript": "~5.5.4",
"vite": "^5.3.4",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^1.6.0"
"vitest": "^2.0.4"
},
"engines": {
"node": ">= 18",
Expand Down
Loading

0 comments on commit e0b2fae

Please sign in to comment.