Skip to content

Commit

Permalink
Removed vite package resolution and updated in all package.json's ins…
Browse files Browse the repository at this point in the history
…tead
  • Loading branch information
CalebGerman committed Feb 12, 2024
1 parent af5f1e5 commit 9c63105
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 224 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
},
"pnpm": {
"overrides": {
"vite@>=4.0.0 <=4.5.1": ">=4.5.2",
"follow-redirects@<1.15.4": ">=1.15.4"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/changed-elements-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"react-redux": "^7.2.2",
"redux": "^4.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.12",
"vite": "^4.5.2",
"vitest": "^0.34.6"
},
"peerDependencies": {
Expand Down
8 changes: 6 additions & 2 deletions packages/test-app-frontend/.env
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
# - http://localhost:2363/auth/silent
# - Post logout redirect URIs:
# - http://localhost:2363/
VITE_CLIENT_ID=spa-xxxxxxxxxxxxxxxxxxxxxxxxx

# PROD
# VITE_CLIENT_ID=spa-093wqXFQcfDITshIyLlxnSN2b
# QA
VITE_CLIENT_ID=spa-c2ownShgTBSG6kUOtuGwO0zec

# dev-, qa-, or empty
VITE_URL_PREFIX=
VITE_URL_PREFIX=qa-
2 changes: 1 addition & 1 deletion packages/test-app-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"redux": "^4.1.0",
"sass": "^1.62.1",
"typescript": "^5.1.6",
"vite": "^4.4.12",
"vite": "^4.5.2",
"vite-plugin-static-copy": "^0.17.0"
}
}
Loading

0 comments on commit 9c63105

Please sign in to comment.