Skip to content

Commit 854f57c

Browse files
authored
Merge branch 'next' into Use-singular-locale-definition-keys-faker-js#2911
2 parents cb24833 + c1aca55 commit 854f57c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
33
{
44
"name": "FakerJs",
5-
"image": "mcr.microsoft.com/devcontainers/typescript-node:22@sha256:52f2401bd5937985be000f34bb33bb3a3a47bd20249d91bc787d8f00eba220e9",
5+
"image": "mcr.microsoft.com/devcontainers/typescript-node:22@sha256:2c54a060aadfb853e8d57377eb093b1593fca93864f67a32e7e977e4df0e4329",
66

77
// Features to add to the dev container. More info: https://containers.dev/features.
88
// "features": {},

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/api/ApiIndex.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import { computed, ref } from 'vue';
55
import { slugify } from '../.vitepress/shared/utils/slugify';
66
import apiSearchIndex from './api-search-index.json';
7-
import { APIGroup } from './api-types';
7+
import type { APIGroup } from './api-types';
88
99
const query = ref('');
1010
const normalize = (s: string) => s.toLowerCase().replace(/-/g, ' ');

0 commit comments

Comments
 (0)