Skip to content

Commit

Permalink
chore: bump @wyw-in-js/* packages (#1391)
Browse files Browse the repository at this point in the history
* chore: bump @wyw-in-js/* packages

* Create hip-lions-count.md
  • Loading branch information
layershifter committed Jan 22, 2024
1 parent 0a59cfe commit 8d4ebd3
Show file tree
Hide file tree
Showing 15 changed files with 405 additions and 1,286 deletions.
16 changes: 16 additions & 0 deletions .changeset/hip-lions-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"@linaria/atomic": patch
"@linaria/core": patch
"@linaria/react": patch
"@linaria/stylelint": patch
"@linaria/testkit": patch
"linaria-website": patch
"astro-solid-example": patch
"esbuild-example": patch
"rollup-example": patch
"vite-example": patch
"vpssr-linaria-solid-example": patch
"webpack5-example": patch
---

chore: bump @wyw-in-js/* packages
2 changes: 1 addition & 1 deletion examples/astro-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@astrojs/solid-js": "^1.2.3",
"@babel/core": "^7.23.5",
"@linaria/core": "workspace:^",
"@wyw-in-js/vite": "^0.2.2",
"@wyw-in-js/vite": "^0.2.3",
"astro": "^1.6.10",
"solid-js": "^1.6.2",
"vite": "^3",
Expand Down
2 changes: 1 addition & 1 deletion examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"linaria-website": "workspace:^"
},
"devDependencies": {
"@wyw-in-js/esbuild": "^0.2.2",
"@wyw-in-js/esbuild": "^0.2.3",
"esbuild": "^0.15.16"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@wyw-in-js/rollup": "^0.2.2",
"@wyw-in-js/rollup": "^0.2.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-image": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"linaria-website": "workspace:^"
},
"devDependencies": {
"@wyw-in-js/vite": "^0.2.2",
"@wyw-in-js/vite": "^0.2.3",
"@rollup/plugin-node-resolve": "^15.2.1",
"@vitejs/plugin-react": "^2.1.0",
"vite": "^3.2.7"
Expand Down
2 changes: 1 addition & 1 deletion examples/vpssr-linaria-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"@linaria/core": "workspace:^",
"@wyw-in-js/vite": "^0.2.2",
"@wyw-in-js/vite": "^0.2.3",
"babel-preset-solid": "^1.6.2",
"compression": "^1.7.4",
"express": "^4.18.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@wyw-in-js/webpack-loader": "^0.2.2",
"@wyw-in-js/webpack-loader": "^0.2.3",
"babel-loader": "^9.1.0",
"cross-env": "^7.0.3",
"css-hot-loader": "^1.4.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/atomic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"dependencies": {
"@linaria/core": "workspace:^",
"@linaria/react": "workspace:^",
"@wyw-in-js/processor-utils": "^0.2.2",
"@wyw-in-js/shared": "^0.2.2",
"@wyw-in-js/processor-utils": "^0.2.3",
"@wyw-in-js/shared": "^0.2.3",
"known-css-properties": "^0.24.0",
"postcss": "^8.4.31",
"stylis": "^4.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"watch": "pnpm build:dist --watch & pnpm build:declarations --watch"
},
"dependencies": {
"@wyw-in-js/processor-utils": "^0.2.2"
"@wyw-in-js/processor-utils": "^0.2.3"
},
"devDependencies": {
"@babel/traverse": "^7.23.5",
"@babel/types": "^7.23.5",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.4",
"@types/node": "^17.0.39",
"@wyw-in-js/shared": "^0.2.2"
"@wyw-in-js/shared": "^0.2.3"
},
"engines": {
"node": ">=16.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"dependencies": {
"@emotion/is-prop-valid": "^1.2.0",
"@linaria/core": "workspace:^",
"@wyw-in-js/processor-utils": "^0.2.2",
"@wyw-in-js/shared": "^0.2.2",
"@wyw-in-js/processor-utils": "^0.2.3",
"@wyw-in-js/shared": "^0.2.3",
"minimatch": "^9.0.3",
"react-html-attributes": "^1.4.6",
"ts-invariant": "^0.10.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"watch": "pnpm build:lib --watch & pnpm build:esm --watch & pnpm build:declarations --watch"
},
"dependencies": {
"@wyw-in-js/shared": "^0.2.2",
"@wyw-in-js/transform": "^0.2.2",
"@wyw-in-js/shared": "^0.2.3",
"@wyw-in-js/transform": "^0.2.3",
"strip-ansi": "^5.2.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/testkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"@babel/traverse": "^7.23.5",
"@linaria/react": "workspace:^",
"@swc/core": "^1.3.20",
"@wyw-in-js/processor-utils": "^0.2.2",
"@wyw-in-js/shared": "^0.2.2",
"@wyw-in-js/transform": "^0.2.2",
"@wyw-in-js/processor-utils": "^0.2.3",
"@wyw-in-js/shared": "^0.2.3",
"@wyw-in-js/transform": "^0.2.3",
"debug": "^4.3.4",
"dedent": "^1.5.1",
"esbuild": "^0.15.16",
Expand Down
9 changes: 1 addition & 8 deletions packages/testkit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,5 @@
"rootDir": "src/",
"types": ["jest", "node"]
},
"references": [
{ "path": "../babel" },
{ "path": "../core" },
{ "path": "../logger" },
{ "path": "../react" },
{ "path": "../shaker" },
{ "path": "../utils" }
]
"references": [{ "path": "../core" }, { "path": "../react" }]
}

0 comments on commit 8d4ebd3

Please sign in to comment.