Skip to content

Commit

Permalink
chore(deps): update devdependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 30, 2022
1 parent 32e8940 commit 507aee1
Show file tree
Hide file tree
Showing 4 changed files with 1,356 additions and 501 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"uuid": "*"
},
"devDependencies": {
"@babel/core": "7.20.2",
"@babel/core": "7.20.5",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.20.2",
"@babel/register": "7.18.9",
Expand All @@ -50,14 +50,14 @@
"@ownclouders/eslint-config": "workspace:*",
"@ownclouders/prettier-config": "workspace:*",
"@ownclouders/tsconfig": "workspace:*",
"@playwright/test": "1.28.0",
"@playwright/test": "1.28.1",
"@rollup-extras/plugin-copy": "1.5.3",
"@rollup/plugin-alias": "4.0.2",
"@rollup/plugin-babel": "6.0.2",
"@rollup/plugin-commonjs": "23.0.2",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "23.0.3",
"@rollup/plugin-html": "1.0.1",
"@rollup/plugin-inject": "5.0.2",
"@rollup/plugin-json": "5.0.1",
"@rollup/plugin-json": "5.0.2",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-terser": "0.1.0",
"@types/jest": "27.5.2",
Expand All @@ -75,7 +75,7 @@
"cucumber-html-reporter": "5.5.0",
"depcheck": "1.4.3",
"ejs": "3.1.8",
"eslint": "8.27.0",
"eslint": "8.28.0",
"flush-promises": "1.0.2",
"focus-trap": "6.9.4",
"focus-trap-vue": "1.1.1",
Expand All @@ -93,20 +93,20 @@
"node-fetch": "2.6.7",
"pino": "7.11.0",
"pino-pretty": "7.6.1",
"playwright": "1.28.0",
"playwright": "1.28.1",
"postcss": "8.4.19",
"qs": "6.11.0",
"react": "17.0.2",
"requirejs": "2.3.6",
"rollup": "3.3.0",
"rollup": "3.5.0",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-gzip": "3.1.0",
"rollup-plugin-livereload": "2.0.5",
"rollup-plugin-modify": "3.0.0",
"rollup-plugin-polyfill-node": "0.11.0",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-progress": "1.1.2",
"rollup-plugin-serve": "2.0.1",
"rollup-plugin-serve": "2.0.2",
"rollup-plugin-ts": "3.0.2",
"rollup-plugin-visualizer": "5.8.3",
"rollup-plugin-vue": "5.1.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"not OperaMobile > 0"
],
"devDependencies": {
"@adobe/leonardo-contrast-colors": "1.0.0-alpha.8",
"@adobe/leonardo-contrast-colors": "1.0.0-alpha.16",
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/plugin-proposal-object-rest-spread": "^7.16.5",
Expand Down Expand Up @@ -93,7 +93,7 @@
"rimraf": "^3.0.2",
"sass-loader": "^10.1.0",
"sass-resources-loader": "^2.0.1",
"sass": "1.32.12",
"sass": "1.56.1",
"semver": "^7.1.3",
"shelljs": "^0.8.3",
"style-dictionary": "^3.0.0-rc.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve": "SERVER=true rollup -c -w"
},
"devDependencies": {
"rollup": "3.3.0",
"rollup": "3.5.0",
"rollup-plugin-serve": "1.1.0",
"rollup-plugin-vue": "5.1.9",
"vue": "2.7.14"
Expand Down
Loading

0 comments on commit 507aee1

Please sign in to comment.