Skip to content

Commit 0a21e7e

Browse files
committed
Merge branch 'main' into dependabot/npm_and_yarn/vite-4.5.14
2 parents edbb8ce + 6d02b50 commit 0a21e7e

32 files changed

Lines changed: 1073 additions & 389 deletions

File tree

packages/adapter-next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"dependencies": {
6969
"@prismicio/simulator": "^0.1.4",
70-
"@prismicio/types-internal": "3.8.0",
70+
"@prismicio/types-internal": "3.10.0",
7171
"@slicemachine/plugin-kit": "workspace:*",
7272
"common-tags": "^1.8.2",
7373
"fp-ts": "^2.13.1",
@@ -92,7 +92,7 @@
9292
"eslint-config-prettier": "9.0.0",
9393
"eslint-plugin-prettier": "5.0.1",
9494
"eslint-plugin-tsdoc": "0.2.17",
95-
"next": "14.1.3",
95+
"next": "14.2.26",
9696
"prettier": "3.0.3",
9797
"prettier-plugin-jsdoc": "1.1.1",
9898
"prismic-ts-codegen": "0.1.25",

packages/adapter-next/src/hooks/slice-create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const createComponentFile = async ({
6060
* }
6161
* }
6262
*
63-
* 2. Select Claude 3.7 Sonnet (recommended for optimal output)
63+
* 2. Select a model optimized for coding (e.g. Claude 3.7 Sonnet or similar)
6464
*
6565
* ✅ Then open your slice file and ask your code editor:
6666
* "Code this slice"

packages/adapter-nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"@prismicio/simulator": "^0.1.4",
63-
"@prismicio/types-internal": "3.8.0",
63+
"@prismicio/types-internal": "3.10.0",
6464
"@slicemachine/plugin-kit": "workspace:*",
6565
"common-tags": "^1.8.2",
6666
"fp-ts": "^2.13.1",

packages/adapter-nuxt/src/hooks/slice-create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const createComponentFile = async ({
5656
}
5757
}
5858
59-
2. Select Claude 3.7 Sonnet (recommended for optimal output)
59+
2. Select a model optimized for coding (e.g. Claude 3.7 Sonnet or similar)
6060
6161
✅ Then open your slice file and ask your code editor:
6262
"Code this slice"

packages/adapter-nuxt2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"@prismicio/simulator": "^0.1.4",
63-
"@prismicio/types-internal": "3.8.0",
63+
"@prismicio/types-internal": "3.10.0",
6464
"@slicemachine/plugin-kit": "workspace:*",
6565
"common-tags": "^1.8.2",
6666
"fp-ts": "^2.13.1",

packages/adapter-sveltekit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"dependencies": {
6565
"@prismicio/simulator": "^0.1.4",
66-
"@prismicio/types-internal": "3.8.0",
66+
"@prismicio/types-internal": "3.10.0",
6767
"@slicemachine/plugin-kit": "workspace:*",
6868
"common-tags": "^1.8.2",
6969
"fp-ts": "^2.13.1",
@@ -77,7 +77,7 @@
7777
"devDependencies": {
7878
"@prismicio/mock": "0.7.1",
7979
"@size-limit/preset-small-lib": "8.2.4",
80-
"@sveltejs/kit": "2.0.0",
80+
"@sveltejs/kit": "2.20.6",
8181
"@sveltejs/package": "2.2.1",
8282
"@sveltejs/vite-plugin-svelte": "3.0.1",
8383
"@types/common-tags": "1.8.1",

packages/adapter-sveltekit/src/hooks/slice-create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const createComponentFile = async ({
5757
}
5858
}
5959
60-
2. Select Claude 3.7 Sonnet (recommended for optimal output)
60+
2. Select a model optimized for coding (e.g. Claude 3.7 Sonnet or similar)
6161
6262
✅ Then open your slice file and ask your code editor:
6363
"Code this slice"

packages/adapter-sveltekit/test/__snapshots__/plugin-slice-create.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ exports[`component file has correct contents 1`] = `
3131
}
3232
}
3333
34-
2. Select Claude 3.7 Sonnet (recommended for optimal output)
34+
2. Select a model optimized for coding (e.g. Claude 3.7 Sonnet or similar)
3535
3636
✅ Then open your slice file and ask your code editor:
3737
\\"Code this slice\\"
@@ -75,7 +75,7 @@ exports[`component file is correctly typed when TypeScript is enabled 1`] = `
7575
}
7676
}
7777
78-
2. Select Claude 3.7 Sonnet (recommended for optimal output)
78+
2. Select a model optimized for coding (e.g. Claude 3.7 Sonnet or similar)
7979
8080
✅ Then open your slice file and ask your code editor:
8181
\\"Code this slice\\"

packages/manager/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"@antfu/ni": "^0.20.0",
6868
"@prismicio/client": "7.17.0",
6969
"@prismicio/custom-types-client": "2.1.0",
70-
"@prismicio/mocks": "2.12.0",
71-
"@prismicio/types-internal": "3.8.0",
70+
"@prismicio/mocks": "2.13.0",
71+
"@prismicio/types-internal": "3.10.0",
7272
"@segment/analytics-node": "^2.1.2",
7373
"@slicemachine/plugin-kit": "workspace:*",
7474
"cookie": "^1.0.1",

0 commit comments

Comments
 (0)