dep: bootstrap5 warning 관련 버전 조정

This commit is contained in:
2022-05-08 01:50:19 +09:00
parent 819a901832
commit 54a5a61bee
2 changed files with 12 additions and 12 deletions
+11 -11
View File
@@ -41,7 +41,7 @@
"ag-grid-community": "^27.2.1", "ag-grid-community": "^27.2.1",
"ag-grid-vue3": "^27.2.1", "ag-grid-vue3": "^27.2.1",
"async-validator": "^4.1.1", "async-validator": "^4.1.1",
"autoprefixer": "^10.4.7", "autoprefixer": "=10.4.5",
"axios": "^0.27.2", "axios": "^0.27.2",
"babel-plugin-lodash": "^3.3.4", "babel-plugin-lodash": "^3.3.4",
"babel-preset-modern-browsers": "^15.0.2", "babel-preset-modern-browsers": "^15.0.2",
@@ -3327,9 +3327,9 @@
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
}, },
"node_modules/autoprefixer": { "node_modules/autoprefixer": {
"version": "10.4.7", "version": "10.4.5",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.7.tgz", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.5.tgz",
"integrity": "sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==", "integrity": "sha512-Fvd8yCoA7lNX/OUllvS+aS1I7WRBclGXsepbvT8ZaPgrH24rgXpZzF0/6Hh3ZEkwg+0AES/Osd196VZmYoEFtw==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@@ -3341,8 +3341,8 @@
} }
], ],
"dependencies": { "dependencies": {
"browserslist": "^4.20.3", "browserslist": "^4.20.2",
"caniuse-lite": "^1.0.30001335", "caniuse-lite": "^1.0.30001332",
"fraction.js": "^4.2.0", "fraction.js": "^4.2.0",
"normalize-range": "^0.1.2", "normalize-range": "^0.1.2",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
@@ -12215,12 +12215,12 @@
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
}, },
"autoprefixer": { "autoprefixer": {
"version": "10.4.7", "version": "10.4.5",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.7.tgz", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.5.tgz",
"integrity": "sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==", "integrity": "sha512-Fvd8yCoA7lNX/OUllvS+aS1I7WRBclGXsepbvT8ZaPgrH24rgXpZzF0/6Hh3ZEkwg+0AES/Osd196VZmYoEFtw==",
"requires": { "requires": {
"browserslist": "^4.20.3", "browserslist": "^4.20.2",
"caniuse-lite": "^1.0.30001335", "caniuse-lite": "^1.0.30001332",
"fraction.js": "^4.2.0", "fraction.js": "^4.2.0",
"normalize-range": "^0.1.2", "normalize-range": "^0.1.2",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
+1 -1
View File
@@ -54,7 +54,7 @@
"ag-grid-community": "^27.2.1", "ag-grid-community": "^27.2.1",
"ag-grid-vue3": "^27.2.1", "ag-grid-vue3": "^27.2.1",
"async-validator": "^4.1.1", "async-validator": "^4.1.1",
"autoprefixer": "^10.4.7", "autoprefixer": "=10.4.5",
"axios": "^0.27.2", "axios": "^0.27.2",
"babel-plugin-lodash": "^3.3.4", "babel-plugin-lodash": "^3.3.4",
"babel-preset-modern-browsers": "^15.0.2", "babel-preset-modern-browsers": "^15.0.2",