mirror of
https://github.com/penpot/penpot.git
synced 2026-06-22 23:32:02 +00:00
⬆️ Update deps
This commit is contained in:
parent
fe9598f96c
commit
a2e69db265
@ -11,17 +11,17 @@
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@penpot/svgo": "penpot/svgo#3.3.0",
|
||||
"archiver": "8.0.0",
|
||||
"cookies": "^0.9.1",
|
||||
"date-fns": "^4.4.0",
|
||||
"generic-pool": "^3.9.0",
|
||||
"inflation": "^2.1.0",
|
||||
"ioredis": "^5.11.1",
|
||||
"playwright": "^1.60.0",
|
||||
"playwright": "^1.61.0",
|
||||
"raw-body": "^3.0.2",
|
||||
"source-map-support": "^0.5.21",
|
||||
"@penpot/svgo": "penpot/svgo#3.3.0",
|
||||
"undici": "^8.4.1",
|
||||
"undici": "^8.5.0",
|
||||
"xml-js": "^1.6.11",
|
||||
"xregexp": "^5.1.2"
|
||||
},
|
||||
|
||||
28
exporter/pnpm-lock.yaml
generated
28
exporter/pnpm-lock.yaml
generated
@ -35,8 +35,8 @@ importers:
|
||||
specifier: ^5.11.1
|
||||
version: 5.11.1
|
||||
playwright:
|
||||
specifier: ^1.60.0
|
||||
version: 1.60.0
|
||||
specifier: ^1.61.0
|
||||
version: 1.61.0
|
||||
raw-body:
|
||||
specifier: ^3.0.2
|
||||
version: 3.0.2
|
||||
@ -44,8 +44,8 @@ importers:
|
||||
specifier: ^0.5.21
|
||||
version: 0.5.21
|
||||
undici:
|
||||
specifier: ^8.4.1
|
||||
version: 8.4.1
|
||||
specifier: ^8.5.0
|
||||
version: 8.5.0
|
||||
xml-js:
|
||||
specifier: ^1.6.11
|
||||
version: 1.6.11
|
||||
@ -330,13 +330,13 @@ packages:
|
||||
resolution: {integrity: sha512-GX0gsdbGVCgnRgbeGaubfjpBXyYRWOOCVeYh08bSQvDZqxz5ndXs1OTfAt/h36G1xvI94YIspsI0sVFqAV9+RQ==}
|
||||
engines: {node: '>=20.19.0'}
|
||||
|
||||
playwright-core@1.60.0:
|
||||
resolution: {integrity: sha512-9bW6zvX/m0lEbgTKJ6YppOKx8H3VOPBMOCFh2irXFOT4BbHgrx5hPjwJYLT40Lu+4qtD36qKc/Hn56StUW57IA==}
|
||||
playwright-core@1.61.0:
|
||||
resolution: {integrity: sha512-caX7TrY3Ml6egyDX0WUcTHDxodl/b51y5wJOdCEA36QviK/s2g081hvmGs8eaE3DWb6NYZQ6BjO/QkNRPenoPA==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
playwright@1.60.0:
|
||||
resolution: {integrity: sha512-hheHdokM8cdqCb0lcE3s+zT4t4W+vvjpGxsZlDnikarzx8tSzMebh3UiFtgqwFwnTnjYQcsyMF8ei2mCO/tpeA==}
|
||||
playwright@1.61.0:
|
||||
resolution: {integrity: sha512-Z+7BeeqQPRRzklHsVFP4KTGIyMxKUmfeRA4WisM6G3/XW6nwGeX6fX9qYaDa+CiUqpOkb2f6X3nar05R3kSuJQ==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
@ -430,8 +430,8 @@ packages:
|
||||
resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==}
|
||||
engines: {node: '>=0.6.x'}
|
||||
|
||||
undici@8.4.1:
|
||||
resolution: {integrity: sha512-RNHlB4fxZK0IrkhBsxhlbx7s8kFWwr7rzzOqj5nvZugw3ig3RsB7KW3zVlV0eu8POl+rx5d1hmL7rRg0z1owow==}
|
||||
undici@8.5.0:
|
||||
resolution: {integrity: sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==}
|
||||
engines: {node: '>=22.19.0'}
|
||||
|
||||
unpipe@1.0.0:
|
||||
@ -714,11 +714,11 @@ snapshots:
|
||||
dependencies:
|
||||
boolbase: 2.0.0
|
||||
|
||||
playwright-core@1.60.0: {}
|
||||
playwright-core@1.61.0: {}
|
||||
|
||||
playwright@1.60.0:
|
||||
playwright@1.61.0:
|
||||
dependencies:
|
||||
playwright-core: 1.60.0
|
||||
playwright-core: 1.61.0
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
|
||||
@ -829,7 +829,7 @@ snapshots:
|
||||
|
||||
tsscmp@1.0.6: {}
|
||||
|
||||
undici@8.4.1: {}
|
||||
undici@8.5.0: {}
|
||||
|
||||
unpipe@1.0.0: {}
|
||||
|
||||
|
||||
@ -56,16 +56,16 @@
|
||||
"@penpot/text-editor": "link:text-editor",
|
||||
"@penpot/tokenscript": "link:packages/tokenscript",
|
||||
"@penpot/ui": "link:packages/ui",
|
||||
"@playwright/test": "1.60.0",
|
||||
"@storybook/addon-docs": "10.4.4",
|
||||
"@storybook/addon-themes": "10.4.4",
|
||||
"@storybook/addon-vitest": "10.4.4",
|
||||
"@storybook/react-vite": "10.4.4",
|
||||
"@playwright/test": "1.61.0",
|
||||
"@storybook/addon-docs": "10.4.6",
|
||||
"@storybook/addon-themes": "10.4.6",
|
||||
"@storybook/addon-vitest": "10.4.6",
|
||||
"@storybook/react-vite": "10.4.6",
|
||||
"@tokens-studio/sd-transforms": "2.0.3",
|
||||
"@types/node": "^25.9.3",
|
||||
"@vitest/browser": "4.1.8",
|
||||
"@vitest/browser-playwright": "^4.1.8",
|
||||
"@vitest/coverage-v8": "4.1.8",
|
||||
"@vitest/browser": "4.1.9",
|
||||
"@vitest/browser-playwright": "^4.1.9",
|
||||
"@vitest/coverage-v8": "4.1.9",
|
||||
"@zip.js/zip.js": "2.8.26",
|
||||
"autoprefixer": "^10.4.27",
|
||||
"compression": "^1.8.1",
|
||||
@ -90,7 +90,7 @@
|
||||
"npm-run-all": "^4.1.5",
|
||||
"opentype.js": "^2.0.0",
|
||||
"p-limit": "^7.3.0",
|
||||
"playwright": "1.60.0",
|
||||
"playwright": "1.61.0",
|
||||
"postcss": "^8.5.15",
|
||||
"postcss-clean": "^1.2.2",
|
||||
"postcss-modules": "^6.0.1",
|
||||
@ -105,24 +105,24 @@
|
||||
"react-virtualized": "^9.22.6",
|
||||
"rimraf": "^6.1.3",
|
||||
"rxjs": "8.0.0-alpha.14",
|
||||
"sass": "^1.100.0",
|
||||
"sass": "^1.101.0",
|
||||
"sass-embedded": "^1.100.0",
|
||||
"sax": "^1.6.0",
|
||||
"scheduler": "^0.27.0",
|
||||
"source-map-support": "^0.5.21",
|
||||
"storybook": "10.4.4",
|
||||
"storybook": "10.4.6",
|
||||
"style-dictionary": "5.4.4",
|
||||
"stylelint": "^17.13.0",
|
||||
"stylelint-config-standard-scss": "^17.0.0",
|
||||
"stylelint-scss": "^7.2.0",
|
||||
"stylelint-use-logical-spec": "^5.0.1",
|
||||
"stylelint-plugin-logical-css": "^2.1.0",
|
||||
"svg-sprite": "^2.0.4",
|
||||
"tdigest": "^0.1.2",
|
||||
"tinycolor2": "^1.6.0",
|
||||
"typescript": "^6.0.2",
|
||||
"ua-parser-js": "2.0.10",
|
||||
"vite": "^8.0.16",
|
||||
"vitest": "^4.1.8",
|
||||
"vitest": "^4.1.9",
|
||||
"wait-on": "^9.0.4",
|
||||
"watcher": "^2.3.1",
|
||||
"workerpool": "^10.0.1",
|
||||
|
||||
551
frontend/pnpm-lock.yaml
generated
551
frontend/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@ import postcssScss from "postcss-scss";
|
||||
/** @type {import("stylelint").Config} */
|
||||
export default {
|
||||
extends: ["stylelint-config-standard-scss"],
|
||||
plugins: ["stylelint-scss", "stylelint-use-logical-spec"],
|
||||
plugins: ["stylelint-scss", "stylelint-plugin-logical-css"],
|
||||
overrides: [
|
||||
{
|
||||
files: ["**/*.scss"],
|
||||
@ -59,7 +59,7 @@ export default {
|
||||
"font-weight-notation": "numeric",
|
||||
// // URLs
|
||||
"function-url-no-scheme-relative": true,
|
||||
// "liberty/use-logical-spec": "always",
|
||||
// "plugin/use-logical-properties-and-values": "always",
|
||||
"selector-class-pattern": null,
|
||||
"alpha-value-notation": "number",
|
||||
"color-function-notation": "modern",
|
||||
|
||||
@ -15,18 +15,18 @@
|
||||
"test:watch:e2e": "vitest --browser"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.60.0",
|
||||
"@playwright/test": "1.61.0",
|
||||
"@types/node": "^25.9.2",
|
||||
"@vitest/browser": "^4.1.8",
|
||||
"@vitest/coverage-v8": "^4.1.8",
|
||||
"@vitest/ui": "^4.1.8",
|
||||
"@vitest/browser": "^4.1.9",
|
||||
"@vitest/coverage-v8": "^4.1.9",
|
||||
"@vitest/ui": "^4.1.9",
|
||||
"canvas": "^3.2.3",
|
||||
"esbuild": "^0.28.0",
|
||||
"jsdom": "^29.1.1",
|
||||
"playwright": "1.60.0",
|
||||
"playwright": "1.61.0",
|
||||
"prettier": "^3.8.4",
|
||||
"vite": "^8.0.16",
|
||||
"vitest": "^4.1.8"
|
||||
"vitest": "^4.1.9"
|
||||
},
|
||||
"packageManager": "pnpm@11.5.3+sha512.7ac1c919341c213a34dc0d02afb7143c5c26ac26ee8c4782deea821b8ac64d2134a081fd8941dae6e29bbb48f58dfc2b7fbceeccc07cb2f09d219d342a4969ed"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user