Skip to content

Commit

Permalink
Lock all remaining dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lanesawyer committed Nov 20, 2024
1 parent eec3aab commit 3fe2e23
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 365 deletions.
42 changes: 21 additions & 21 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,35 +34,35 @@
"dev": "vite"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/node": "^22.1.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"typescript": "^5.3.3",
"vite": "^5.3.5"
"@types/file-saver": "2.0.7",
"@types/node": "22.1.0",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.5.0",
"typescript": "5.3.3",
"vite": "5.3.5"
},
"dependencies": {
"@alleninstitute/vis-geometry": "workspace:*",
"@alleninstitute/vis-scatterbrain": "workspace:*",
"@alleninstitute/vis-dzi": "workspace:*",
"@alleninstitute/vis-omezarr": "workspace:*",
"@czi-sds/components": "^20.0.1",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@czi-sds/components": "20.0.1",
"@emotion/css": "11.11.2",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@mui/base": "5.0.0-beta.40",
"@mui/icons-material": "^5.15.15",
"@mui/icons-material": "5.15.15",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "^5.15.15",
"@types/lodash": "^4.14.202",
"file-saver": "^2.0.5",
"json5": "^2.2.3",
"kiwi-schema": "^0.5.0",
"lodash": "^4.17.21",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"regl": "^2.1.0",
"@mui/material": "5.15.15",
"@types/lodash": "4.14.202",
"file-saver": "2.0.5",
"json5": "2.2.3",
"kiwi-schema": "0.5.0",
"lodash": "4.17.21",
"react": "18.3.0",
"react-dom": "18.3.0",
"regl": "2.1.0",
"zarrita": "0.4.0-next.14"
}
}
14 changes: 7 additions & 7 deletions packages/dzi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@
"registry": "https://npm.pkg.github.com/AllenInstitute"
},
"devDependencies": {
"@parcel/packager-ts": "^2.12.0",
"@parcel/transformer-typescript-types": "^2.12.0",
"@types/lodash": "^4.14.202",
"@parcel/packager-ts": "2.12.0",
"@parcel/transformer-typescript-types": "2.12.0",
"@types/lodash": "4.14.202",
"parcel": "2.12.0",
"typescript": "^5.3.3",
"vitest": "^1.4.0"
"typescript": "5.3.3",
"vitest": "1.4.0"
},
"dependencies": {
"@alleninstitute/vis-geometry": "workspace:*",
"@alleninstitute/vis-scatterbrain": "workspace:*",
"lodash": "^4.17.21",
"regl": "^2.1.0"
"lodash": "4.17.21",
"regl": "2.1.0"
}
}
14 changes: 7 additions & 7 deletions packages/omezarr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@
"registry": "https://npm.pkg.github.com/AllenInstitute"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"typescript": "^5.3.3",
"parcel": "2.12.0",
"@parcel/packager-ts": "^2.12.0",
"@parcel/transformer-typescript-types": "^2.12.0"
"@parcel/packager-ts": "2.12.0",
"@parcel/transformer-typescript-types": "2.12.0",
"@types/lodash": "4.14.202",
"typescript": "5.3.3",
"parcel": "2.12.0"
},
"dependencies": {
"@alleninstitute/vis-geometry": "workspace:*",
"@alleninstitute/vis-scatterbrain": "workspace:*",
"lodash": "^4.17.21",
"regl": "^2.1.0",
"lodash": "4.17.21",
"regl": "2.1.0",
"zarrita": "0.4.0-next.14"
}
}
Loading

0 comments on commit 3fe2e23

Please sign in to comment.