Skip to content

Commit

Permalink
Resolve peer issues in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Jul 23, 2024
1 parent b608cd6 commit ad9b591
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
36 changes: 18 additions & 18 deletions integration-tests/cli-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@
"name": "cli-tests",
"private": true,
"devDependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/icons": "2.1.1",
"@open-pioneer/build-package-cli": "workspace:^",
"@open-pioneer/build-support": "workspace:^",
"@open-pioneer/chakra-integration": "^1.1.3",
"@open-pioneer/core": "^1.2.3",
"@open-pioneer/http": "^2.1.8",
"@open-pioneer/map": "^0.5.1",
"@open-pioneer/react-utils": "^1.0.0",
"@open-pioneer/runtime": "^2.1.6",
"@open-pioneer/chakra-integration": "1.1.3",
"@open-pioneer/core": "1.2.3",
"@open-pioneer/http": "2.1.8",
"@open-pioneer/map": "0.5.1",
"@open-pioneer/react-utils": "0.2.3",
"@open-pioneer/runtime": "2.1.6",
"@open-pioneer/vite-plugin-pioneer": "workspace:^",
"@types/proj4": "^2.5.5",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"chakra-react-select": "^4.9.1",
"@types/proj4": "2.5.5",
"@types/react-dom": "18.3.0",
"@types/uuid": "10.0.0",
"chakra-react-select": "4.9.1",
"classnames": "^2.5.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"ol": "^9.2.4",
"proj4": "^2.11.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-select": "^5.8.0",
"react-use": "^17.5.1",
"uuid": "^10.0.0"
"ol": "9.2.4",
"proj4": "2.11.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-select": "5.8.0",
"react-use": "17.5.1",
"uuid": "10.0.0"
},
"scripts": {
"clean": "rimraf temp",
Expand Down
50 changes: 25 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad9b591

Please sign in to comment.