Skip to content

Commit

Permalink
Update dependency prettier to v3.1.0 (#8695)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander Brandes <[email protected]>
  • Loading branch information
renovate[bot] and NotMyFault authored Nov 17, 2023
1 parent 0297870 commit 133259a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion war/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"postcss-loader": "7.3.3",
"postcss-preset-env": "9.3.0",
"postcss-scss": "4.0.9",
"prettier": "3.0.3",
"prettier": "3.1.0",
"sass": "1.69.5",
"sass-loader": "13.3.2",
"style-loader": "3.3.3",
Expand Down
16 changes: 8 additions & 8 deletions war/src/main/webapp/scripts/behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ var Behaviour = (function () {
return location != 0
? location
: a.id < b.id
? -1
: a.id > b.id
? 1
: a.selector < b.selector
? -1
: a.selector > b.selector
? 1
: 0;
? -1
: a.id > b.id
? 1
: a.selector < b.selector
? -1
: a.selector > b.selector
? 1
: 0;
});
},

Expand Down
10 changes: 5 additions & 5 deletions war/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4425,7 +4425,7 @@ __metadata:
postcss-loader: "npm:7.3.3"
postcss-preset-env: "npm:9.3.0"
postcss-scss: "npm:4.0.9"
prettier: "npm:3.0.3"
prettier: "npm:3.1.0"
sass: "npm:1.69.5"
sass-loader: "npm:13.3.2"
sortablejs: "npm:1.15.0"
Expand Down Expand Up @@ -6142,12 +6142,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.0.3":
version: 3.0.3
resolution: "prettier@npm:3.0.3"
"prettier@npm:3.1.0":
version: 3.1.0
resolution: "prettier@npm:3.1.0"
bin:
prettier: bin/prettier.cjs
checksum: f950887bc03c5b970d8c6dd129364acfbbc61e7b46aec5d5ce17f4adf6404e2ef43072c98b51c4786e0eaca949b307d362a773fd47502862d754b5a328fa2b26
checksum: a45ea70aa97fde162ea4c4aba3dfc7859aa6a732a1db34458d9535dc3c2c16d3bc3fb5689e6cd76aa835562555303b02d9449fd2e15af3b73c8053557e25c5b6
languageName: node
linkType: hard

Expand Down

0 comments on commit 133259a

Please sign in to comment.