Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matijs committed Aug 14, 2024
1 parent dcccac1 commit 323ac01
Show file tree
Hide file tree
Showing 6 changed files with 839 additions and 1,033 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@
"./proprietary/*"
],
"devDependencies": {
"@lerna-lite/cli": "3.7.1",
"@lerna-lite/publish": "3.7.1",
"@lerna-lite/run": "3.7.1",
"@lerna-lite/version": "3.7.1",
"@types/node": "22.0.3",
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "8.0.0",
"@lerna-lite/cli": "3.8.0",
"@lerna-lite/publish": "3.8.0",
"@lerna-lite/run": "3.8.0",
"@lerna-lite/version": "3.8.0",
"@types/node": "22.2.0",
"@typescript-eslint/eslint-plugin": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.35.0",
"husky": "9.1.4",
"lint-staged": "15.2.7",
"lint-staged": "15.2.9",
"markdownlint-cli": "0.41.0",
"npm-check-updates": "17.0.0",
"npm-check-updates": "17.0.6",
"npm-package-json-lint": "8.0.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.40",
"postcss": "8.4.41",
"prettier": "3.3.3",
"stylelint": "16.8.1",
"stylelint-config-standard-scss": "13.1.0",
Expand Down Expand Up @@ -81,5 +81,5 @@
"dependencies": {
"http-server": "14.1.1"
},
"packageManager": "pnpm@9.6.0"
"packageManager": "pnpm@9.7.0"
}
6 changes: 3 additions & 3 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"jest-environment-jsdom": "29.7.0",
"next": "14.2.5",
"npm-run-all": "4.1.5",
"postcss": "8.4.40",
"postcss": "8.4.41",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "6.0.1",
"rollup": "4.19.2",
"rollup": "4.20.0",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-node-externals": "7.1.2",
"rollup-plugin-node-polyfills": "0.2.1",
Expand All @@ -70,7 +70,7 @@
"sass": "1.77.8",
"tslib": "2.6.3",
"typescript": "5.5.4",
"vite": "5.3.5",
"vite": "5.4.0",
"vite-plugin-runtime-config": "1.0.2"
},
"peerDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@
"@example/font": "workspace:*",
"@example/web-components-react": "workspace:*",
"@example/web-components-stencil": "workspace:*",
"@storybook/addon-a11y": "8.2.7",
"@storybook/addon-actions": "8.2.7",
"@storybook/addon-docs": "8.2.7",
"@storybook/addon-interactions": "8.2.7",
"@storybook/addon-links": "8.2.7",
"@storybook/addon-viewport": "8.2.7",
"@storybook/react": "8.2.7",
"@storybook/react-vite": "8.2.7",
"@storybook/addon-a11y": "8.2.9",
"@storybook/addon-actions": "8.2.9",
"@storybook/addon-docs": "8.2.9",
"@storybook/addon-interactions": "8.2.9",
"@storybook/addon-links": "8.2.9",
"@storybook/addon-viewport": "8.2.9",
"@storybook/react": "8.2.9",
"@storybook/react-vite": "8.2.9",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@whitespace/storybook-addon-html": "6.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-syntax-highlighter": "15.5.0",
"rimraf": "6.0.1",
"storybook": "8.2.7",
"storybook": "8.2.9",
"typescript": "5.5.4",
"vite": "5.3.5"
"vite": "5.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/web-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@example/web-components-stencil": "workspace:*",
"@types/node": "22.0.3",
"@types/node": "22.2.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components-stencil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"typescript": "5.5.4"
},
"dependencies": {
"@stencil/core": "4.19.2"
"@stencil/core": "4.20.0"
}
}
Loading

0 comments on commit 323ac01

Please sign in to comment.