Skip to content

Commit

Permalink
chore: upgrade stencil version and other minor and bugfix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
colinscz committed Nov 1, 2023
1 parent 16b5866 commit 479d67f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions libraries/ui-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
"codeclean": "npm run lint:fix && npm run prettier:fix"
},
"dependencies": {
"@stencil/core": "^4.0.3",
"@stencil/core": "^4.6.0",
"@types/resize-observer-browser": "^0.1.5"
},
"devDependencies": {
"@fontsource/noto-sans": "^4.5.1",
"@fontsource/noto-sans": "^4.5.11",
"@popperjs/core": "^2.5.3",
"@stencil-community/eslint-plugin": "^0.5.0",
"@stencil/angular-output-target": "^0.7.1",
"@stencil/angular-output-target": "^0.8.2",
"@stencil/react-output-target": "^0.5.3",
"@stencil/sass": "^3.0.5",
"@stencil/sass": "^3.0.7",
"@stencil/vue-output-target": "^0.8.6",
"@types/jest": "27.0.3",
"@typescript-eslint/eslint-plugin": "^5.59.7",
Expand All @@ -53,11 +53,11 @@
"eslint-config-prettier": "^8.8.0",
"jest": "27.4.5",
"jest-cli": "27.4.5",
"material-icons": "^1.12.0",
"puppeteer": "^20.2.1",
"replace-in-file": "^6.2.0",
"material-icons": "^1.13.12",
"puppeteer": "^20.9.0",
"replace-in-file": "^6.3.5",
"rimraf": "^3.0.2",
"typescript": "^4.3.2"
"typescript": "~5.2.2"
},
"jest": {
"preset": "@stencil/core/testing",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"eslint": "^8.39.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1"
},
Expand Down

0 comments on commit 479d67f

Please sign in to comment.