Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into DEVPROD-2920
Browse files Browse the repository at this point in the history
  • Loading branch information
khelif96 committed Feb 16, 2024
2 parents d34157d + 8dff5f0 commit e5679b3
Show file tree
Hide file tree
Showing 20 changed files with 570 additions and 445 deletions.
1 change: 0 additions & 1 deletion cypress/integration/nav_bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const SPRUCE_URLS = {
const LEGACY_URLS = {
version: `${EVG_BASE_URL}/version/${PATCH_ID}`,
userPatches: `${EVG_BASE_URL}/patches/user/${USER_ID}`,
distros: `${EVG_BASE_URL}/distros`,
admin: `${EVG_BASE_URL}/admin`,
};
describe("Nav Bar", () => {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spruce",
"version": "3.0.201",
"version": "3.0.207",
"private": true,
"scripts": {
"bootstrap-logkeeper": "./scripts/bootstrap-logkeeper.sh",
Expand Down Expand Up @@ -83,7 +83,7 @@
"@leafygreen-ui/palette": "4.0.7",
"@leafygreen-ui/popover": "11.0.17",
"@leafygreen-ui/radio-box-group": "12.0.16",
"@leafygreen-ui/radio-group": "10.1.1",
"@leafygreen-ui/radio-group": "10.2.4",
"@leafygreen-ui/search-input": "2.0.8",
"@leafygreen-ui/segmented-control": "8.2.6",
"@leafygreen-ui/select": "11.1.1",
Expand All @@ -92,10 +92,10 @@
"@leafygreen-ui/table": "12.3.0",
"@leafygreen-ui/tabs": "11.0.4",
"@leafygreen-ui/text-area": "8.0.21",
"@leafygreen-ui/text-input": "12.1.0",
"@leafygreen-ui/text-input": "12.1.24",
"@leafygreen-ui/toast": "6.1.4",
"@leafygreen-ui/toggle": "10.0.17",
"@leafygreen-ui/tokens": "2.1.0",
"@leafygreen-ui/tokens": "2.3.0",
"@leafygreen-ui/tooltip": "10.0.10",
"@leafygreen-ui/typography": "17.0.1",
"@rjsf/core": "4.2.3",
Expand Down Expand Up @@ -204,7 +204,7 @@
"react-app-polyfill": "^2.0.0",
"react-inspector": "^6.0.2",
"replace-in-file": "6.3.5",
"rollup-plugin-visualizer": "^5.9.2",
"rollup-plugin-visualizer": "^5.12.0",
"serve-handler": "^6.1.5",
"simple-git": "3.19.1",
"storybook": "7.4.0",
Expand All @@ -213,7 +213,7 @@
"typescript": "5.0.3",
"vite": "4.5.2",
"vite-plugin-checker": "0.6.2",
"vite-plugin-env-compatible": "1.1.1",
"vite-plugin-env-compatible": "2.0.1",
"vite-plugin-imp": "2.4.0",
"vite-tsconfig-paths": "4.2.0"
},
Expand Down
Loading

0 comments on commit e5679b3

Please sign in to comment.