v1.0 with SW PWA enabled
This commit is contained in:
16
frontend/node_modules/postcss-js/package.json
generated
vendored
16
frontend/node_modules/postcss-js/package.json
generated
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "postcss-js",
|
||||
"version": "4.0.1",
|
||||
"version": "4.1.0",
|
||||
"description": "PostCSS for CSS-in-JS and styles in JS objects",
|
||||
"keywords": [
|
||||
"postcss",
|
||||
@ -29,10 +29,16 @@
|
||||
"./process-result": "./process-result.js",
|
||||
"./sync": "./sync.js"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/postcss/"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/postcss/"
|
||||
},
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ai"
|
||||
}
|
||||
],
|
||||
"peerDependencies": {
|
||||
"postcss": "^8.4.21"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user