aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.devcontainer/devcontainer.json12
-rw-r--r--cypress/tsconfig.json4
-rw-r--r--package.json2
-rw-r--r--pnpm-lock.yaml20
-rw-r--r--tsconfig.json6
5 files changed, 22 insertions, 22 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 7bd11aff..b03aff9a 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -11,8 +11,8 @@
"forwardPorts": [5173],
"portsAttributes": {
"5173": {
- "label": "Docs",
- },
+ "label": "Docs"
+ }
},
// Use 'postCreateCommand' to run commands after the container is created.
@@ -26,10 +26,10 @@
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"redhat.vscode-yaml",
- "github.vscode-pull-request-github",
- ],
- },
- },
+ "github.vscode-pull-request-github"
+ ]
+ }
+ }
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json
index 1071e2eb..0446ab75 100644
--- a/cypress/tsconfig.json
+++ b/cypress/tsconfig.json
@@ -5,7 +5,7 @@
"types": ["cypress"],
"esModuleInterop": true,
"noEmit": true,
- "resolveJsonModule": true,
+ "resolveJsonModule": true
},
- "include": ["**/*.ts"],
+ "include": ["**/*.ts"]
}
diff --git a/package.json b/package.json
index 7ef71b84..a53d73f2 100644
--- a/package.json
+++ b/package.json
@@ -118,7 +118,7 @@
"eslint-plugin-vitest": "~0.3.20",
"glob": "~10.3.10",
"npm-run-all": "~4.1.5",
- "prettier": "3.2.4",
+ "prettier": "3.2.5",
"prettier-plugin-organize-imports": "~3.2.4",
"rimraf": "~5.0.5",
"sanitize-html": "~2.11.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index a01e59b0..aa3c2b9c 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -81,7 +81,7 @@ devDependencies:
version: 46.10.1([email protected])
eslint-plugin-prettier:
specifier: ~5.1.3
eslint-plugin-unicorn:
specifier: ~49.0.0
version: 49.0.0([email protected])
@@ -95,11 +95,11 @@ devDependencies:
specifier: ~4.1.5
version: 4.1.5
prettier:
- specifier: 3.2.4
- version: 3.2.4
+ specifier: 3.2.5
+ version: 3.2.5
prettier-plugin-organize-imports:
specifier: ~3.2.4
rimraf:
specifier: ~5.0.5
version: 5.0.5
@@ -3044,7 +3044,7 @@ packages:
- supports-color
dev: true
resolution: {integrity: sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@@ -3060,7 +3060,7 @@ packages:
dependencies:
eslint: 8.56.0
eslint-config-prettier: 9.1.0([email protected])
- prettier: 3.2.4
+ prettier: 3.2.5
prettier-linter-helpers: 1.0.0
synckit: 0.8.8
dev: true
@@ -4839,7 +4839,7 @@ packages:
fast-diff: 1.3.0
dev: true
resolution: {integrity: sha512-6m8WBhIp0dfwu0SkgfOxJqh+HpdyfqSSLfKKRZSFbDuEQXDDndb8fTpRWkUrX/uBenkex3MgnVk0J3b3Y5byog==}
peerDependencies:
'@volar/vue-language-plugin-pug': ^1.0.4
@@ -4852,12 +4852,12 @@ packages:
'@volar/vue-typescript':
optional: true
dependencies:
- prettier: 3.2.4
+ prettier: 3.2.5
typescript: 4.9.5
dev: true
- resolution: {integrity: sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==}
+ resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==}
engines: {node: '>=14'}
hasBin: true
dev: true
diff --git a/tsconfig.json b/tsconfig.json
index 020c9742..a290fc07 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -11,12 +11,12 @@
// These are configs specifically for !build and have to be reverted in the tsconfig.build.json
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
- "resolveJsonModule": true,
+ "resolveJsonModule": true
},
"exclude": [
"node_modules",
"dist",
// required for the typedoc related tests on macOS #2280
- "test/scripts/apidoc/temp",
- ],
+ "test/scripts/apidoc/temp"
+ ]
}