Skip to content

Commit 8d4ce76

Browse files
committed
chore: fix lockfile?
1 parent b6996f5 commit 8d4ce76

6 files changed

Lines changed: 9792 additions & 6568 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# dependencies
44
/node_modules
5-
/.pnp
6-
.pnp.js
5+
.pnp.*
6+
.yarn/
77

88
# testing
99
/coverage

.yarn/install-state.gz

923 KB
Binary file not shown.

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
33
/// <reference types="next/navigation-types/compat/navigation" />
4-
import "./.next/types/routes.d.ts";
4+
import "./.next/dev/types/routes.d.ts";
55

66
// NOTE: This file should not be edited
77
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
"typescript": "^5.2.2"
102102
},
103103
"resolutions": {
104-
"react-syntax-highlighter/**/prismjs": "^1.30.0",
105104
"form-data": "4.0.4",
106105
"js-yaml": "4.1.1",
107106
"mdast-util-to-hast": "13.2.1",

0 commit comments

Comments
 (0)