Skip to content

Commit

Permalink
build: update patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Feb 25, 2022
1 parent 0769411 commit 10044d3
Show file tree
Hide file tree
Showing 10 changed files with 422 additions and 422 deletions.
2 changes: 1 addition & 1 deletion components/package.json
Expand Up @@ -21,7 +21,7 @@
"@storybook/addon-docs": "6.3.13",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
"sass": "1.49.7"
"sass": "1.49.9"
},
"dependencies": {
"clsx": "1.1.1"
Expand Down
818 changes: 409 additions & 409 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -32,16 +32,16 @@
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "1.16.0",
"eslint-plugin-react": "7.28.0",
"html-validate": "6.3.1",
"html-validate": "6.3.2",
"husky": "7.0.4",
"lerna": "4.0.0",
"lint-staged": "12.3.3",
"markdownlint-cli": "0.31.0",
"lint-staged": "12.3.4",
"markdownlint-cli": "0.31.1",
"npm-check-updates": "12.2.1",
"npm-package-json-lint": "5.4.2",
"npm-run-all": "4.1.5",
"patch-package": "6.4.7",
"postcss": "8.4.6",
"postcss": "8.4.7",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"stylelint": "14.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/component-library-css/package.json
Expand Up @@ -19,7 +19,7 @@
"@utrecht/design-tokens": "file:../../proprietary/design-tokens",
"node-sass-package-importer": "5.3.2",
"rimraf": "3.0.2",
"sass": "1.49.7"
"sass": "1.49.9"
},
"scripts": {
"prebuild": "npm run clean",
Expand Down
2 changes: 1 addition & 1 deletion packages/component-library-formio/package.json
Expand Up @@ -28,7 +28,7 @@
],
"devDependencies": {
"@utrecht/web-component-library-stencil": "file:../web-component-library-stencil/",
"formiojs": "4.14.0",
"formiojs": "4.14.1",
"npm-run-all": "4.1.5",
"react-formio": "4.3.0",
"rimraf": "3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/package.json
Expand Up @@ -13,7 +13,7 @@
"url": "git@github.com:nl-design-system/utrecht.git"
},
"devDependencies": {
"@babel/core": "7.17.0",
"@babel/core": "7.17.5",
"@babel/plugin-transform-react-jsx-development": "7.16.7",
"@babel/preset-react": "7.16.7",
"@etchteam/storybook-addon-status": "4.2.0",
Expand All @@ -37,7 +37,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"rimraf": "3.0.2",
"sass": "1.49.7",
"sass": "1.49.9",
"sass-loader": "10.2.1",
"storybook-addon-themes": "6.1.0",
"style-loader": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-component-library-react/package.json
Expand Up @@ -29,7 +29,7 @@
"dist/"
],
"devDependencies": {
"@types/node": "16.11.22",
"@types/node": "16.11.26",
"@types/react": "16.14.23",
"@types/react-dom": "16.9.14",
"@utrecht/web-component-library-stencil": "file:../web-component-library-stencil/",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-component-library-vue/package.json
Expand Up @@ -31,6 +31,6 @@
"@utrecht/web-component-library-stencil": "file:../web-component-library-stencil",
"rimraf": "3.0.2",
"typescript": "4.1.6 <4.2",
"vue": "3.2.29"
"vue": "3.2.31"
}
}
2 changes: 1 addition & 1 deletion proprietary/design-tokens/package.json
Expand Up @@ -19,7 +19,7 @@
"chokidar-cli": "3.0.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
"sass": "1.49.7",
"sass": "1.49.9",
"style-dictionary": "3.1.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion standalone/docusaurus/package.json
Expand Up @@ -48,7 +48,7 @@
"react-dom": "16.14.0",
"react-html-parser": "2.0.2",
"rimraf": "3.0.2",
"sass": "1.49.7",
"sass": "1.49.9",
"yargs": "17.3.1"
},
"browserslist": {
Expand Down

0 comments on commit 10044d3

Please sign in to comment.