Skip to content

Commit

Permalink
chore(deps): update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 1, 2024
1 parent ee8a6cb commit 9903b2c
Show file tree
Hide file tree
Showing 8 changed files with 232 additions and 185 deletions.
4 changes: 2 additions & 2 deletions apps/lit-override/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"tsconfig-config": "workspace:*",
"typescript": "5.4.3",
"typescript": "5.4.5",
"vite": "5.2.6"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions apps/vite-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@vitejs/plugin-react-swc": "3.6.0",
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"tsconfig-config": "workspace:*",
"typescript": "5.4.3",
"typescript": "5.4.5",
"vite": "5.2.6"
}
}
6 changes: 3 additions & 3 deletions docs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"@vitest/coverage-v8": "1.4.0",
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
"rimraf": "5.0.5",
"serve": "14.2.1",
"rimraf": "5.0.7",
"serve": "14.2.3",
"storybook": "7.6.17",
"storybook-addon-pseudo-states": "2.2.1",
"storybook-dark-mode": "3.0.3",
"tsconfig-config": "workspace:*",
"typescript": "5.4.3",
"typescript": "5.4.5",
"vite": "5.2.6",
"vitest": "1.4.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"jest-config": "workspace:*",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"tsconfig-config": "workspace:*",
"tslib": "2.6.2",
"tsup": "8.0.2",
"typescript": "5.4.3"
"typescript": "5.4.5"
}
}
12 changes: 6 additions & 6 deletions packages/lit-override/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,23 @@
"@types/jest": "29.5.12",
"@types/sinon": "17.0.3",
"@web/dev-server-esbuild": "1.0.2",
"@web/test-runner": "0.18.1",
"@web/test-runner": "0.18.2",
"@web/test-runner-commands": "0.9.0",
"@web/test-runner-playwright": "0.11.0",
"esbuild": "0.20.2",
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"jest-config": "workspace:*",
"lit": "3.1.2",
"lit-html": "3.1.2",
"playwright": "1.44.0",
"rimraf": "5.0.5",
"lit": "3.1.3",
"lit-html": "3.1.3",
"playwright": "1.44.1",
"rimraf": "5.0.7",
"sinon": "17.0.1",
"tsconfig-config": "workspace:*",
"tslib": "2.6.2",
"tsup": "8.0.2",
"typescript": "5.4.3"
"typescript": "5.4.5"
},
"peerDependencies": {
"lit": "3.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/tokens-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
"@vitejs/plugin-react-swc": "3.6.0",
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
"glob": "10.3.12",
"glob": "10.3.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"storybook": "7.6.17",
"tsconfig-config": "workspace:*",
"typescript": "5.4.3",
"typescript": "5.4.5",
"vite": "5.2.6",
"vite-plugin-dts": "3.8.1",
"vite-plugin-lib-inject-css": "1.3.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
"fs-extra": "11.2.0",
"glob": "10.3.12",
"glob": "10.3.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"tsconfig-config": "workspace:*",
"typescript": "5.4.3",
"typescript": "5.4.5",
"vite": "5.2.6",
"vite-plugin-dts": "3.8.1",
"vite-plugin-lib-inject-css": "1.3.0",
Expand Down
Loading

0 comments on commit 9903b2c

Please sign in to comment.