Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Bump the allnpm group across 1 directory with 36 updates (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe authored Dec 19, 2024
2 parents f3680fb + 1faafdd commit 84320eb
Show file tree
Hide file tree
Showing 4 changed files with 1,610 additions and 1,450 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,31 @@
"./proprietary/*"
],
"devDependencies": {
"@lerna-lite/cli": "3.9.1",
"@lerna-lite/publish": "3.9.1",
"@lerna-lite/run": "3.9.1",
"@lerna-lite/version": "3.9.1",
"@types/node": "22.5.5",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"eslint": "9.11.0",
"@lerna-lite/cli": "3.10.1",
"@lerna-lite/publish": "3.10.1",
"@lerna-lite/run": "3.10.1",
"@lerna-lite/version": "3.10.1",
"@types/node": "22.10.2",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.36.1",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"markdownlint-cli": "0.41.0",
"npm-check-updates": "17.1.3",
"eslint-plugin-react": "7.37.2",
"husky": "9.1.7",
"lint-staged": "15.2.11",
"markdownlint-cli": "0.43.0",
"npm-check-updates": "17.1.11",
"npm-package-json-lint": "8.0.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.47",
"prettier": "3.3.3",
"stylelint": "16.9.0",
"stylelint-config-standard-scss": "13.1.0",
"postcss": "8.4.49",
"prettier": "3.4.2",
"stylelint": "16.12.0",
"stylelint-config-standard-scss": "14.0.0",
"stylelint-order": "6.0.4",
"typescript": "5.6.2"
"typescript": "5.7.2"
},
"scripts": {
"build": "lerna run build",
Expand Down
34 changes: 17 additions & 17 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@
"storybook": "storybook dev --config-dir config/ --port 6006"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/core": "7.26.0",
"@etchteam/storybook-addon-status": "5.0.0",
"@nl-minbzk/design-tokens": "workspace:*",
"@storybook/addon-a11y": "8.3.2",
"@storybook/addon-actions": "8.3.2",
"@storybook/addon-docs": "8.3.2",
"@storybook/addon-interactions": "8.3.2",
"@storybook/addon-links": "8.3.2",
"@storybook/addon-viewport": "8.3.2",
"@storybook/react": "8.3.2",
"@storybook/react-vite": "8.3.2",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@storybook/addon-a11y": "8.4.7",
"@storybook/addon-actions": "8.4.7",
"@storybook/addon-docs": "8.4.7",
"@storybook/addon-interactions": "8.4.7",
"@storybook/addon-links": "8.4.7",
"@storybook/addon-viewport": "8.4.7",
"@storybook/react": "8.4.7",
"@storybook/react-vite": "8.4.7",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@whitespace/storybook-addon-html": "6.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-syntax-highlighter": "15.5.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-syntax-highlighter": "15.6.1",
"rimraf": "6.0.1",
"storybook": "8.3.2",
"typescript": "5.6.2",
"vite": "5.4.7"
"storybook": "8.4.7",
"typescript": "5.7.2",
"vite": "6.0.3"
}
}
Loading

0 comments on commit 84320eb

Please sign in to comment.