Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps/dev): bump prettier from 2.8.8 to 3.1.0 #900

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {defineConfig} from 'cypress'
import { defineConfig } from "cypress";

export default defineConfig({
e2e: {},
})
e2e: {},
});
2 changes: 1 addition & 1 deletion demo/src/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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"lint-staged": "^15.1.0",
"parcel": "^2.10.2",
"pinst": "^3.0.0",
"prettier": "^2.8.8",
"prettier": "^3.1.0",
"sort-package-json": "^2.6.0",
"typescript": "^5.2.2"
},
Expand Down
5 changes: 4 additions & 1 deletion src/ReCaptchaLoader.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { ReCaptchaInstance } from "./ReCaptchaInstance";

import type { IReCaptchaInstance, IRenderParameters } from "./grecaptcha/grecaptcha";
import type {
IReCaptchaInstance,
IRenderParameters,
} from "./grecaptcha/grecaptcha";

enum ELoadingState {
NOT_LOADED,
Expand Down
43 changes: 11 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1449,12 +1449,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
version: 20.8.10
resolution: "@types/node@npm:20.8.10"
"@types/node@npm:*, @types/node@npm:^20.9.0":
version: 20.9.0
resolution: "@types/node@npm:20.9.0"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 8930039077c8ad74de74c724909412bea8110c3f8892bcef8dda3e9629073bed65632ee755f94b252bcdae8ca71cf83e89a4a440a105e2b1b7c9797b43483049
checksum: a934f7645ed117a27857147403b0c657ffbca578c8f280e4c21d27dfb43e58dc4f24c4319d4335b8a4fa08e28fb2dc905a5bd5e4bc8878047164c56c1b162139
languageName: node
linkType: hard

Expand All @@ -1467,15 +1467,6 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.9.0":
version: 20.9.0
resolution: "@types/node@npm:20.9.0"
dependencies:
undici-types: "npm:~5.26.4"
checksum: a934f7645ed117a27857147403b0c657ffbca578c8f280e4c21d27dfb43e58dc4f24c4319d4335b8a4fa08e28fb2dc905a5bd5e4bc8878047164c56c1b162139
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.1
resolution: "@types/normalize-package-data@npm:2.4.1"
Expand Down Expand Up @@ -2535,19 +2526,7 @@ __metadata:
languageName: node
linkType: hard

"cosmiconfig@npm:^8.0.0":
version: 8.0.0
resolution: "cosmiconfig@npm:8.0.0"
dependencies:
import-fresh: "npm:^3.2.1"
js-yaml: "npm:^4.1.0"
parse-json: "npm:^5.0.0"
path-type: "npm:^4.0.0"
checksum: 623c09750d32328383b6d3eaafcb0b9c3d610c142479a594528d8122a97e741725534158cbc6c6c313e66bcdb82dac440f5e32446ed79bab501e55e57a7b3119
languageName: node
linkType: hard

"cosmiconfig@npm:^8.3.6":
"cosmiconfig@npm:^8.0.0, cosmiconfig@npm:^8.3.6":
version: 8.3.6
resolution: "cosmiconfig@npm:8.3.6"
dependencies:
Expand Down Expand Up @@ -5867,12 +5846,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.8.8":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
"prettier@npm:^3.1.0":
version: 3.1.0
resolution: "prettier@npm:3.1.0"
bin:
prettier: bin-prettier.js
checksum: 00cdb6ab0281f98306cd1847425c24cbaaa48a5ff03633945ab4c701901b8e96ad558eb0777364ffc312f437af9b5a07d0f45346266e8245beaf6247b9c62b24
prettier: bin/prettier.cjs
checksum: e95e8f93c6b9aea2ac1e86bebe329bee90c8c50d9a23d1f593eba8d7f39b33b3641eb28785001505b6723c47895a5322ad12a2fb855b289cb7bae450ffc34425
languageName: node
linkType: hard

Expand Down Expand Up @@ -6036,7 +6015,7 @@ __metadata:
lint-staged: "npm:^15.1.0"
parcel: "npm:^2.10.2"
pinst: "npm:^3.0.0"
prettier: "npm:^2.8.8"
prettier: "npm:^3.1.0"
sort-package-json: "npm:^2.6.0"
typescript: "npm:^5.2.2"
languageName: unknown
Expand Down
Loading