Skip to content

Commit

Permalink
fix: csstypes dep (#4644)
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat authored Jun 29, 2023
1 parent 71edece commit 31140fb
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 38 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "qwik-monorepo",
"version": "1.2.1",
"version": "1.2.2",
"scripts": {
"build": "tsm scripts/index.ts --tsc --build --qwikcity --qwiklabs --api --platform-binding-wasm-copy",
"build.vite": "tsm scripts/index.ts --tsc --build --qwikcity --qwiklabs --platform-binding-wasm-copy",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-qwik",
"version": "1.2.1",
"version": "1.2.2",
"description": "Interactive CLI for create Qwik projects and adding features.",
"bin": "./create-qwik.cjs",
"main": "./index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-qwik",
"version": "1.2.1",
"version": "1.2.2",
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
"main": "index.js",
"author": "Builder Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-city/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik-city",
"version": "1.2.1",
"version": "1.2.2",
"description": "The meta-framework for Qwik.",
"main": "./lib/index.qwik.mjs",
"qwik": "./lib/index.qwik.mjs",
Expand Down
6 changes: 4 additions & 2 deletions packages/qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik",
"version": "1.2.1",
"version": "1.2.2",
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
"main": "./dist/core.mjs",
"types": "./dist/core.d.ts",
Expand Down Expand Up @@ -142,9 +142,11 @@
"testing/index.d.ts",
"testing/package.json"
],
"dependencies": {
"csstype": "^3.1.2"
},
"devDependencies": {
"@builder.io/qwik-dom": "workspace:*",
"csstype": "^3.1.2",
"image-size": "^1.0.2",
"kleur": "4.1.5"
},
Expand Down
74 changes: 42 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 31140fb

Please sign in to comment.