Skip to content

Commit a4ff273

Browse files
authored
Merge pull request #890 from Patternslib/upgrade-devdeps
Upgrade devdeps
2 parents a524fac + d3480cc commit a4ff273

File tree

2 files changed

+816
-615
lines changed

2 files changed

+816
-615
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@fullcalendar/luxon": "^5.8.0",
2424
"@fullcalendar/timegrid": "^5.8.0",
2525
"@juggle/resize-observer": "^3.3.1",
26-
"@stomp/stompjs": "^6.1.0",
26+
"@stomp/stompjs": "^6.1.1",
2727
"google-code-prettify": "^1.0.5",
2828
"imagesloaded": "^4.1.4",
2929
"intersection-observer": "^0.12.0",
@@ -50,46 +50,46 @@
5050
"whatwg-fetch": "^3.4.0"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.14.6",
54-
"@babel/eslint-parser": "^7.14.7",
53+
"@babel/core": "^7.15.0",
54+
"@babel/eslint-parser": "^7.15.0",
5555
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
56-
"@babel/preset-env": "^7.14.7",
57-
"@commitlint/cli": "^12.1.4",
58-
"@commitlint/config-conventional": "^12.1.4",
59-
"@release-it/conventional-changelog": "^3.0.1",
56+
"@babel/preset-env": "^7.15.0",
57+
"@commitlint/cli": "^13.1.0",
58+
"@commitlint/config-conventional": "^13.1.0",
59+
"@release-it/conventional-changelog": "^3.3.0",
6060
"@testing-library/jest-dom": "^5.14.1",
6161
"babel-loader": "^8.2.2",
6262
"clean-webpack-plugin": "^3.0.0",
6363
"copy-webpack-plugin": "^6.4.1",
64-
"core-js": "3.15.2",
64+
"core-js": "3.17.1",
6565
"css-loader": "^5.2.6",
6666
"duplicate-package-checker-webpack-plugin": "^3.0.0",
67-
"eslint": "^7.30.0",
67+
"eslint": "^7.32.0",
6868
"eslint-config-prettier": "^8.3.0",
6969
"expose-loader": "^1.0.3",
7070
"file-loader": "^6.2.0",
71-
"husky": "^6.0.0",
71+
"husky": "^7.0.2",
7272
"identity-obj-proxy": "^3.0.0",
7373
"imports-loader": "^1.2.0",
74-
"jest": "^27.0.6",
74+
"jest": "^27.1.0",
7575
"jest-watch-typeahead": "^0.6.4",
7676
"prettier": "^2.3.2",
7777
"raw-loader": "^4.0.1",
78-
"regenerator-runtime": "^0.13.5",
79-
"release-it": "^14.10.0",
80-
"sass": "^1.35.2",
78+
"regenerator-runtime": "^0.13.9",
79+
"release-it": "^14.11.5",
80+
"sass": "^1.39.0",
8181
"sass-loader": "^10.1.1",
8282
"style-loader": "^2.0.0",
8383
"svg-inline-loader": "^0.8.2",
8484
"terser-webpack-plugin": "^4.2.3",
85-
"timezone-mock": "^1.1.4",
85+
"timezone-mock": "^1.2.1",
8686
"webpack": "^4.43.0",
8787
"webpack-bundle-analyzer": "^3.9.0",
88-
"webpack-cli": "^4.7.0",
88+
"webpack-cli": "^4.8.0",
8989
"webpack-dev-server": "^3.11.2",
9090
"webpack-modernizr-loader": "^5.0.0",
9191
"whybundled": "^2.0.0",
92-
"yarn": "^1.22.10"
92+
"yarn": "^1.22.11"
9393
},
9494
"resolutions": {},
9595
"scripts": {

0 commit comments

Comments
 (0)