Skip to content

Commit

Permalink
update dependencies (#98)
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 May 2, 2023
1 parent cad8a6a commit ec8ad5c
Show file tree
Hide file tree
Showing 5 changed files with 2,398 additions and 2,130 deletions.
28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

4 changes: 0 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ nodeLinker: node-modules
npmAuthToken: "${NODE_AUTH_TOKEN-''}"

npmRegistryServer: 'https://registry.npmjs.org'

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,34 +24,34 @@
},
"volta": {
"node": "18.13.0",
"yarn": "3.4.0"
"yarn": "4.0.0-rc.43"
},
"dependencies": {
"postcss": "8.4.21",
"postcss": "8.4.23",
"postcss-html": "1.5.0",
"postcss-scss": "4.0.6",
"stylelint": "15.4.0",
"stylelint": "15.6.0",
"stylelint-config-html": "1.1.0",
"stylelint-config-standard-scss": "7.0.1",
"stylelint-config-standard-scss": "9.0.0",
"stylelint-high-performance-animation": "1.8.0",
"stylelint-order": "6.0.3",
"tslib": "2.5.0"
},
"devDependencies": {
"@cloudflight/eslint-plugin-typescript": "0.12.0",
"@cloudflight/eslint-plugin-typescript": "0.15.0",
"@rushstack/eslint-patch": "1.2.0",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"eslint": "8.37.0",
"@types/jest": "29.5.1",
"@types/node": "18.16.3",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"husky": "8.0.3",
"jest": "29.5.0",
"lint-staged": "13.2.0",
"prettier": "2.8.7",
"lint-staged": "13.2.2",
"prettier": "2.8.8",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.3"
"typescript": "5.0.4"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"access": "public"
},
"dependencies": {
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-config-standard-scss": "^9.0.0",
"stylelint-high-performance-animation": "^1.8.0",
"stylelint-order": "^6.0.2"
"stylelint-order": "^6.0.3"
},
"peerDependencies": {
"postcss": "^8.4.19",
Expand Down
Loading

0 comments on commit ec8ad5c

Please sign in to comment.