Skip to content

Commit 827a367

Browse files
committed
v4.0.0-rc.1
1 parent 01e3aef commit 827a367

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "accoutrement",
33
"title": "Accoutrement",
4-
"version": "4.0.0-beta.3",
4+
"version": "4.0.0-rc.1",
55
"description": "Sass design-systems management and utilities.",
66
"homepage": "https://www.oddbird.net/accoutrement/",
77
"type": "module",
@@ -48,9 +48,9 @@
4848
"chokidar-cli": "^3.0.0",
4949
"mocha": "^9.2.1",
5050
"npm-run-all": "^4.1.5",
51-
"postcss": "^8.4.6",
51+
"postcss": "^8.4.7",
5252
"prettier": "^2.5.1",
53-
"sass": "^1.49.8",
53+
"sass": "^1.49.9",
5454
"sass-true": "^6.1.0-beta.1",
5555
"sassdoc": "^2.7.3",
5656
"sassdoc-theme-herman": "^4.0.2",

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -2333,7 +2333,7 @@ [email protected]:
23332333
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c"
23342334
integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==
23352335

2336-
nanoid@^3.2.0:
2336+
nanoid@^3.3.1:
23372337
version "3.3.1"
23382338
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35"
23392339
integrity sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==
@@ -2688,12 +2688,12 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
26882688
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
26892689
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
26902690

2691-
postcss@^8.4.6:
2692-
version "8.4.6"
2693-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.6.tgz#c5ff3c3c457a23864f32cb45ac9b741498a09ae1"
2694-
integrity sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==
2691+
postcss@^8.4.6, postcss@^8.4.7:
2692+
version "8.4.7"
2693+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.7.tgz#f99862069ec4541de386bf57f5660a6c7a0875a8"
2694+
integrity sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==
26952695
dependencies:
2696-
nanoid "^3.2.0"
2696+
nanoid "^3.3.1"
26972697
picocolors "^1.0.0"
26982698
source-map-js "^1.0.2"
26992699

@@ -3053,10 +3053,10 @@ sass-true@^6.1.0-beta.1:
30533053
jest-diff "^27.5.1"
30543054
lodash "^4.17.21"
30553055

3056-
sass@^1.49.8:
3057-
version "1.49.8"
3058-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.8.tgz#9bbbc5d43d14862db07f1c04b786c9da9b641828"
3059-
integrity sha512-NoGOjvDDOU9og9oAxhRnap71QaTjjlzrvLnKecUJ3GxhaQBrV6e7gPuSPF28u1OcVAArVojPAe4ZhOXwwC4tGw==
3056+
sass@^1.49.9:
3057+
version "1.49.9"
3058+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.9.tgz#b15a189ecb0ca9e24634bae5d1ebc191809712f9"
3059+
integrity sha512-YlYWkkHP9fbwaFRZQRXgDi3mXZShslVmmo+FVK3kHLUELHHEYrCmL1x6IUjC7wLS6VuJSAFXRQS/DxdsC4xL1A==
30603060
dependencies:
30613061
chokidar ">=3.0.0 <4.0.0"
30623062
immutable "^4.0.0"

0 commit comments

Comments
 (0)