Skip to content

Commit

Permalink
build: patch round 2024-07
Browse files Browse the repository at this point in the history
- install patch updates
- install minor updates
- prevent the major version bump of style-dictionary for now
  • Loading branch information
matijs committed Jul 4, 2024
1 parent 0702fef commit 807f8af
Show file tree
Hide file tree
Showing 7 changed files with 1,185 additions and 1,197 deletions.
2 changes: 1 addition & 1 deletion .ncurc.major.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ const minorConfig = require('./.ncurc.minor.cjs');

module.exports = {
...minorConfig,
reject: [...minorConfig.reject, 'eslint', 'eslint-plugin-json'],
reject: [...minorConfig.reject, 'eslint', 'eslint-plugin-json', 'style-dictionary'],
target: 'latest',
};
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@
"./proprietary/*"
],
"devDependencies": {
"@lerna-lite/cli": "3.5.1",
"@lerna-lite/publish": "3.5.2",
"@lerna-lite/run": "3.5.1",
"@lerna-lite/version": "3.5.2",
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@lerna-lite/cli": "3.6.0",
"@lerna-lite/publish": "3.6.0",
"@lerna-lite/run": "3.6.0",
"@lerna-lite/version": "3.6.0",
"@types/node": "20.14.9",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.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.34.2",
"eslint-plugin-react": "7.34.3",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"markdownlint-cli": "0.41.0",
"npm-check-updates": "16.14.20",
"npm-package-json-lint": "8.0.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.38",
"postcss": "8.4.39",
"prettier": "3.3.2",
"stylelint": "16.6.1",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-order": "6.0.4",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"scripts": {
"build": "lerna run build",
Expand Down Expand Up @@ -76,5 +76,5 @@
"dependencies": {
"http-server": "14.1.1"
},
"packageManager": "pnpm@9.1.1+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b"
"packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74"
}
10 changes: 5 additions & 5 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@testing-library/dom": "10.1.0",
"@testing-library/dom": "10.3.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
Expand All @@ -55,7 +55,7 @@
"jest-environment-jsdom": "29.7.0",
"next": "14.2.4",
"npm-run-all": "4.1.5",
"postcss": "8.4.38",
"postcss": "8.4.39",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "5.0.7",
Expand All @@ -66,10 +66,10 @@
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-typescript2": "0.36.0",
"sass": "1.77.5",
"sass": "1.77.6",
"tslib": "2.6.3",
"typescript": "5.4.5",
"vite": "5.2.13",
"typescript": "5.5.3",
"vite": "5.3.3",
"vite-plugin-runtime-config": "1.0.2"
},
"peerDependencies": {
Expand Down
23 changes: 12 additions & 11 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,31 @@
"storybook": "storybook dev --config-dir config/ --port 6006"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@etchteam/storybook-addon-status": "5.0.0",
"@example/assets": "workspace:*",
"@example/components-css": "workspace:*",
"@example/design-tokens": "workspace:*",
"@example/font": "workspace:*",
"@example/web-components-react": "workspace:*",
"@example/web-components-stencil": "workspace:*",
"@storybook/addon-a11y": "8.1.8",
"@storybook/addon-actions": "8.1.8",
"@storybook/addon-docs": "8.1.8",
"@storybook/addon-interactions": "8.1.8",
"@storybook/addon-links": "8.1.8",
"@storybook/addon-viewport": "8.1.8",
"@storybook/react": "8.1.8",
"@storybook/react-vite": "8.1.8",
"@storybook/addon-a11y": "8.1.11",
"@storybook/addon-actions": "8.1.11",
"@storybook/addon-docs": "8.1.11",
"@storybook/addon-interactions": "8.1.11",
"@storybook/addon-links": "8.1.11",
"@storybook/addon-viewport": "8.1.11",
"@storybook/react": "8.1.11",
"@storybook/react-vite": "8.1.11",
"@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": "5.0.7",
"storybook": "8.1.8",
"typescript": "5.4.5",
"vite": "5.2.13"
"storybook": "8.1.11",
"typescript": "5.5.3",
"vite": "5.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/web-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
},
"devDependencies": {
"@example/web-components-stencil": "workspace:*",
"@types/node": "20.14.2",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "5.0.7",
"typescript": "5.4.5"
"typescript": "5.5.3"
}
}
4 changes: 2 additions & 2 deletions packages/web-components-stencil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"npm-run-all": "4.1.5",
"rimraf": "5.0.7",
"tslib": "2.6.3",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"dependencies": {
"@stencil/core": "4.18.3"
"@stencil/core": "4.19.2"
}
}
Loading

0 comments on commit 807f8af

Please sign in to comment.