Skip to content

Commit

Permalink
Update deps (#6488)
Browse files Browse the repository at this point in the history
* Bump typescript from 4.8.4 to 4.9.3

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.8.4...v4.9.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump eslint from 8.27.0 to 8.28.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.27.0 to 8.28.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.27.0...v8.28.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump postcss-selector-parser from 6.0.10 to 6.0.11

Bumps [postcss-selector-parser](https://github.com/postcss/postcss-selector-parser) from 6.0.10 to 6.0.11.
- [Release notes](https://github.com/postcss/postcss-selector-parser/releases)
- [Changelog](https://github.com/postcss/postcss-selector-parser/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-selector-parser@v6.0.10...v6.0.11)

---
updated-dependencies:
- dependency-name: postcss-selector-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
ybiquitous and dependabot[bot] committed Nov 21, 2022
1 parent 6683e1e commit f226f54
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -138,7 +138,7 @@
"postcss-media-query-parser": "^0.2.3",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-safe-parser": "^6.0.0",
"postcss-selector-parser": "^6.0.10",
"postcss-selector-parser": "^6.0.11",
"postcss-value-parser": "^4.2.0",
"resolve-from": "^5.0.0",
"string-width": "^4.2.3",
Expand Down Expand Up @@ -171,7 +171,7 @@
"benchmark": "^2.1.4",
"common-tags": "^1.8.2",
"deepmerge": "^4.2.2",
"eslint": "^8.27.0",
"eslint": "^8.28.0",
"eslint-config-stylelint": "^17.0.0",
"husky": "^8.0.2",
"jest": "^28.1.3",
Expand All @@ -189,7 +189,7 @@
"postcss-scss": "^4.0.5",
"remark-cli": "^11.0.0",
"sugarss": "^4.0.1",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand Down

0 comments on commit f226f54

Please sign in to comment.