Skip to content

Commit

Permalink
Update package json versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Jan 3, 2022
1 parent ad9386b commit 594b343
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"access": "public"
},
"npmClient": "yarn",
"version": "0.0.5"
"version": "0.0.6"
}
2 changes: 1 addition & 1 deletion packages/autoprefixer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"access": "public"
},
"dependencies": {
"@stylify/stylify": "^0.0.5",
"@stylify/stylify": "^0.0",
"autoprefixer": "^10.3",
"postcss-js": "^3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"directory": "packages/bundler"
},
"dependencies": {
"@stylify/stylify": "^0.0.5",
"@stylify/stylify": "^0.0",
"fast-glob": "^3.2",
"normalize-path": "^3.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"access": "public"
},
"dependencies": {
"@stylify/bundler": "^0.0.5",
"@stylify/profiler": "^0.0.5",
"@stylify/stylify": "^0.0.5",
"@stylify/bundler": "^0.0",
"@stylify/profiler": "^0.0",
"@stylify/stylify": "^0.0",
"loader-utils": "^2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/profiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"homepage": "https://stylify.dev",
"devDependencies": {
"@stylify/stylify": "^0.0.5"
"@stylify/stylify": "^0.0"
},
"gitHead": "4f8d36a606f38dd5784427cbbe91c74110f67740"
}

0 comments on commit 594b343

Please sign in to comment.