Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
giamir committed Jan 22, 2024
1 parent e5f4099 commit 960520e
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 105 deletions.
6 changes: 3 additions & 3 deletions lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"declaration": true,
"allowSyntheticDefaultImports": true,
"paths": {
"@open-wc/testing": ["./test/open-wc-testing-patch.d.ts"]
}
"@open-wc/testing": ["./test/open-wc-testing-patch.d.ts"],
},
},
"include": ["**/*.ts"]
"include": ["**/*.ts"],
}
168 changes: 71 additions & 97 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,21 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-unsanitized": "^4.0.2",
"jquery": "^3.7.1",
"less-loader": "^11.1.4",
"less-loader": "^12.1.0",
"list.js": "^2.3.1",
"markdown-it": "^14.0.0",
"mini-css-extract-plugin": "^2.7.7",
"postcss-less": "^6.0.0",
"postcss-loader": "^7.3.4",
"prettier": "^3.1.1",
"postcss-loader": "^8.0.0",
"prettier": "^3.2.4",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.1.0",
"stylelint": "^16.2.0",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-standard": "^36.0.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"vitest": "^1.1.3",
"vitest": "^1.2.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
Expand Down

0 comments on commit 960520e

Please sign in to comment.