mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
chore(deps-dev): bump postcss in /packages/bbob-vue3 (#196)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.25...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+66
-5
@@ -1,14 +1,20 @@
|
||||
{
|
||||
"name": "@bbob/vue3",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@bbob/vue3",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@bbob/core": "^3.0.2",
|
||||
"@bbob/html": "^3.0.2",
|
||||
"@bbob/plugin-helper": "^3.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@bbob/preset-vue": "^3.0.2",
|
||||
"@testing-library/vue": "7.0.0",
|
||||
"vue": "3.3.4"
|
||||
},
|
||||
@@ -137,6 +143,61 @@
|
||||
"node": ">=6.9.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@bbob/core": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/core/-/core-3.0.2.tgz",
|
||||
"integrity": "sha512-ru0Jd+jPGxiwyMR3hNgYqbVx9sJ4L8Hv3VoqW0svzC+rZpgKnorkCkwxIj2nlq5+z+0C1hS4lho5pn4Vandlag==",
|
||||
"dependencies": {
|
||||
"@bbob/parser": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@bbob/html": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/html/-/html-3.0.2.tgz",
|
||||
"integrity": "sha512-ILvlTUlmaM89bW7agZOmyiE9O+qY212YeFNWH7s9MzLmwykUMEtq4O5DTzawbLlyOhf2fbP8OHV4ljgGf8Cq0A==",
|
||||
"dependencies": {
|
||||
"@bbob/core": "^3.0.2",
|
||||
"@bbob/plugin-helper": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@bbob/parser": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/parser/-/parser-3.0.2.tgz",
|
||||
"integrity": "sha512-3emLznDJWFJky+06AaTMpJ0IjY/mVpPN5+cnzwDKQgZ3wSFPbeEmdJhfh+gbiR30/UCWgwI1Ts+WUNJtUx1eaw==",
|
||||
"dependencies": {
|
||||
"@bbob/plugin-helper": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@bbob/plugin-helper": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/plugin-helper/-/plugin-helper-3.0.2.tgz",
|
||||
"integrity": "sha512-t1wFB3hbUg3pKq7TXk+mnnMcKjX6D29HxTAxU/+2mIbsWXaqgHLfH9FFxhZ8s/sGaLH4qgOSH+lgynpF3zy62Q=="
|
||||
},
|
||||
"node_modules/@bbob/preset": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/preset/-/preset-3.0.2.tgz",
|
||||
"integrity": "sha512-ZsHowFvvOx1tpem76SjYirsnO3bhaWnuh44Huj82YZBSftCgTaaH5WBleWk0TfNAu1gv44L1mHZyUBDLz3wgEg==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@bbob/preset-html5": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/preset-html5/-/preset-html5-3.0.2.tgz",
|
||||
"integrity": "sha512-J+c3aOQKD6n1HXGxB+o3tQuRTeqHLXBifBMFY4rT/y19tU3dZySI8TT/07pDqJVeh1PAa1KPaCww7m3O4QS0oQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@bbob/plugin-helper": "^3.0.2",
|
||||
"@bbob/preset": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@bbob/preset-vue": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@bbob/preset-vue/-/preset-vue-3.0.2.tgz",
|
||||
"integrity": "sha512-KJmn6TNrDpI5zssARBAg0C2pPg7s8VxkirC1joWrZ+4Sh+EG1ZIDz84dfB82MN3Zs4npuYoOnJuVkY4Hib/FLA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@bbob/preset-html5": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@jridgewell/sourcemap-codec": {
|
||||
"version": "1.4.15",
|
||||
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
|
||||
@@ -1156,9 +1217,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/postcss": {
|
||||
"version": "8.4.25",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.25.tgz",
|
||||
"integrity": "sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw==",
|
||||
"version": "8.4.31",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
|
||||
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user