Skip to content

Commit

Permalink
chore(deps): update upstream (#367)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
  • Loading branch information
renovate[bot] and sodatea committed Mar 13, 2024
1 parent 9e64340 commit 2050ad3
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 101 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
"playwright-chromium": "^1.42.1",
"prettier": "3.2.5",
"resolve": "^1.22.8",
"rollup": "^4.12.0",
"rollup-plugin-license": "^3.2.0",
"rollup": "^4.13.0",
"rollup-plugin-license": "^3.3.1",
"simple-git-hooks": "^2.10.0",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"unbuild": "2.0.0",
"vite": "^5.1.4",
"vite": "^5.1.6",
"vitest": "^1.3.1",
"vue": "^3.4.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@vue/babel-plugin-jsx": "^1.2.1"
},
"devDependencies": {
"vite": "^5.1.4"
"vite": "^5.1.6"
},
"peerDependencies": {
"vite": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.25",
"debug": "^4.3.4",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"slash": "^5.1.0",
"source-map-js": "^1.0.2",
"vite": "^5.1.4",
"vite": "^5.1.6",
"vue": "^3.4.21"
}
}
2 changes: 1 addition & 1 deletion playground/vue-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"@vitejs/plugin-legacy": "^5.3.1"
"@vitejs/plugin-legacy": "^5.3.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

exports[`serve:vue-sourcemap > css > serve-css 1`] = `
{
"ignoreList": [],
"mappings": ";AAQA;EACE,UAAU;AACZ",
"sources": [
"/root/Css.vue",
Expand Down Expand Up @@ -49,6 +50,7 @@ exports[`serve:vue-sourcemap > css > serve-css 1`] = `

exports[`serve:vue-sourcemap > css module > serve-css-module 1`] = `
{
"ignoreList": [],
"mappings": ";AAcA;EACE,UAAU;AACZ",
"sources": [
"/root/Css.vue",
Expand Down Expand Up @@ -96,6 +98,7 @@ exports[`serve:vue-sourcemap > css module > serve-css-module 1`] = `

exports[`serve:vue-sourcemap > css scoped > serve-css-scoped 1`] = `
{
"ignoreList": [],
"mappings": ";AAoBA;EACE,UAAU;AACZ",
"sources": [
"/root/Css.vue",
Expand Down Expand Up @@ -168,6 +171,7 @@ console.log('setup')

exports[`serve:vue-sourcemap > less with additionalData > serve-less-with-additionalData 1`] = `
{
"ignoreList": [],
"mappings": "AAKA;EACE",
"sources": [
"/root/Less.vue",
Expand Down Expand Up @@ -226,6 +230,7 @@ console.log('setup')

exports[`serve:vue-sourcemap > sass > serve-sass 1`] = `
{
"ignoreList": [],
"mappings": "AAKA;EACE",
"sources": [
"/root/Sass.vue",
Expand All @@ -247,6 +252,7 @@ exports[`serve:vue-sourcemap > sass > serve-sass 1`] = `

exports[`serve:vue-sourcemap > sass with import > serve-sass-with-import 1`] = `
{
"ignoreList": [],
"mappings": "AAAA;EACE;;ACOF;EACE",
"sources": [
"/root/sassWithImportImported.sass",
Expand Down Expand Up @@ -275,6 +281,7 @@ exports[`serve:vue-sourcemap > sass with import > serve-sass-with-import 1`] = `

exports[`serve:vue-sourcemap > src imported > serve-src-imported 1`] = `
{
"ignoreList": [],
"mappings": "AAAA;EACE,UAAU;AACZ",
"sources": [
"/root/src-import/src-import.css",
Expand All @@ -291,6 +298,7 @@ exports[`serve:vue-sourcemap > src imported > serve-src-imported 1`] = `

exports[`serve:vue-sourcemap > src imported sass > serve-src-imported-sass 1`] = `
{
"ignoreList": [],
"mappings": "AAAA;EACE;;ACCF;EACE",
"sources": [
"/root/src-import/src-import-imported.sass",
Expand All @@ -312,6 +320,7 @@ exports[`serve:vue-sourcemap > src imported sass > serve-src-imported-sass 1`] =

exports[`serve:vue-sourcemap > ts > serve-ts 1`] = `
{
"ignoreList": [],
"mappings": ";AAKA,QAAQ,IAAI,WAAW;;;;;AAIvB,YAAQ,IAAI,UAAU;;;;;;;;uBARpB,oBAAiB,WAAd,MAAU",
"sources": [
"Ts.vue",
Expand Down

0 comments on commit 2050ad3

Please sign in to comment.