Skip to content
Snippets Groups Projects
Commit 6f458226 authored by Mactavish's avatar Mactavish
Browse files

update deps

parent 159ca887
Branches
No related tags found
No related merge requests found
...@@ -9,6 +9,9 @@ ...@@ -9,6 +9,9 @@
"@slidev/cli": "^0.40.14", "@slidev/cli": "^0.40.14",
"@slidev/theme-default": "*", "@slidev/theme-default": "*",
"@slidev/theme-seriph": "*" "@slidev/theme-seriph": "*"
},
"devDependencies": {
"playwright-chromium": "^1.32.3"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
...@@ -4684,6 +4687,34 @@ ...@@ -4684,6 +4687,34 @@
"resolved": "https://registry.npmjs.org/plantuml-encoder/-/plantuml-encoder-1.4.0.tgz", "resolved": "https://registry.npmjs.org/plantuml-encoder/-/plantuml-encoder-1.4.0.tgz",
"integrity": "sha512-sxMwpDw/ySY1WB2CE3+IdMuEcWibJ72DDOsXLkSmEaSzwEUaYBT6DWgOfBiHGCux4q433X6+OEFWjlVqp7gL6g==" "integrity": "sha512-sxMwpDw/ySY1WB2CE3+IdMuEcWibJ72DDOsXLkSmEaSzwEUaYBT6DWgOfBiHGCux4q433X6+OEFWjlVqp7gL6g=="
}, },
"node_modules/playwright-chromium": {
"version": "1.32.3",
"resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.32.3.tgz",
"integrity": "sha512-NhhXYl/6lH4JfiPlv0ZEkeQq/Kqj4vQGXf0AYs63kxqWMSc4jl69qtB4Yjd0j0iPZb38N5OItUiy8zunhh5wJg==",
"devOptional": true,
"hasInstallScript": true,
"dependencies": {
"playwright-core": "1.32.3"
},
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=14"
}
},
"node_modules/playwright-core": {
"version": "1.32.3",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.32.3.tgz",
"integrity": "sha512-SB+cdrnu74ZIn5Ogh/8278ngEh9NEEV0vR4sJFmK04h2iZpybfbqBY0bX6+BLYWVdV12JLLI+JEFtSnYgR+mWg==",
"devOptional": true,
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=14"
}
},
"node_modules/popmotion": { "node_modules/popmotion": {
"version": "11.0.5", "version": "11.0.5",
"resolved": "https://registry.npmjs.org/popmotion/-/popmotion-11.0.5.tgz", "resolved": "https://registry.npmjs.org/popmotion/-/popmotion-11.0.5.tgz",
......
...@@ -10,5 +10,8 @@ ...@@ -10,5 +10,8 @@
"@slidev/cli": "^0.40.14", "@slidev/cli": "^0.40.14",
"@slidev/theme-default": "*", "@slidev/theme-default": "*",
"@slidev/theme-seriph": "*" "@slidev/theme-seriph": "*"
},
"devDependencies": {
"playwright-chromium": "^1.32.3"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment