|
23 | 23 | "@fullcalendar/luxon": "^5.8.0",
|
24 | 24 | "@fullcalendar/timegrid": "^5.8.0",
|
25 | 25 | "@juggle/resize-observer": "^3.3.1",
|
26 |
| - "@stomp/stompjs": "^6.1.0", |
| 26 | + "@stomp/stompjs": "^6.1.1", |
27 | 27 | "google-code-prettify": "^1.0.5",
|
28 | 28 | "imagesloaded": "^4.1.4",
|
29 | 29 | "intersection-observer": "^0.12.0",
|
|
50 | 50 | "whatwg-fetch": "^3.4.0"
|
51 | 51 | },
|
52 | 52 | "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", |
55 | 55 | "@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", |
60 | 60 | "@testing-library/jest-dom": "^5.14.1",
|
61 | 61 | "babel-loader": "^8.2.2",
|
62 | 62 | "clean-webpack-plugin": "^3.0.0",
|
63 | 63 | "copy-webpack-plugin": "^6.4.1",
|
64 |
| - "core-js": "3.15.2", |
| 64 | + "core-js": "3.17.1", |
65 | 65 | "css-loader": "^5.2.6",
|
66 | 66 | "duplicate-package-checker-webpack-plugin": "^3.0.0",
|
67 |
| - "eslint": "^7.30.0", |
| 67 | + "eslint": "^7.32.0", |
68 | 68 | "eslint-config-prettier": "^8.3.0",
|
69 | 69 | "expose-loader": "^1.0.3",
|
70 | 70 | "file-loader": "^6.2.0",
|
71 |
| - "husky": "^6.0.0", |
| 71 | + "husky": "^7.0.2", |
72 | 72 | "identity-obj-proxy": "^3.0.0",
|
73 | 73 | "imports-loader": "^1.2.0",
|
74 |
| - "jest": "^27.0.6", |
| 74 | + "jest": "^27.1.0", |
75 | 75 | "jest-watch-typeahead": "^0.6.4",
|
76 | 76 | "prettier": "^2.3.2",
|
77 | 77 | "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", |
81 | 81 | "sass-loader": "^10.1.1",
|
82 | 82 | "style-loader": "^2.0.0",
|
83 | 83 | "svg-inline-loader": "^0.8.2",
|
84 | 84 | "terser-webpack-plugin": "^4.2.3",
|
85 |
| - "timezone-mock": "^1.1.4", |
| 85 | + "timezone-mock": "^1.2.1", |
86 | 86 | "webpack": "^4.43.0",
|
87 | 87 | "webpack-bundle-analyzer": "^3.9.0",
|
88 |
| - "webpack-cli": "^4.7.0", |
| 88 | + "webpack-cli": "^4.8.0", |
89 | 89 | "webpack-dev-server": "^3.11.2",
|
90 | 90 | "webpack-modernizr-loader": "^5.0.0",
|
91 | 91 | "whybundled": "^2.0.0",
|
92 |
| - "yarn": "^1.22.10" |
| 92 | + "yarn": "^1.22.11" |
93 | 93 | },
|
94 | 94 | "resolutions": {},
|
95 | 95 | "scripts": {
|
|
0 commit comments