Skip to content

Commit

Permalink
chore(deps): Update package dependencies
Browse files Browse the repository at this point in the history
The dependencies and devDependencies in package.json and pnpm-lock.yaml files were updated with new versions. This includes an update to package manager's version as well. The '@esbuild/' sections for different operating systems and CPU architectures have been removed or modified in pnpm-lock.yaml due to these updates.
  • Loading branch information
maicol07 committed Nov 28, 2023
1 parent 5169aed commit b6d61b4
Show file tree
Hide file tree
Showing 2 changed files with 268 additions and 509 deletions.
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.11.0",
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -55,21 +55,20 @@
"@material/web": "1.0.0"
},
"devDependencies": {
"@lit-labs/analyzer": "^0.9.2",
"@material/web": "1.0.0",
"@types/node": "^20.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@lit-labs/analyzer": "^0.11.0",
"@material/web": "1.0.1",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@web-types/lit": "2.0.0-3",
"@webcomponents/webcomponentsjs": "^2.8.0",
"eslint": "^8.50.0",
"eslint": "^8.54.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-wc": "^2.0.4",
"sass": "~1.68.0",
"typescript": "^5.2.2",
"vite": "^4.4.10",
"wireit": "^0.14.0"
"sass": "~1.69.5",
"typescript": "^5.3.2",
"wireit": "^0.14.1"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit b6d61b4

Please sign in to comment.