Skip to content

Commit 0842299

Browse files
austin-redickbgturner
authored andcommitted
feat: bump the notes version and add lodash as a dependency
1 parent 3f28f07 commit 0842299

File tree

2 files changed

+146
-179
lines changed

2 files changed

+146
-179
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "local-addon-notes",
33
"productName": "Notes",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"author": "Clay Griffiths",
66
"keywords": [
77
"local-addon"
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@getflywheel/eslint-config-local": "1.0.4",
30-
"@getflywheel/local": "^6.6.0",
30+
"@getflywheel/local": "^8.0.0",
3131
"@types/classnames": "^2.2.9",
3232
"@types/dateformat": "^3.0.1",
3333
"@types/prop-types": "^15.7.5",
@@ -45,6 +45,7 @@
4545
"dependencies": {
4646
"@getflywheel/local-components": "^17.6.2",
4747
"classnames": "^2.2.6",
48+
"lodash": "^4.17.21",
4849
"dateformat": "^3.0.3",
4950
"prop-types": "^15.6.2",
5051
"react": "^16.10.2",

0 commit comments

Comments
 (0)