Skip to content

Commit c08f019

Browse files
committed
Add February event and update some deps
1 parent cb4d1b6 commit c08f019

File tree

3 files changed

+26
-20
lines changed

3 files changed

+26
-20
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"html-minifier": "^4.0.0",
3131
"husky": "^4.3.8",
3232
"npm-run-all": "^4.1.5",
33-
"postcss": "^8.2.5",
33+
"postcss": "^8.2.6",
3434
"postcss-cli": "^8.3.1",
3535
"prettier": "^2.2.1",
3636
"pretty-quick": "^3.1.0",
3737
"rimraf": "^3.0.2",
38-
"tailwindcss": "^2.0.2",
39-
"terser": "^5.5.1"
38+
"tailwindcss": "^2.0.3",
39+
"terser": "^5.6.0"
4040
},
4141
"repository": {
4242
"type": "git",

src/globals/events.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
* @type {JSMNEvent[]}
1313
*/
1414
module.exports = [
15+
{
16+
title: 'February Event: Show and Tell',
17+
date: new Date('2021-02-24T18:00-06:00'),
18+
link: 'https://www.meetup.com/JavaScriptMN/events/hmzgxryccdbgc/',
19+
location: 'Virtual',
20+
},
1521
{
1622
title: 'End of the Year Event: Pizza Night',
1723
date: new Date('2020-12-09T18:00-06:00'),

0 commit comments

Comments
 (0)