Skip to content

Commit

Permalink
chore(deps): bump the npm_and_yarn group across 1 directory with 3 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the npm_and_yarn group with 3 updates in the / directory: [ejs](https://github.com/mde/ejs), [postcss](https://github.com/postcss/postcss) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `ejs` from 3.1.9 to 3.1.10
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)

Updates `postcss` from 8.4.32 to 8.4.33
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.32...8.4.33)

Updates `vite` from 5.0.13 to 5.1.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.1.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.1.7/packages/vite)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: postcss
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent d3218d0 commit 302ad25
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 49 deletions.
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"currency.js": "^2.0.4",
"dayjs": "^1.11.7",
"diff-match-patch": "^1.0.5",
"ejs": "^3.1.9",
"ejs": "^3.1.10",
"hashids": "^2.2.1",
"highlight.js": "^11.5.1",
"html-to-image": "^1.9.0",
Expand Down Expand Up @@ -105,11 +105,11 @@
"dotenv": "^16.0.3",
"eslint-config-custom": "*",
"jsdom": "^20.0.1",
"postcss": "^8.4.32",
"postcss": "^8.4.33",
"postcss-config-custom": "*",
"rollup-plugin-visualizer": "^5.9.0",
"tsconfig": "*",
"vite": "^5.0.13",
"vite": "^5.1.7",
"vite-plugin-stylelint": "^3.3.3",
"vite-plugin-vue-type-imports": "^0.2.4",
"vitest": "^0.34.5",
Expand Down
84 changes: 42 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"tsc-alias": "^1.6.11",
"tsc-watch": "^6.0.0",
"tsconfig": "*",
"vite": "^5.0.13"
"vite": "^5.1.7"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/mirinae/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"dayjs": "^1.10.7",
"dompurify": "^2.3.3",
"dragselect": "^1.15.1",
"ejs": "^3.1.9",
"ejs": "^3.1.10",
"filepond": "^4.30.3",
"filepond-plugin-file-validate-type": "^1.2.6",
"flatpickr": "^4.6.9",
Expand Down Expand Up @@ -123,7 +123,7 @@
"tsc-watch": "^6.0.0",
"tsconfig": "*",
"typescript": "^4.8.2",
"vite": "^5.0.13",
"vite": "^5.1.7",
"vite-plugin-stylelint": "^3.3.3",
"vitest": "^0.26.3",
"vue-router": "^3.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"tsc-alias": "^1.6.11",
"tsc-watch": "^6.0.0",
"tsconfig": "*",
"vite": "^5.0.13"
"vite": "^5.1.7"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 302ad25

Please sign in to comment.