Commit 5342600 1 parent 411d8f8 commit 5342600 Copy full SHA for 5342600
File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 13
13
id : playwright-cache
14
14
with :
15
15
path : /Users/runner/Library/Caches/ms-playwright
16
- key : ${{ runner.os }}-playwright-1.45.0
16
+ key : ${{ runner.os }}-playwright-1.47.1
17
17
18
18
- name : Install dependencies
19
19
run : bun install
@@ -23,10 +23,10 @@ jobs:
23
23
if : steps.playwright-cache.outputs.cache-hit != 'true'
24
24
25
25
- name : Run unit tests
26
- run : bun test:types
26
+ run : bun run test:types
27
27
28
28
- name : Run e2e tests
29
- run : bun test:e2e
29
+ run : bun run test:e2e
30
30
31
31
- name : Build docs
32
32
if : github.ref == 'refs/heads/master'
Original file line number Diff line number Diff line change 18
18
registry-url : " https://registry.npmjs.org"
19
19
20
20
- name : Build package
21
- run : bun package
21
+ run : bun run package
22
22
23
23
- name : Publish package
24
24
env :
Original file line number Diff line number Diff line change 15
15
"format" : " bun --bun prettier --write . --cache"
16
16
},
17
17
"devDependencies" : {
18
- "@playwright/experimental-ct-svelte" : " 1.45.0 " ,
19
- "@playwright/test" : " 1.45.0 " ,
20
- "@sveltejs/vite-plugin-svelte" : " ^3.1.1 " ,
21
- "@types/bun" : " ^1.1.6 " ,
18
+ "@playwright/experimental-ct-svelte" : " 1.47.1 " ,
19
+ "@playwright/test" : " 1.47.1 " ,
20
+ "@sveltejs/vite-plugin-svelte" : " ^3.1.2 " ,
21
+ "@types/bun" : " ^1.1.9 " ,
22
22
"prettier" : " ^3.3.3" ,
23
23
"prettier-plugin-svelte" : " ^3.2.6" ,
24
- "svelte" : " 3.59.1 " ,
25
- "svelte-check" : " ^3.8.4 " ,
24
+ "svelte" : " 3.59.2 " ,
25
+ "svelte-check" : " ^3.8.6 " ,
26
26
"svelte-readme" : " ^3.6.3" ,
27
- "typescript" : " ^5.5.4 "
27
+ "typescript" : " ^5.6.2 "
28
28
},
29
29
"repository" : {
30
30
"type" : " git" ,
Original file line number Diff line number Diff line change 4
4
"esModuleInterop" : true ,
5
5
"forceConsistentCasingInFileNames" : true ,
6
6
"ignoreDeprecations" : "5.0" ,
7
- "importsNotUsedAsValues " : "error" ,
7
+ "verbatimModuleSyntax " : true ,
8
8
"resolveJsonModule" : true ,
9
9
"isolatedModules" : true ,
10
10
"moduleResolution" : "node" ,
You can’t perform that action at this time.
0 commit comments