Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
UITOOL-284
  • Loading branch information
renovate[bot] authored Jul 29, 2024
1 parent 0d0c502 commit a8f635b
Show file tree
Hide file tree
Showing 8 changed files with 235 additions and 245 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
persist-credentials: false

- name: 'Run analysis'
uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
with:
results_file: results.sarif
results_format: sarif
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@coveo/semantic-monorepo-tools": "2.4.43",
"@coveo/semantic-monorepo-tools": "2.4.44",
"@eslint/compat": "1.1.1",
"@sindresorhus/slugify": "2.2.1",
"@types/node": "20.14.12",
"@types/node": "20.14.13",
"aws-sdk": "2.1664.0",
"chokidar": "3.6.0",
"commitizen": "4.3.0",
"conventional-changelog-angular": "8.0.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.7.0",
"eslint": "9.8.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import-x": "3.1.0",
"eslint-plugin-jsdoc": "48.8.3",
"eslint-plugin-jsdoc": "48.9.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
Expand All @@ -67,13 +67,13 @@
"eslint-plugin-unused-imports": "4.0.1",
"eslint-plugin-vitest": "0.5.4",
"globals": "15.8.0",
"husky": "9.1.2",
"husky": "9.1.3",
"lint-staged": "15.2.7",
"mime-types": "2.1.35",
"postcss": "8.4.40",
"prettier": "3.3.3",
"sort-package-json": "2.10.0",
"stylelint": "16.7.0",
"stylelint": "16.8.0",
"stylelint-config-standard-scss": "13.1.0",
"turbo": "2.0.9",
"typescript": "5.5.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/components-props-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"devDependencies": {
"@swc/cli": "0.4.0",
"@swc/core": "1.7.2",
"@swc/core": "1.7.3",
"@types/fs-extra": "11.0.4",
"@types/node": "20.14.12",
"@types/node": "20.14.13",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript/twoslash": "3.2.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/mantine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@mantine/modals": "7.11.2",
"@mantine/notifications": "7.11.2",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.2",
"@swc/core": "1.7.3",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"@swc/helpers": "0.5.12"
},
"devDependencies": {
"@babel/types": "7.24.9",
"@babel/types": "7.25.0",
"@coveord/plasma-tokens": "workspace:*",
"@svgr/core": "8.1.0",
"@svgr/plugin-jsx": "8.1.0",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.2",
"@swc/core": "1.7.3",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"fs-extra": "11.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
},
"devDependencies": {
"@swc/cli": "0.4.0",
"@swc/core": "1.7.2",
"@swc/core": "1.7.3",
"@types/chroma-js": "2.4.4",
"@types/fs-extra": "11.0.4",
"@types/lodash": "4.17.7",
"@types/node": "20.14.12",
"@types/node": "20.14.13",
"chroma-js": "2.4.2",
"commander": "12.1.0",
"dotenv": "16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/fs-extra": "11.0.4",
"@types/klaw-sync": "6.0.5",
"@types/lodash.kebabcase": "4.1.9",
"@types/node": "20.14.12",
"@types/node": "20.14.13",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.7.0",
Expand Down
Loading

0 comments on commit a8f635b

Please sign in to comment.