Updates devDependencies and node-sass.

This commit is contained in:
mateuswetah 2023-12-18 19:45:27 -03:00
parent 15fff05230
commit 141e6485ba
3 changed files with 821 additions and 1194 deletions

View File

@ -24,8 +24,8 @@ module.exports = {
}
],
'vue/html-closing-bracket-newline': 'off',
'vue/multiline-html-element-content-newline': 'off',
// This has impact on how some props are passed and we have mixed types, such as collectionID as a string or number... would require careful refactoring.
'vue/multiline-html-element-content-newline': 'off', // Should we? It's a stylistic decision.
// These have impact on how some props that are passed and we have mixed types, such as collectionId as a string or number... would require careful refactoring.
'vue/require-prop-type-constructor': 'off',
'vue/require-default-prop': 'off'
},

2001
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@
"masonry-layout": "^4.2.2",
"mitt": "^3.0.1",
"moment": "^2.29.4",
"node-sass": "^7.0.3",
"node-sass": "^8.0.0",
"photoswipe": "^5.4.3",
"qs": "^6.11.2",
"react": "^18.2.0",
@ -40,12 +40,12 @@
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@types/leaflet": "^1.9.8",
"@types/masonry-layout": "^4.2.7",
"@vue/compiler-sfc": "3.3.10",
"@vue/compiler-sfc": "3.3.12",
"acorn": "^8.11.2",
"ajv": "^8.12.0",
"autoprefixer": "^10.4.16",
@ -53,7 +53,7 @@
"circular-dependency-plugin": "5.2.2",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",