Skip to content

Commit

Permalink
chore(deps): upgrade stylable to 5.17.0, rest to latest stable,
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrav committed Dec 4, 2023
1 parent c0e2c2f commit 38ab1c1
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 37 deletions.
8 changes: 5 additions & 3 deletions fixtures/demo/diagnostics.st.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.root{}


.root {
color: var(--x);
border: 3px;
--y: xxx;
}
1 change: 1 addition & 0 deletions fixtures/demo/stylable.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const { createDefaultResolver } = require('@stylable/core');
module.exports = {
defaultConfig(fs) {
return {
flags: { strictCustomProperty: true },
experimentalSelectorInference: true,
resolveModule: createDefaultResolver(fs, {
alias: {
Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"dependencies": {
"@file-services/node": "^8.3.3",
"@stylable/core": "^5.16.1",
"@stylable/language-service": "^5.16.1",
"@stylable/core": "^5.17.0",
"@stylable/language-service": "^5.17.0",
"postcss-safe-parser": "^7.0.0",
"typescript": "~5.3.2",
"vscode-languageclient": "^9.0.1",
Expand All @@ -52,8 +52,8 @@
"@vscode/test-electron": "^2.3.8",
"@vscode/vsce": "^2.22.0",
"chai": "^4.3.10",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"glob": "^10.3.10",
"mocha": "^10.2.0",
"rimraf": "^5.0.5",
Expand Down

0 comments on commit 38ab1c1

Please sign in to comment.