Skip to content

Commit

Permalink
-v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idoros committed May 21, 2024
1 parent 51ec974 commit 74e97c7
Show file tree
Hide file tree
Showing 24 changed files with 148 additions and 148 deletions.
148 changes: 74 additions & 74 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/build-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@stylable/build-tools",
"version": "6.0.2",
"version": "6.1.0",
"description": "Collection of helper functions for Stylable based tooling.",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\" --timeout 20000"
},
"dependencies": {
"@stylable/core": "^6.0.2",
"@stylable/core": "^6.1.0",
"find-config": "^1.0.0"
},
"files": [
Expand Down
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/cli",
"version": "6.0.2",
"version": "6.1.0",
"description": "A low-level utility used for working with Stylable projects",
"main": "dist/index.js",
"bin": {
Expand All @@ -14,12 +14,12 @@
"dependencies": {
"@file-services/node": "^9.2.1",
"@file-services/types": "^9.2.1",
"@stylable/build-tools": "^6.0.2",
"@stylable/code-formatter": "^6.0.2",
"@stylable/core": "^6.0.2",
"@stylable/module-utils": "^6.0.2",
"@stylable/node": "^6.0.2",
"@stylable/optimizer": "^6.0.2",
"@stylable/build-tools": "^6.1.0",
"@stylable/code-formatter": "^6.1.0",
"@stylable/core": "^6.1.0",
"@stylable/module-utils": "^6.1.0",
"@stylable/node": "^6.1.0",
"@stylable/optimizer": "^6.1.0",
"@wixc3/resolve-directory-context": "^4.0.0",
"decache": "^4.6.2",
"js-base64": "^3.7.7",
Expand Down
Loading

0 comments on commit 74e97c7

Please sign in to comment.