Skip to content

Commit

Permalink
Merge pull request #2295 from rancher-sandbox/dependabot/npm_and_yarn…
Browse files Browse the repository at this point in the history
…/yaml-2.1.1

Bump yaml from 1.10.2 to 2.1.1
  • Loading branch information
mook-as committed Jun 10, 2022
2 parents 05872a8 + e623692 commit 24787a5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
33 changes: 25 additions & 8 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"vue-shortkey": "^3.1.7",
"vue-slider-component": "^3.2.11",
"xdg-app-paths": "^5.4.1",
"yaml": "^1.10.2"
"yaml": "^2.1.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
Expand Down
5 changes: 3 additions & 2 deletions src/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ modifiedBabelConfig.presets.unshift(['@nuxt/babel-preset-app', { corejs: { versi

export default {
build: {
babel: modifiedBabelConfig,
devtools: isDevelopment,
babel: modifiedBabelConfig,
devtools: isDevelopment,
transpile: ['yaml'],
extend(webpackConfig) {
// Override the webpack target, so that we get the correct mix of
// electron (chrome) + nodejs modules (for ipcRenderer).
Expand Down

0 comments on commit 24787a5

Please sign in to comment.