Skip to content

Commit

Permalink
Update packages dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Sep 4, 2023
1 parent ccf12e0 commit 9268318
Show file tree
Hide file tree
Showing 5 changed files with 1,278 additions and 755 deletions.
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"normalize-path": "^3.0.0"
},
"devDependencies": {
"astro": "^2.5.5"
"astro": "^3.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"@stylify/stylify": "workspace:^",
"autoprefixer": "^10.4.14",
"chokidar": "^3.5.3",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.1",
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
"postcss": "^8.4.23"
"postcss": "^8.4.29"
}
}
10 changes: 5 additions & 5 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@
"start": "nuxi start playground"
},
"dependencies": {
"@nuxt/kit": "^3.5.1",
"@nuxt/kit": "^3.7.0",
"@stylify/bundler": "workspace:^",
"@stylify/stylify": "workspace:^",
"@stylify/unplugin": "workspace:^",
"normalize-path": "^3.0.0"
},
"devDependencies": {
"@nuxt/content": "^2.6.0",
"@nuxt/content": "^2.8.2",
"@nuxt/module-builder": "latest",
"@nuxt/schema": "^3.5.1",
"@nuxt/schema": "^3.7.0",
"@nuxtjs/eslint-config-typescript": "latest",
"eslint": "latest",
"fast-glob": "^3.2.12",
"nuxt": "^3.5.1"
"fast-glob": "^3.3.1",
"nuxt": "^3.7.0"
}
}
16 changes: 8 additions & 8 deletions packages/unplugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@
"dependencies": {
"@stylify/bundler": "workspace:^",
"@stylify/stylify": "workspace:^",
"unplugin": "^1.3.1"
"unplugin": "^1.4.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-node-resolve": "^15.2.1",
"css-loader": "^6.8.1",
"esbuild": "^0.17.19",
"fast-glob": "^3.2.12",
"rollup": "^3.23.0",
"rollup-plugin-import-css": "~3.1.0",
"esbuild": "^0.19.2",
"fast-glob": "^3.3.1",
"rollup": "^3.28.0",
"rollup-plugin-import-css": "~3.3.1",
"rollup-plugin-postcss": "^4.0.2",
"style-loader": "^3.3.3",
"vite": "^4.3.9",
"webpack": "^5.84.1"
"vite": "^4.4.9",
"webpack": "^5.88.2"
}
}
Loading

0 comments on commit 9268318

Please sign in to comment.