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

Commit

Permalink
Update dependency prettier to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 3, 2023
1 parent 044acaa commit e1aab47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extensions/jupyterlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@jupyterlab/console": "^2.0.0 || ^3.0.0"
},
"devDependencies": {
"prettier": "2.0.5",
"prettier": "3.0.1",
"rimraf": "3.0.2",
"typescript": "3.9.3"
},
Expand Down
8 changes: 4 additions & 4 deletions extensions/jupyterlab/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1061,10 +1061,10 @@ postcss@^7.0.27:
source-map "^0.6.1"
supports-color "^6.1.0"

prettier@2.0.5:
version "2.0.5"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4"
integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==
prettier@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.1.tgz#65271fc9320ce4913c57747a70ce635b30beaa40"
integrity sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==

prop-types@^15.6.1, prop-types@^15.6.2:
version "15.7.2"
Expand Down
2 changes: 1 addition & 1 deletion jupyter_dash/labextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@jupyterlab/console": "^2.0.0 || ^3.0.0"
},
"devDependencies": {
"prettier": "2.0.5",
"prettier": "3.0.1",
"rimraf": "3.0.2",
"typescript": "3.9.3"
},
Expand Down

0 comments on commit e1aab47

Please sign in to comment.