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

Commit 196a89d

Browse files
Update dependency prettier to v3
1 parent a18b3d2 commit 196a89d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: extensions/jupyterlab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@jupyterlab/console": "^2.0.0 || ^3.0.0"
3737
},
3838
"devDependencies": {
39-
"prettier": "2.0.5",
39+
"prettier": "3.2.4",
4040
"rimraf": "3.0.2",
4141
"typescript": "3.9.3"
4242
},

Diff for: extensions/jupyterlab/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1061,10 +1061,10 @@ postcss@^7.0.27:
10611061
source-map "^0.6.1"
10621062
supports-color "^6.1.0"
10631063

1064-
prettier@2.0.5:
1065-
version "2.0.5"
1066-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4"
1067-
integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==
1064+
prettier@3.2.4:
1065+
version "3.2.4"
1066+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283"
1067+
integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==
10681068

10691069
prop-types@^15.6.1, prop-types@^15.6.2:
10701070
version "15.7.2"

Diff for: jupyter_dash/labextension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@jupyterlab/console": "^2.0.0 || ^3.0.0"
3737
},
3838
"devDependencies": {
39-
"prettier": "2.0.5",
39+
"prettier": "3.2.4",
4040
"rimraf": "3.0.2",
4141
"typescript": "3.9.3"
4242
},

0 commit comments

Comments
 (0)