Skip to content

Commit

Permalink
chore(deps): downgrade prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Jul 8, 2023
1 parent 91aea45 commit c1b85b3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ const client = createClient({
<summary><a href="#browser">🔗</a> Client usage in browser</summary>

```html
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"koa": "^2.14.2",
"koa-mount": "^4.0.0",
"node-fetch": "^3.3.1",
"prettier": "^3.0.0",
"prettier": "^2.8.8",
"rollup": "^3.26.2",
"rollup-plugin-gzip": "^3.1.0",
"semantic-release": "^21.0.7",
Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8629,7 +8629,7 @@ __metadata:
koa: ^2.14.2
koa-mount: ^4.0.0
node-fetch: ^3.3.1
prettier: ^3.0.0
prettier: ^2.8.8
rollup: ^3.26.2
rollup-plugin-gzip: ^3.1.0
semantic-release: ^21.0.7
Expand Down Expand Up @@ -12277,12 +12277,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.0.0":
version: 3.0.0
resolution: "prettier@npm:3.0.0"
"prettier@npm:^2.8.8":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
bin:
prettier: bin/prettier.cjs
checksum: 6a832876a1552dc58330d2467874e5a0b46b9ccbfc5d3531eb69d15684743e7f83dc9fbd202db6270446deba9c82b79d24383d09924c462b457136a759425e33
prettier: bin-prettier.js
checksum: b49e409431bf129dd89238d64299ba80717b57ff5a6d1c1a8b1a28b590d998a34e083fa13573bc732bb8d2305becb4c9a4407f8486c81fa7d55100eb08263cf8
languageName: node
linkType: hard

Expand Down

0 comments on commit c1b85b3

Please sign in to comment.