Skip to content

Commit

Permalink
chore: bump @tubeu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wholesome-ghoul committed Aug 15, 2022
1 parent 4d140f0 commit be253d7
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"@babel/preset-typescript": "^7.18.6",
"@cypress/react": "^5.12.4",
"@cypress/webpack-dev-server": "^1.8.2",
"@tubeu/components": "^1.0.8",
"@tubeu/configs-tsconfig": "^0.0.6",
"@tubeu/configs-webpack": "^0.1.22",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
Expand All @@ -65,10 +68,7 @@
"typescript-plugin-css-modules": "^3.4.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0",
"@tubeu/components": "^1.0.8",
"@tubeu/configs-webpack": "^0.1.21",
"@tubeu/configs-tsconfig": "^0.0.6"
"webpack-dev-server": "^4.10.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
Expand Down
2 changes: 2 additions & 0 deletions webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ const config = {
}),
}

console.log(config)

export default config
38 changes: 34 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -859,15 +859,17 @@
dependencies:
typescript "^4.7.4"

"@tubeu/configs-webpack@^0.1.21":
version "0.1.21"
resolved "https://registry.yarnpkg.com/@tubeu/configs-webpack/-/configs-webpack-0.1.21.tgz#f3211fca1703a5f22535ac063a63044d4330e5b8"
integrity sha512-yu9tJIBC4vAD/Auh71oouQTSU59c3YZmHDCZ6yB7/qROn1OziCdQMtrt5irHKuTfvziWURTKn8clmncfSQ4IPg==
"@tubeu/configs-webpack@^0.1.22":
version "0.1.22"
resolved "https://registry.yarnpkg.com/@tubeu/configs-webpack/-/configs-webpack-0.1.22.tgz#f4967109d59e6e159990a9feccee03f1a1786528"
integrity sha512-fTLxHj43YKSB0c5P+s00pEr/D45Nm6NLBTvYMp+MdEWxGBhrLevA64sfmMyeUNp+I/c4LlVi1MqvH4mTHSkOjw==
dependencies:
"@types/dotenv-webpack" "^7.0.3"
"@types/webpack" "^5.28.0"
babel-loader "^8.2.5"
css-loader "^6.7.1"
dotenv "^16.0.1"
dotenv-webpack "^8.0.0"
html-webpack-plugin "^5.5.0"
mini-css-extract-plugin "^2.6.1"
process "^0.11.10"
Expand Down Expand Up @@ -910,6 +912,15 @@
dependencies:
"@types/node" "*"

"@types/dotenv-webpack@^7.0.3":
version "7.0.3"
resolved "https://registry.yarnpkg.com/@types/dotenv-webpack/-/dotenv-webpack-7.0.3.tgz#43eaf6a2ee6161e9c79d58c3704d4a1a054e6082"
integrity sha512-NGmfRWp/5hTnnhl4glRbgQhtpJeVN8EUafxvOjVSEKiq8WCcfCH4MyiwRYHspwbIL9Ke+bptp3uTfBHiYIhEWw==
dependencies:
"@types/node" "*"
tapable "^2.2.0"
webpack "^5"

"@types/eslint-scope@^3.7.3":
version "3.7.4"
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.4.tgz#37fc1223f0786c39627068a12e94d6e6fc61de16"
Expand Down Expand Up @@ -2878,6 +2889,20 @@ dot-prop@^5.1.0:
dependencies:
is-obj "^2.0.0"

dotenv-defaults@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/dotenv-defaults/-/dotenv-defaults-2.0.2.tgz#6b3ec2e4319aafb70940abda72d3856770ee77ac"
integrity sha512-iOIzovWfsUHU91L5i8bJce3NYK5JXeAwH50Jh6+ARUdLiiGlYWfGw6UkzsYqaXZH/hjE/eCd/PlfM/qqyK0AMg==
dependencies:
dotenv "^8.2.0"

dotenv-webpack@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/dotenv-webpack/-/dotenv-webpack-8.0.0.tgz#bde8750eebda8fd1c6d7134f02bf56ad1f865772"
integrity sha512-vsWj11yWbIxLUPcQDbifCGW1+Mp03XfApFHJTC+/Ag9g3D/AnxoaVZcp76LpuBmReRwIJ+YO1fVdhmpzh+LL1A==
dependencies:
dotenv-defaults "^2.0.2"

dotenv@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
Expand All @@ -2888,6 +2913,11 @@ dotenv@^16.0.1:
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.1.tgz#8f8f9d94876c35dac989876a5d3a82a267fdce1d"
integrity sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==

dotenv@^8.2.0:
version "8.6.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==

dotgitignore@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/dotgitignore/-/dotgitignore-2.1.0.tgz#a4b15a4e4ef3cf383598aaf1dfa4a04bcc089b7b"
Expand Down

0 comments on commit be253d7

Please sign in to comment.