File tree Expand file tree Collapse file tree 4 files changed +5
-20
lines changed Expand file tree Collapse file tree 4 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 78
78
"@mdx-js/loader" : " ^2.0.0-next.9" ,
79
79
"@octokit/auth-action" : " ^2.0.1" ,
80
80
"@octokit/rest" : " ^19.0.4" ,
81
- "@parcel/css" : " ^1.14.0" ,
82
81
"@pmmmwh/react-refresh-webpack-plugin" : " next" ,
83
82
"@svgr/webpack" : " ^6.3.1" ,
84
83
"autoprefixer" : " ^10.4.8" ,
103
102
"husky" : " ^8.0.1" ,
104
103
"hyperlink" : " ^5.0.4" ,
105
104
"jest" : " ^29.0.3" ,
105
+ "lightningcss" : " ^1.14.0" ,
106
106
"lint-staged" : " ^13.0.3" ,
107
107
"lodash" : " ^4.17.21" ,
108
108
"markdownlint" : " ^0.26.2" ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export default (env) =>
38
38
minimizer : [
39
39
'...' ,
40
40
new CssMinimizerPlugin ( {
41
- minify : CssMinimizerPlugin . parcelCssMinify ,
41
+ minify : CssMinimizerPlugin . lightningCssMinify ,
42
42
} ) ,
43
43
] ,
44
44
} ,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export default (env) =>
41
41
optimization : {
42
42
minimizer : [
43
43
new CssMinimizerPlugin ( {
44
- minify : CssMinimizerPlugin . parcelCssMinify ,
44
+ minify : CssMinimizerPlugin . lightningCssMinify ,
45
45
} ) ,
46
46
] ,
47
47
} ,
Original file line number Diff line number Diff line change 230
230
"@babel/helper-replace-supers" "^7.18.6"
231
231
"@babel/helper-split-export-declaration" "^7.18.6"
232
232
233
- "@babel/helper-create-regexp-features-plugin@^7.18.6":
234
- version "7.18.6"
235
- resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz#3e35f4e04acbbf25f1b3534a657610a000543d3c"
236
- integrity sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==
237
- dependencies:
238
- "@babel/helper-annotate-as-pure" "^7.18.6"
239
- regexpu-core "^5.1.0"
240
-
241
- "@babel/helper-create-regexp-features-plugin@^7.19.0":
233
+ "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.19.0":
242
234
version "7.19.0"
243
235
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz#7976aca61c0984202baca73d84e2337a5424a41b"
244
236
integrity sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==
2009
2001
dependencies:
2010
2002
"@octokit/openapi-types" "^13.0.0"
2011
2003
2012
- "@parcel/css@^1.14.0":
2013
- version "1.14.0"
2014
- resolved "https://registry.yarnpkg.com/@parcel/css/-/css-1.14.0.tgz#233750a1e3648b3746f27c2d8f3fd85a2290e512"
2015
- integrity sha512-r5tJWe6NF6lesfPw1N3g7N7WUKpHqi2ONnw9wl5ccSGGIxkmgcPaPQxfvmhdjXvQnktSuIOR0HjQXVXu+/en/w==
2016
- dependencies:
2017
- lightningcss "^1.14.0"
2018
-
2019
2004
"@pkgr/utils@^2.3.1":
2020
2005
version "2.3.1"
2021
2006
resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.3.1.tgz#0a9b06ffddee364d6642b3cd562ca76f55b34a03"
@@ -4473,7 +4458,7 @@ detab@^2.0.0:
4473
4458
detect-libc@^1.0.3:
4474
4459
version "1.0.3"
4475
4460
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
4476
- integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups =
4461
+ integrity sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg= =
4477
4462
4478
4463
detect-newline@^3.0.0:
4479
4464
version "3.1.0"
You can’t perform that action at this time.
0 commit comments