Skip to content

Commit

Permalink
chore: bump all dev dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jul 21, 2023
1 parent 0c4b591 commit 7bc1129
Show file tree
Hide file tree
Showing 3 changed files with 917 additions and 691 deletions.
4 changes: 2 additions & 2 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"customSyntax": "postcss-lit",
"extends": [
"stylelint-config-standard",
"stylelint-config-prettier"
"stylelint-config-standard"
],
"rules": {
"alpha-value-notation": ["number"],
"comment-empty-line-before": null,
"color-function-notation": ["legacy"],
"comment-whitespace-inside": null,
"font-family-name-quotes": "always-where-recommended",
"media-feature-range-notation": null,
"number-max-precision": [4, {
"ignoreProperties": ["animation-timing-function", "transform"]
}],
Expand Down
47 changes: 23 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,36 +36,35 @@
"@rocket/search": "^0.6.0"
},
"devDependencies": {
"@changesets/cli": "^2.25.2",
"@custom-elements-manifest/analyzer": "^0.8.0",
"@size-limit/preset-small-lib": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"@web/dev-server": "^0.1.35",
"concurrently": "^7.6.0",
"deepmerge": "^4.2.2",
"@changesets/cli": "^2.26.2",
"@custom-elements-manifest/analyzer": "^0.8.4",
"@size-limit/preset-small-lib": "^8.2.6",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@web/dev-server": "^0.3.0",
"concurrently": "^8.2.0",
"deepmerge": "^4.3.1",
"eslint": "^8.45.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-lit": "^1.7.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-lit": "^1.8.3",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-wc": "^1.4.0",
"lint-staged": "^13.0.3",
"lit-analyzer": "^2.0.0-pre.2",
"eslint-plugin-wc": "^1.5.0",
"lint-staged": "^13.2.3",
"lit-analyzer": "^2.0.0-pre.3",
"picocolors": "^1.0.0",
"postcss": "^8.3.11",
"postcss-lit": "^1.0.1",
"postcss": "^8.4.27",
"postcss-lit": "^1.1.0",
"prettier": "^3.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.66.1",
"prettier-plugin-package": "^1.3.1",
"rimraf": "^5.0.1",
"simple-git-hooks": "^2.8.1",
"size-limit": "^8.1.0",
"stylelint": "^15.10.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0",
"typescript": "^4.9.3",
"wireit": "^0.8.0"
"size-limit": "^8.2.6",
"stylelint": "^15.10.2",
"stylelint-config-standard": "^34.0.0",
"typescript": "^5.1.6",
"wireit": "^0.10.0"
},
"resolutions": {
"@lion/accordion": "^0.11.1",
Expand Down
Loading

0 comments on commit 7bc1129

Please sign in to comment.