Skip to content

Commit 4e0a187

Browse files
committed
build: not pinning dependencies
until we use some tool like renovate or dependabot again
1 parent 38cf478 commit 4e0a187

File tree

2 files changed

+104
-104
lines changed

2 files changed

+104
-104
lines changed

package-lock.json

Lines changed: 68 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -57,46 +57,46 @@
5757
"license": "Apache-2.0",
5858
"dependencies": {
5959
"@csstools/normalize.css": "^12.0.0",
60-
"@db-ui/base": "0.12.0"
60+
"@db-ui/base": "^0.12.0"
6161
},
6262
"devDependencies": {
63-
"@babel/cli": "7.17.6",
64-
"@babel/preset-env": "7.16.11",
65-
"@commitlint/cli": "16.2.1",
66-
"@commitlint/config-conventional": "16.2.1",
67-
"@mfranzke/plugin-node-uiextension": "1.0.0",
68-
"@pattern-lab/cli": "5.16.2",
69-
"@pattern-lab/core": "5.16.2",
70-
"@pattern-lab/engine-handlebars": "5.16.1",
71-
"@pattern-lab/starterkit-handlebars-demo": "5.16.2",
72-
"@pattern-lab/uikit-workshop": "5.16.2",
73-
"@wemake-services/stylelint-config-scss": "1.0.0",
74-
"autoprefixer": "10.4.4",
75-
"backstopjs": "6.0.4",
76-
"cpr": "3.0.1",
63+
"@babel/cli": "^7.17.6",
64+
"@babel/preset-env": "^7.16.11",
65+
"@commitlint/cli": "^16.2.1",
66+
"@commitlint/config-conventional": "^16.2.1",
67+
"@mfranzke/plugin-node-uiextension": "^1.0.0",
68+
"@pattern-lab/cli": "^5.16.2",
69+
"@pattern-lab/core": "^5.16.2",
70+
"@pattern-lab/engine-handlebars": "^5.16.1",
71+
"@pattern-lab/starterkit-handlebars-demo": "^5.16.2",
72+
"@pattern-lab/uikit-workshop": "^5.16.2",
73+
"@wemake-services/stylelint-config-scss": "^1.0.0",
74+
"autoprefixer": "^10.4.4",
75+
"backstopjs": "^6.0.4",
76+
"cpr": "^3.0.1",
7777
"details-element-polyfill": "^2.4.0",
7878
"dialog-polyfill": "^0.5.6",
79-
"html-validate": "6.4.0",
80-
"html5-boilerplate": "8.0.0",
81-
"husky": "7.0.4",
82-
"iframe-resizer": "4.3.2",
83-
"nodemon": "2.0.15",
84-
"np": "7.6.0",
85-
"npm-run-all": "4.1.5",
86-
"pa11y-ci": "3.0.1",
87-
"postcss": "8.4.12",
88-
"postcss-cli": "9.1.0",
89-
"postcss-focus": "5.0.1",
90-
"postcss-list-style-safari-fix": "1.0.0",
91-
"prettier": "2.5.1",
92-
"pretty-quick": "3.1.3",
93-
"rimraf": "3.0.2",
94-
"sass": "1.49.8",
95-
"stylelint": "14.5.3",
96-
"stylelint-config-prettier": "9.0.3",
97-
"stylelint-config-sass-guidelines": "9.0.1",
98-
"stylelint-config-standard-scss": "3.0.0",
99-
"xo": "0.48.0"
79+
"html-validate": "^6.4.0",
80+
"html5-boilerplate": "^8.0.0",
81+
"husky": "^7.0.4",
82+
"iframe-resizer": "^4.3.2",
83+
"nodemon": "^2.0.15",
84+
"np": "^7.6.0",
85+
"npm-run-all": "^4.1.5",
86+
"pa11y-ci": "^3.0.1",
87+
"postcss": "^8.4.12",
88+
"postcss-cli": "^9.1.0",
89+
"postcss-focus": "^5.0.1",
90+
"postcss-list-style-safari-fix": "^1.0.0",
91+
"prettier": "^2.5.1",
92+
"pretty-quick": "^3.1.3",
93+
"rimraf": "^3.0.2",
94+
"sass": "^1.49.8",
95+
"stylelint": "^14.5.3",
96+
"stylelint-config-prettier": "^9.0.3",
97+
"stylelint-config-sass-guidelines": "^9.0.1",
98+
"stylelint-config-standard-scss": "^3.0.0",
99+
"xo": "^0.48.0"
100100
},
101101
"repository": {
102102
"type": "git",

0 commit comments

Comments
 (0)