Skip to content

Commit 8905d3b

Browse files
authored
Merge pull request #1045 from Patternslib/upgrade
Upgrade
2 parents a9c5cbf + 6283fde commit 8905d3b

File tree

2 files changed

+764
-643
lines changed

2 files changed

+764
-643
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
"description": "Patternslib is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming language. Accessibility, SEO and well structured HTML are core values of Patterns.",
66
"license": "BSD-3-Clause",
77
"dependencies": {
8-
"@fullcalendar/adaptive": "^5.11.2",
9-
"@fullcalendar/core": "^5.11.2",
10-
"@fullcalendar/daygrid": "^5.11.2",
11-
"@fullcalendar/interaction": "^5.11.2",
12-
"@fullcalendar/list": "^5.11.2",
13-
"@fullcalendar/luxon2": "^5.11.2",
14-
"@fullcalendar/timegrid": "^5.11.2",
8+
"@fullcalendar/adaptive": "^5.11.3",
9+
"@fullcalendar/core": "^5.11.3",
10+
"@fullcalendar/daygrid": "^5.11.3",
11+
"@fullcalendar/interaction": "^5.11.3",
12+
"@fullcalendar/list": "^5.11.3",
13+
"@fullcalendar/luxon2": "^5.11.3",
14+
"@fullcalendar/timegrid": "^5.11.3",
1515
"@juggle/resize-observer": "^3.4.0",
1616
"@stomp/stompjs": "^6.1.2",
1717
"google-code-prettify": "^1.0.5",
1818
"imagesloaded": "^4.1.4",
1919
"intersection-observer": "^0.12.2",
20-
"jquery": "^3.6.0",
20+
"jquery": "^3.6.1",
2121
"jquery-jcrop": "^0.9.13",
2222
"luxon": "2.4.0",
2323
"masonry-layout": "^4.2.2",
2424
"moment": "^2.29.4",
25-
"moment-timezone": "^0.5.34",
25+
"moment-timezone": "^0.5.37",
2626
"photoswipe": "^4.1.3",
2727
"pikaday": "^1.8.0",
2828
"promise-polyfill": "^8.2.3",
@@ -38,12 +38,12 @@
3838
"whatwg-fetch": "^3.4.0"
3939
},
4040
"devDependencies": {
41-
"@patternslib/dev": "^2.5.0",
41+
"@patternslib/dev": "^2.6.0",
4242
"@patternslib/pat-content-mirror": "^3.0.0",
4343
"@patternslib/pat-doclock": "^3.0.0",
4444
"@patternslib/pat-shopping-cart": "^3.0.0",
45-
"@patternslib/pat-sortable-table": "^3.0.0",
46-
"@patternslib/pat-tiptap": "^4.5.0",
45+
"@patternslib/pat-sortable-table": "^3.1.0",
46+
"@patternslib/pat-tiptap": "^4.5.1",
4747
"@patternslib/pat-upload": "^3.0.0",
4848
"copy-webpack-plugin": "^11.0.0",
4949
"pegjs": "0.11.0-master.b7b87ea",

0 commit comments

Comments
 (0)