Skip to content

Commit f371cbd

Browse files
authored
Merge pull request #991 from Patternslib/upgrade-deps
Upgrade deps
2 parents da089f8 + ae8a5fe commit f371cbd

File tree

2 files changed

+226
-315
lines changed

2 files changed

+226
-315
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"jquery-jcrop": "^0.9.13",
2222
"luxon": "^1.27.0",
2323
"masonry-layout": "^4.2.2",
24-
"moment": "^2.29.1",
24+
"moment": "^2.29.2",
2525
"moment-timezone": "^0.5.34",
2626
"photoswipe": "^4.1.3",
2727
"pikaday": "^1.8.0",
@@ -38,14 +38,14 @@
3838
"whatwg-fetch": "^3.4.0"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "^7.17.8",
41+
"@babel/core": "^7.17.9",
4242
"@babel/eslint-parser": "^7.17.0",
4343
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
4444
"@babel/preset-env": "^7.16.11",
4545
"@commitlint/cli": "^16.2.3",
4646
"@commitlint/config-conventional": "^16.2.1",
4747
"@release-it/conventional-changelog": "^4.2.2",
48-
"@testing-library/jest-dom": "^5.16.3",
48+
"@testing-library/jest-dom": "^5.16.4",
4949
"babel-loader": "^8.2.4",
5050
"copy-webpack-plugin": "^10.2.4",
5151
"core-js": "3.21.1",
@@ -60,18 +60,18 @@
6060
"jest": "^27.5.1",
6161
"jest-raw-loader": "^1.0.1",
6262
"jest-watch-typeahead": "^1.0.0",
63-
"prettier": "^2.6.1",
63+
"prettier": "^2.6.2",
6464
"regenerator-runtime": "^0.13.9",
6565
"release-it": "^14.14.0",
66-
"sass": "^1.49.10",
66+
"sass": "^1.50.0",
6767
"sass-loader": "^12.6.0",
6868
"style-loader": "^3.3.0",
6969
"terser-webpack-plugin": "^5.3.1",
7070
"timezone-mock": "^1.3.1",
71-
"webpack": "^5.70.0",
71+
"webpack": "^5.72.0",
7272
"webpack-bundle-analyzer": "^4.4.2",
7373
"webpack-cli": "^4.9.2",
74-
"webpack-dev-server": "^4.7.4",
74+
"webpack-dev-server": "^4.8.1",
7575
"webpack-modernizr-loader": "^5.0.0",
7676
"whybundled": "^2.0.0",
7777
"yarn": "^1.22.18"

0 commit comments

Comments
 (0)