Skip to content

Commit

Permalink
update dependencies (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: Kangrui Ye <kangrui.ye@cloudflight.io>
  • Loading branch information
strawberry-choco authored Dec 12, 2023
1 parent e63f370 commit d7a959b
Show file tree
Hide file tree
Showing 5 changed files with 718 additions and 823 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflight",
"version": "0.7.0",
"version": "0.8.0",
"scripts": {
"build": "yarn workspaces foreach -ptA run build-package",
"lint": "eslint . && eslint --config .eslintrc.format.js .",
Expand All @@ -23,33 +23,33 @@
"url": "https://github.com/cloudflightio/cloudflight-stylelint-plugin/issues"
},
"volta": {
"node": "18.17.1",
"yarn": "4.0.0-rc.52"
"node": "20.10.0",
"yarn": "4.0.2"
},
"dependencies": {
"postcss": "8.4.31",
"postcss": "8.4.32",
"postcss-html": "1.5.0",
"postcss-scss": "4.0.9",
"stylelint": "15.10.3",
"stylelint": "16.0.2",
"stylelint-config-html": "1.1.0",
"stylelint-config-standard-scss": "11.0.0",
"stylelint-config-standard-scss": "12.0.0",
"stylelint-high-performance-animation": "1.9.0",
"stylelint-order": "6.0.3",
"stylelint-order": "6.0.4",
"tslib": "2.6.2"
},
"devDependencies": {
"@cloudflight/eslint-plugin-typescript": "0.20.5",
"@rushstack/eslint-patch": "1.5.1",
"@types/jest": "29.5.5",
"@types/node": "18.18.1",
"eslint": "8.50.0",
"eslint-plugin-import": "2.28.1",
"@cloudflight/eslint-plugin-typescript": "0.22.0",
"@rushstack/eslint-patch": "1.6.0",
"@types/jest": "29.5.11",
"@types/node": "20.10.4",
"eslint": "8.55.0",
"eslint-plugin-import": "2.29.0",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "14.0.1",
"lint-staged": "15.2.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"lint-staged": {
"*.ts": "eslint --config .eslintrc.format.js --fix",
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.7.0",
"version": "0.8.0",
"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.7.0",
"version": "0.8.0",
"author": "Cloudflight GmbH",
"license": "Apache-2.0",
"scripts": {
Expand Down
6 changes: 3 additions & 3 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.7.0",
"version": "0.8.0",
"author": "Cloudflight GmbH",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -25,9 +25,9 @@
"access": "public"
},
"dependencies": {
"stylelint-config-standard-scss": "^11.0.0",
"stylelint-config-standard-scss": "^12.0.0",
"stylelint-high-performance-animation": "^1.9.0",
"stylelint-order": "^6.0.3"
"stylelint-order": "^6.0.4"
},
"peerDependencies": {
"postcss": "^8.4.19",
Expand Down
Loading

0 comments on commit d7a959b

Please sign in to comment.