Skip to content

Commit

Permalink
Merge pull request #18 from ClaytonAstrom/main
Browse files Browse the repository at this point in the history
Bump conda-store-ui
  • Loading branch information
trallard authored Sep 11, 2023
2 parents 7ba49ee + fc4e872 commit 1c91835
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,24 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@conda-store/conda-store-ui": "0.1.4",
"@conda-store/conda-store-ui": "0.1.5",
"@jupyterlab/application": "^3.1.0",
"@jupyterlab/apputils": "^3.1.0",
"@jupyterlab/mainmenu": "^3.1.0",
"@jupyterlab/settingregistry": "^3.1.0",
"@jupyterlab/ui-components": "^3.1.0",
"@lumino/widgets" : "^1.37.1",
"@lumino/widgets": "^1.37.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@jupyterlab/builder": "^3.0.0 || ^4.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@jupyterlab/testutils": "^3.0.0 || ^4.0.0",
"@types/jest": "^26.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"eslint": "^7.14.0",
Expand All @@ -87,8 +87,8 @@
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-standard": "~24.0.0",
"stylelint-prettier": "^2.0.0",
"typescript": "~4.7.3",
"ts-jest": "^26.3.0"
"ts-jest": "^26.3.0",
"typescript": "~4.7.3"
},
"sideEffects": [
"style/*.css",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1065,10 +1065,10 @@
style-mod "^4.0.0"
w3c-keyname "^2.2.4"

"@conda-store/conda-store-ui@0.1.4":
version "0.1.4"
resolved "https://registry.yarnpkg.com/@conda-store/conda-store-ui/-/conda-store-ui-0.1.4.tgz#a4bab6e71ba9aba74981ca6e4e97c801280a3b40"
integrity sha512-9o3lupZqQ6cRDCyJJNIb/WEVD4eFoy+0u0slfW/ps2EjyTnLW9vKNSN60kaqHCiUpfeAnr70XYZlSDUziE3L0A==
"@conda-store/conda-store-ui@0.1.5":
version "0.1.5"
resolved "https://registry.yarnpkg.com/@conda-store/conda-store-ui/-/conda-store-ui-0.1.5.tgz#3a74698acb36beab7b0f726a7aac17bc35a3c154"
integrity sha512-iN6LAVTz9xUvyoj3vlAMFiRYrPzaqcZLVOzxM4Iih38ivphIrno9ewoqtOGmVeA1GWdXdXofVApqwqROuQ+3NQ==
dependencies:
"@codemirror/language" "^6.2.1"
"@codemirror/legacy-modes" "^6.1.0"
Expand Down

0 comments on commit 1c91835

Please sign in to comment.