@blueprintui/layout
Advanced tools
Comparing version
@@ -0,1 +1,8 @@ | ||
# [@blueprintui/layout-v2.1.7](https://github.com/blueprintui/blueprintui/compare/@blueprintui/layout-v2.1.6...@blueprintui/layout-v2.1.7) (2025-01-19) | ||
### Bug Fixes | ||
* **layout:** update browser targets ([9201dbd](https://github.com/blueprintui/blueprintui/commit/9201dbd8fbe9598040679f5ab39fdd9a9bd4bfb6)) | ||
# [@blueprintui/layout-v2.1.6](https://github.com/blueprintui/blueprintui/compare/@blueprintui/layout-v2.1.5...@blueprintui/layout-v2.1.6) (2024-11-19) | ||
@@ -2,0 +9,0 @@ |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "2.1.6"; | ||
export const VERSION = "2.1.7"; |
{ | ||
"name": "@blueprintui/layout", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"type": "module", | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
"modern-normalize": "^3.0.1", | ||
"@blueprintui/themes": "^2.1.10" | ||
"@blueprintui/themes": "^2.1.11" | ||
}, | ||
@@ -40,8 +40,10 @@ "devDependencies": { | ||
"@web/test-runner-visual-regression": "0.10.0", | ||
"browserslist": "4.24.4", | ||
"lit": "^3.2.1", | ||
"publint": "0.2.12", | ||
"@blueprintui/layout": "^2.1.6", | ||
"web-test-runner-performance": "0.1.6", | ||
"@blueprintui/layout": "^2.1.7", | ||
"@blueprintui/test": "^0.0.0", | ||
"@blueprintui/typography": "^2.1.6", | ||
"@blueprintui/themes": "^2.1.10" | ||
"@blueprintui/themes": "^2.1.11", | ||
"@blueprintui/typography": "^2.1.6" | ||
}, | ||
@@ -107,3 +109,3 @@ "wireit": { | ||
"test:performance": { | ||
"command": "node ../test/dist/wtr.js --config ./web-test-runner.performance.mjs", | ||
"command": "node node_modules/@blueprintui/test/dist/wtr.js --config ./web-test-runner.performance.mjs", | ||
"dependencies": [ | ||
@@ -119,6 +121,5 @@ "../test:build", | ||
"test:visual": { | ||
"command": "node ../test/dist/wtr.js --config ./web-test-runner.visual.mjs", | ||
"command": "node node_modules/@blueprintui/test/dist/wtr.js --config ./web-test-runner.visual.mjs", | ||
"dependencies": [ | ||
"../test:build", | ||
"../components:build", | ||
"build" | ||
@@ -134,3 +135,3 @@ ], | ||
"test:visual:update": { | ||
"command": "node ../test/dist/wtr.js --update-visual-baseline --config ./web-test-runner.visual.mjs", | ||
"command": "node node_modules/@blueprintui/test/dist/wtr.js --update-visual-baseline --config ./web-test-runner.visual.mjs", | ||
"dependencies": [ | ||
@@ -155,6 +156,7 @@ "../test:build", | ||
"files": [ | ||
"./src/**/*" | ||
"./src/**/*.examples.js", | ||
"./blueprint.config.js" | ||
], | ||
"output": [ | ||
"./dist/examples" | ||
"./.drafter" | ||
] | ||
@@ -171,3 +173,3 @@ }, | ||
"scripts": { | ||
"start": "pnpm run ci && wireit-cache-validate pnpm run ci", | ||
"start": "wireit", | ||
"ci": "wireit", | ||
@@ -174,0 +176,0 @@ "build": "wireit", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
145427
-51.92%15
15.38%7
-22.22%3337
-49.45%