File tree Expand file tree Collapse file tree 6 files changed +9
-22
lines changed Expand file tree Collapse file tree 6 files changed +9
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsonapi-vuex" ,
3
- "version" : " 5.11.0 " ,
3
+ "version" : " 5.11.1 " ,
4
4
"description" : " Access restructured JSONAPI data from a Vuex Store." ,
5
5
"author" : " Matthew Richardson <M.Richardson@ed.ac.uk>" ,
6
6
"scripts" : {
18
18
],
19
19
"dependencies" : {
20
20
"jsonpath-plus" : " ^7.2.0" ,
21
- "lodash.get" : " ^4.4.2" ,
22
- "lodash.isequal" : " ^4.5.0" ,
23
- "lodash.merge" : " ^4.6.2" ,
24
- "lodash.set" : " ^4.3.2"
21
+ "lodash" : " ^4.17.21"
25
22
},
26
23
"devDependencies" : {
27
24
"@babel/core" : " ^7.21.0" ,
Original file line number Diff line number Diff line change 10
10
* @param {object } conf - a jsonapi-vuex config object
11
11
*/
12
12
13
- import get from 'lodash. get'
14
- import merge from 'lodash. merge'
13
+ import get from 'lodash/ get'
14
+ import merge from 'lodash/ merge'
15
15
16
16
import { utils } from './jsonapi-vuex'
17
17
Original file line number Diff line number Diff line change 7
7
* @param {object } conf - a jsonapi-vuex config object
8
8
*/
9
9
10
- import get from 'lodash. get'
10
+ import get from 'lodash/ get'
11
11
import { JSONPath } from 'jsonpath-plus'
12
12
13
13
import { utils } from './jsonapi-vuex'
Original file line number Diff line number Diff line change 10
10
* @param {object } conf - A jsonapi-vuex config object.
11
11
*/
12
12
13
- import get from 'lodash. get'
14
- import isEqual from 'lodash.isequal '
15
- import merge from 'lodash. merge'
13
+ import get from 'lodash/ get'
14
+ import isEqual from 'lodash/isEqual '
15
+ import merge from 'lodash/ merge'
16
16
17
17
/**
18
18
* Helper methods added to `_jv` by {@link module:jsonapi-vuex.utils.addJvHelpers}
Original file line number Diff line number Diff line change 5
5
* @memberof module:jsonapi-vuex.jsonapiModule
6
6
*/
7
7
8
- import get from 'lodash. get'
8
+ import get from 'lodash/ get'
9
9
import { utils } from './jsonapi-vuex'
10
10
11
11
export default ( ) => {
Original file line number Diff line number Diff line change @@ -5831,11 +5831,6 @@ lodash.isarray@^3.0.0:
5831
5831
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
5832
5832
integrity sha512-JwObCrNJuT0Nnbuecmqr5DgtuBppuCvGD9lxjFpAzwnVtdGoDQ1zig+5W8k5/6Gcn0gZ3936HDAlGd28i7sOGQ==
5833
5833
5834
- lodash.isequal@^4.5.0 :
5835
- version "4.5.0"
5836
- resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
5837
- integrity sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==
5838
-
5839
5834
lodash.kebabcase@^4.1.1 :
5840
5835
version "4.1.1"
5841
5836
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
@@ -5870,11 +5865,6 @@ lodash.pick@4.4.0:
5870
5865
resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
5871
5866
integrity sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q==
5872
5867
5873
- lodash.set@^4.3.2 :
5874
- version "4.3.2"
5875
- resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
5876
- integrity sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==
5877
-
5878
5868
lodash.truncate@^4.4.2 :
5879
5869
version "4.4.2"
5880
5870
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
You can’t perform that action at this time.
0 commit comments