Skip to content

Commit

Permalink
update dependencies (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: Kangrui Johann Ye <kangrui.ye@cloudflight.io>
  • Loading branch information
strawberry-choco authored Jan 4, 2024
1 parent 7c44725 commit 9a503b0
Show file tree
Hide file tree
Showing 5 changed files with 280 additions and 709 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflight",
"version": "0.8.1",
"version": "0.8.2",
"scripts": {
"build": "yarn workspaces foreach -ptA run build-package",
"lint": "eslint . && eslint --config .eslintrc.format.js .",
Expand Down Expand Up @@ -30,19 +30,19 @@
"postcss": "8.4.32",
"postcss-html": "1.5.0",
"postcss-scss": "4.0.9",
"stylelint": "16.0.2",
"stylelint": "16.1.0",
"stylelint-config-html": "1.1.0",
"stylelint-config-standard-scss": "12.0.0",
"stylelint-config-standard-scss": "13.0.0",
"stylelint-order": "6.0.4",
"tslib": "2.6.2"
},
"devDependencies": {
"@cloudflight/eslint-plugin-typescript": "0.22.0",
"@rushstack/eslint-patch": "1.6.0",
"@rushstack/eslint-patch": "1.6.1",
"@types/jest": "29.5.11",
"@types/node": "20.10.4",
"eslint": "8.55.0",
"eslint-plugin-import": "2.29.0",
"@types/node": "20.10.6",
"eslint": "8.56.0",
"eslint-plugin-import": "2.29.1",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "15.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-plugin-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflight/stylelint-plugin-angular",
"version": "0.8.1",
"version": "0.8.2",
"author": "Cloudflight GmbH",
"license": "Apache-2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-plugin-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflight/stylelint-plugin-vue",
"version": "0.8.1",
"version": "0.8.2",
"author": "Cloudflight GmbH",
"license": "Apache-2.0",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflight/stylelint-plugin",
"version": "0.8.1",
"version": "0.8.2",
"author": "Cloudflight GmbH",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"access": "public"
},
"dependencies": {
"stylelint-config-standard-scss": "^12.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-order": "^6.0.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 9a503b0

Please sign in to comment.