mirror of
https://github.com/twofas/2fas-browser-extension.git
synced 2024-11-21 17:49:56 +01:00
#1663 Packages update
This commit is contained in:
parent
7a0ffa4bfa
commit
7427d2c4bd
12
package.json
12
package.json
@ -3,7 +3,7 @@
|
||||
"version": "1.7.2",
|
||||
"description": "This is the official Browser Extension for the Open Source 2FAS project.",
|
||||
"engines": {
|
||||
"node": "20.11.1"
|
||||
"node": "20.17.0"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "npx -y rimraf --glob ./public/*",
|
||||
@ -61,7 +61,7 @@
|
||||
"babel-plugin-transform-minify-booleans": "^6.9.4",
|
||||
"babel-plugin-transform-remove-debugger": "^6.9.4",
|
||||
"babel-preset-minify": "^0.5.2",
|
||||
"browserslist": "^4.23.1",
|
||||
"browserslist": "^4.23.3",
|
||||
"copy-webpack-plugin": "^12.0.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
@ -69,7 +69,7 @@
|
||||
"css-minimizer-webpack-plugin": "^7.0.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"dotenv-webpack": "^8.1.0",
|
||||
"eslint": "9.5.0",
|
||||
"eslint": "9.11.0",
|
||||
"eslint-config-standard": "^17.1.0",
|
||||
"eslint-friendly-formatter": "^4.0.1",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
@ -89,14 +89,14 @@
|
||||
"postcss-sass": "^0.5.0",
|
||||
"precss": "^4.0.0",
|
||||
"require-dir": "^1.2.0",
|
||||
"rimraf": "^5.0.5",
|
||||
"rimraf": "^6.0.1",
|
||||
"sass": "^1.77.6",
|
||||
"sass-loader": "^14.2.1",
|
||||
"sass-loader": "^16.0.2",
|
||||
"source-map-loader": "^5.0.0",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"streamify": "^1.0.0",
|
||||
"style-loader": "^4.0.0",
|
||||
"stylelint": "^16.6.1",
|
||||
"stylelint": "^16.9.0",
|
||||
"stylelint-config-recommended-scss": "^14.0.0",
|
||||
"stylelint-webpack-plugin": "^5.0.1",
|
||||
"svg-inline-loader": "^0.8.2",
|
||||
|
@ -18,7 +18,7 @@
|
||||
//
|
||||
|
||||
@use "sass:color";
|
||||
@import "src/global-styles/variables";
|
||||
@import "../../global-styles/variables";
|
||||
|
||||
&-menu {
|
||||
// VARIABLES
|
||||
|
@ -18,7 +18,7 @@
|
||||
//
|
||||
|
||||
@use "sass:color";
|
||||
@import "src/global-styles/variables";
|
||||
@import "../../global-styles/variables";
|
||||
|
||||
.twofas-confirm-modal,
|
||||
.twofas-domain-modal {
|
||||
|
@ -18,7 +18,7 @@
|
||||
//
|
||||
|
||||
@use "sass:color";
|
||||
@import "src/global-styles/variables";
|
||||
@import "../../global-styles/variables";
|
||||
|
||||
&-push-config {
|
||||
margin-top: 17px;
|
||||
|
Loading…
Reference in New Issue
Block a user