Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2023
1 parent 2ef6acf commit 75dbf0d
Show file tree
Hide file tree
Showing 12 changed files with 1,790 additions and 1,932 deletions.
4 changes: 2 additions & 2 deletions packages/components-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@popperjs/core": "2.11.8",
"@swisspost/design-system-styles": "workspace:6.2.5",
"rxjs": "7.8.1",
"tslib": "2.6.0",
"tslib": "2.6.1",
"watch": "1.0.2",
"zone.js": "0.13.1"
},
Expand All @@ -37,7 +37,7 @@
"@angular/cli": "15.2.9",
"@angular/compiler-cli": "15.2.9",
"@types/jasmine": "4.3.5",
"@types/node": "18.16.19",
"@types/node": "18.17.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.45.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@swisspost/design-system-styles": "workspace:6.2.5",
"tslib": "2.6.0"
"tslib": "2.6.1"
},
"devDependencies": {
"@swisspost/design-system-components-angular": "workspace:2.0.7"
Expand Down
6 changes: 3 additions & 3 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@swisspost/design-system-components": "workspace:1.3.8"
},
"devDependencies": {
"@types/node": "18.16.19",
"@types/react": "18.2.15",
"@types/node": "18.17.1",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand All @@ -32,7 +32,7 @@
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "16.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react": "7.33.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,29 +37,29 @@
"lint": "eslint src/**/*{.ts,.tsx}"
},
"dependencies": {
"@stencil/core": "3.4.1",
"@stencil/core": "3.4.2",
"@swisspost/design-system-styles": "workspace:6.2.5"
},
"devDependencies": {
"@percy/cli": "1.26.2",
"@percy/cypress": "3.1.2",
"@stencil-community/eslint-plugin": "^0.5.0",
"@stencil/react-output-target": "0.5.3",
"@stencil/sass": "3.0.4",
"@stencil/sass": "3.0.5",
"@types/jest": "27.5.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"bootstrap": "5.3.0",
"cypress": "12.17.1",
"bootstrap": "5.3.1",
"cypress": "12.17.2",
"cypress-storybook": "0.5.1",
"eslint": "8.45.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react": "7.33.0",
"jest": "27.5.1",
"jest-cli": "27.5.1",
"npm-run-all": "4.1.5",
"puppeteer": "20.8.2",
"puppeteer": "20.9.0",
"rimraf": "5.0.1",
"sass": "1.63.6",
"sass": "1.64.1",
"typescript": "4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/demo/.tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.16.1
nodejs 18.17.0
10 changes: 5 additions & 5 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"@swimlane/ngx-datatable": "20.1.0",
"@swisspost/design-system-intranet-header": "workspace:4.0.7",
"@swisspost/design-system-styles": "workspace:6.2.5",
"bootstrap": "5.3.0",
"bootstrap": "5.3.1",
"core-js": "3.31.1",
"highlight.js": "11.8.0",
"ngx-highlightjs": "8.0.0",
"ngx-toastr": "16.2.0",
"prettier": "2.8.8",
"rxjs": "7.8.1",
"tslib": "2.6.0",
"tslib": "2.6.1",
"zone.js": "0.13.1"
},
"devDependencies": {
Expand All @@ -52,7 +52,7 @@
"@types/highlight.js": "9.12.4",
"@types/jasmine": "4.3.5",
"@types/jasminewd2": "2.0.10",
"@types/node": "18.16.19",
"@types/node": "18.17.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.45.0",
Expand All @@ -68,10 +68,10 @@
"protractor": "7.0.0",
"raw-loader": "4.0.2",
"rimraf": "5.0.1",
"sass": "1.63.6",
"sass": "1.64.1",
"sockjs": "0.3.24",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"webpack": "5.88.1"
"webpack": "5.88.2"
}
}
20 changes: 10 additions & 10 deletions packages/documentation-v7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,30 @@
"@swisspost/design-system-icons": "workspace:1.0.8",
"@swisspost/design-system-styles": "workspace:6.2.5",
"@swisspost/internet-header": "workspace:1.8.1",
"bootstrap": "5.3.0"
"bootstrap": "5.3.1"
},
"devDependencies": {
"@geometricpanda/storybook-addon-badges": "1.1.1",
"@open-wc/lit-helpers": "^0.6.0",
"@pxtrn/storybook-addon-docs-stencil": "6.4.1",
"@storybook/addon-a11y": "6.5.16",
"@storybook/addon-essentials": "7.0.26",
"@storybook/addon-links": "7.0.26",
"@storybook/blocks": "7.0.26",
"@storybook/addon-essentials": "7.1.1",
"@storybook/addon-links": "7.1.1",
"@storybook/blocks": "7.1.1",
"@storybook/manager-api": "^7.0.26",
"@storybook/testing-library": "0.0.14-next.2",
"@storybook/testing-library": "0.2.0",
"@storybook/theming": "6.5.16",
"@storybook/web-components": "7.0.26",
"@storybook/web-components-vite": "7.0.26",
"@storybook/web-components": "7.1.1",
"@storybook/web-components-vite": "7.1.1",
"@types/mdx": "2.0.5",
"@types/react": "18.2.14",
"@types/react": "18.2.16",
"lit": "2.7.6",
"prettier": "2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.1",
"sass": "1.63.6",
"storybook": "7.0.26",
"sass": "1.64.1",
"storybook": "7.1.1",
"storybook-dark-mode": "3.0.0",
"typescript": "^5.1.6"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@swisspost/design-system-icons": "workspace:1.0.8",
"@swisspost/design-system-styles": "workspace:6.2.5",
"@swisspost/internet-header": "workspace:1.8.1",
"html-react-parser": "4.0.0",
"html-react-parser": "4.2.0",
"prettier": "2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -51,16 +51,16 @@
"@storybook/testing-library": "0.2.0",
"@storybook/theming": "6.5.16",
"@types/mdx": "2.0.5",
"@types/react": "18.2.15",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",
"babel-loader": "9.1.3",
"css-loader": "5.2.7",
"cypress": "12.17.1",
"cypress": "12.17.2",
"cypress-each": "1.13.3",
"cypress-storybook": "0.5.1",
"react-markdown": "8.0.7",
"rehype-raw": "6.1.1",
"sass": "1.63.6",
"sass": "1.64.1",
"sass-loader": "10.4.1",
"start-server-and-test": "2.0.0",
"storybook-dark-mode": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@tsconfig/node16": "16.1.0",
"@types/jest": "26.0.24",
"@types/mock-fs": "4.13.1",
"@types/node": "18.16.19",
"@types/node": "18.17.1",
"@types/node-fetch": "2.6.4",
"@types/svgo": "2.6.4",
"dotenv": "16.3.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/internet-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"generate": "stencil generate"
},
"dependencies": {
"@stencil/core": "3.4.1",
"@stencil/store": "2.0.8",
"@stencil/core": "3.4.2",
"@stencil/store": "2.0.9",
"@swisspost/design-system-styles": "workspace:6.2.5",
"body-scroll-lock": "4.0.0-beta.0",
"iframe-resizer": "4.3.6",
Expand All @@ -56,25 +56,25 @@
"@percy/cli": "1.26.2",
"@percy/cypress": "3.1.2",
"@stencil/eslint-plugin": "0.4.0",
"@stencil/sass": "3.0.4",
"@stencil/sass": "3.0.5",
"@types/iframe-resizer": "3.5.9",
"@types/jest": "27.5.2",
"@types/jquery": "3.5.16",
"@types/node": "18.16.19",
"@types/node": "18.17.1",
"@types/throttle-debounce": "5.0.0",
"babel-loader": "9.1.3",
"bootstrap": "5.3.0",
"cypress": "12.17.1",
"bootstrap": "5.3.1",
"cypress": "12.17.2",
"cypress-each": "1.13.3",
"cypress-storybook": "0.5.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react": "7.33.0",
"globby": "13.2.2",
"jest": "27.5.1",
"rimraf": "5.0.1",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-scss": "4.0.0",
"rollup-plugin-visualizer": "5.9.2",
"sass": "1.63.6",
"sass": "1.64.1",
"start-server-and-test": "2.0.0",
"ts-jest": "27.1.5",
"typescript": "4.9.5"
Expand Down
12 changes: 6 additions & 6 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@angular-devkit/schematics": "=15.0.4",
"@angular/core": "=15.0.4",
"@popperjs/core": "2.11.8",
"bootstrap": "5.3.0",
"bootstrap": "5.3.1",
"cheerio": "1.0.0-rc.12",
"prettier": "2.8.8"
},
Expand All @@ -45,22 +45,22 @@
"@percy/cli": "1.26.2",
"@percy/cypress": "3.1.2",
"@swisspost/design-system-icons": "workspace:1.0.8",
"@types/node": "18.16.19",
"@types/node": "18.17.1",
"autoprefixer": "10.4.14",
"copyfiles": "2.4.1",
"cypress": "12.17.1",
"cypress": "12.17.2",
"cypress-storybook": "0.5.1",
"glob": "10.3.3",
"gulp": "4.0.2",
"gulp-postcss": "9.0.1",
"gulp-sass": "5.1.0",
"jest": "29.6.1",
"npm-run-all": "4.1.5",
"postcss": "8.4.26",
"postcss": "8.4.27",
"postcss-scss": "4.0.6",
"rimraf": "5.0.1",
"sass": "1.63.6",
"stylelint": "15.10.1",
"sass": "1.64.1",
"stylelint": "15.10.2",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-sass-guidelines": "9.0.1",
"stylelint-prettier": "2.0.0",
Expand Down
Loading

0 comments on commit 75dbf0d

Please sign in to comment.