Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"test:ci": "npm run format:check && npm run test"
},
"devDependencies": {
"postcss": "^8.5.12",
"prettier": "^3.8.1",
"sass": "^1.98.0",
"stylelint": "^17.4.0",
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 8
version: 9
cacheKey: 10c0

"@babel/code-frame@npm:^7.0.0":
Expand Down Expand Up @@ -1591,6 +1591,17 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.5.12":
version: 8.5.12
resolution: "postcss@npm:8.5.12"
dependencies:
nanoid: "npm:^3.3.11"
picocolors: "npm:^1.1.1"
source-map-js: "npm:^1.2.1"
checksum: 10c0/5baebaf574c567bc1b3d61197f38af4ce5920b8f611c887fb6bc3dcc14af00253c169dbf19897bc889cce0b0d9818ab5eb4ea0caedf02b0bab10da8a43ce8c12
languageName: node
linkType: hard

"postcss@npm:^8.5.6, postcss@npm:^8.5.9":
version: 8.5.10
resolution: "postcss@npm:8.5.10"
Expand Down Expand Up @@ -2050,6 +2061,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "tardis@workspace:."
dependencies:
postcss: "npm:^8.5.12"
prettier: "npm:^3.8.1"
sass: "npm:^1.98.0"
stylelint: "npm:^17.4.0"
Expand Down
Loading