Skip to content

Commit

Permalink
Merge branch 'master' into chore/bump-node-version-v18
Browse files Browse the repository at this point in the history
  • Loading branch information
dddlr authored Feb 13, 2023
2 parents c49bc2d + 15971c4 commit 8f92e0e
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-coats-attend.md

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"resolutions": {
"css-what": ">=6.1.0",
"nth-check": ">=2.0.1",
"nth-check": ">=2.1.1",
"typescript": "^4.9.5"
},
"devDependencies": {
Expand All @@ -75,7 +75,7 @@
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.19",
"@types/node": "^18.13.0",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.18",
"@types/svgo": "^2.6.4",
Expand All @@ -95,7 +95,7 @@
"jest-extended": "^0.11.5",
"jest-watch-typeahead": "^0.6.5",
"loki": "^0.31.0",
"prettier": "^2.8.3",
"prettier": "^2.8.4",
"pretty-quick": "^3.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-strip-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"devDependencies": {
"@compiled/babel-plugin": "*",
"@types/babel__core": "^7.20.0",
"prettier": "^2.8.3"
"prettier": "^2.8.4"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/benchmark": "^2.1.2",
"@types/resolve": "^1.20.2",
"benchmark": "^2.1.4",
"prettier": "^2.8.3",
"prettier": "^2.8.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @compiled/css

## 0.8.10

### Patch Changes

- ba68bc7f: Fix transparent and currentcolor not being treated as a color

## 0.8.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/css",
"version": "0.8.9",
"version": "0.8.10",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"homepage": "https://compiledcssinjs.com/docs/pkg-css",
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
Expand All @@ -20,7 +20,7 @@
],
"resolutions": {
"css-what": ">=6.1.0",
"nth-check": ">=2.0.1"
"nth-check": ">=2.1.1"
},
"dependencies": {
"@compiled/utils": "^0.6.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/parcel-optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@parcel/core": "^2.3.1",
"@parcel/fs": "^2.3.1",
"@parcel/types": "^2.3.1",
"prettier": "^2.8.3"
"prettier": "^2.8.4"
},
"engines": {
"parcel": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/parcel-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@parcel/fs": "^2.3.1",
"@parcel/types": "^2.3.1",
"@types/babel__core": "^7.20.0",
"prettier": "^2.8.3"
"prettier": "^2.8.4"
},
"engines": {
"parcel": "^2.0.0"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3807,10 +3807,10 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/node@^18.11.19":
version "18.11.19"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.19.tgz#35e26df9ec441ab99d73e99e9aca82935eea216d"
integrity sha512-YUgMWAQBWLObABqrvx8qKO1enAvBUdjZOAWQ5grBAkp5LQv45jBvYKZ3oFS9iKRCQyFjqw6iuEa1vmFqtxYLZw==
"@types/node@*", "@types/node@^18.13.0":
version "18.13.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.13.0.tgz#0400d1e6ce87e9d3032c19eb6c58205b0d3f7850"
integrity sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==

"@types/node@^12.7.1":
version "12.20.37"
Expand Down Expand Up @@ -12124,7 +12124,7 @@ npmlog@^5.0.1:
gauge "^3.0.0"
set-blocking "^2.0.0"

nth-check@>=2.0.1, nth-check@^1.0.2, nth-check@^2.0.0:
nth-check@>=2.1.1, nth-check@^1.0.2, nth-check@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d"
integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==
Expand Down Expand Up @@ -13519,10 +13519,10 @@ prepend-http@^1.0.0:
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.0.tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18"
integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==

prettier@^2.5.1, prettier@^2.7.1, prettier@^2.8.3:
version "2.8.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.3.tgz#ab697b1d3dd46fb4626fbe2f543afe0cc98d8632"
integrity sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==
prettier@^2.5.1, prettier@^2.7.1, prettier@^2.8.4:
version "2.8.4"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3"
integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==

pretty-error@^2.1.1:
version "2.1.2"
Expand Down

0 comments on commit 8f92e0e

Please sign in to comment.