|
1 | 1 | { |
2 | 2 | "name": "jsonapi-vuex", |
3 | | - "version": "5.10.0", |
| 3 | + "version": "5.11.0", |
4 | 4 | "description": "Access restructured JSONAPI data from a Vuex Store.", |
5 | 5 | "author": "Matthew Richardson <M.Richardson@ed.ac.uk>", |
6 | 6 | "scripts": { |
|
17 | 17 | "src/" |
18 | 18 | ], |
19 | 19 | "dependencies": { |
20 | | - "jsonpath-plus": "^6.0.1", |
| 20 | + "jsonpath-plus": "^7.2.0", |
21 | 21 | "lodash.get": "^4.4.2", |
22 | 22 | "lodash.isequal": "^4.5.0", |
23 | 23 | "lodash.merge": "^4.6.2", |
24 | 24 | "lodash.set": "^4.3.2" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "@babel/core": "^7.15.0", |
28 | | - "@babel/preset-env": "^7.15.0", |
| 27 | + "@babel/core": "^7.21.0", |
| 28 | + "@babel/eslint-parser": "^7.19.1", |
| 29 | + "@babel/preset-env": "^7.20.2", |
29 | 30 | "@vue/cli-plugin-babel": "~5.0.8", |
30 | 31 | "@vue/cli-plugin-e2e-nightwatch": "~5.0.8", |
31 | 32 | "@vue/cli-plugin-eslint": "~5.0.8", |
32 | 33 | "@vue/cli-plugin-vuex": "~5.0.8", |
33 | 34 | "@vue/cli-service": "~5.0.8", |
34 | | - "@vue/test-utils": "^1.2.2", |
35 | | - "axios": "^0.21.1", |
36 | | - "axios-mock-adapter": "^1.19.0", |
37 | | - "babel-eslint": "^10.1.0", |
38 | | - "babel-loader": "^8.2.2", |
39 | | - "babel-plugin-istanbul": "^6.0.0", |
| 35 | + "@vue/test-utils": "^2.3.1", |
| 36 | + "axios": "^1.3.4", |
| 37 | + "axios-mock-adapter": "^1.21.2", |
| 38 | + "babel-loader": "^9.1.2", |
| 39 | + "babel-plugin-istanbul": "^6.1.1", |
40 | 40 | "babel-polyfill": "^6.26.0", |
41 | | - "chai": "^4.3.4", |
| 41 | + "chai": "^4.3.7", |
42 | 42 | "chai-as-promised": "^7.1.1", |
43 | | - "chromedriver": "^106", |
44 | | - "concurrently": "^6.2.1", |
45 | | - "core-js": "^3.16.1", |
46 | | - "eslint": "^7.32.0", |
47 | | - "eslint-config-prettier": "^8.3.0", |
48 | | - "eslint-loader": "^4.0.2", |
49 | | - "eslint-plugin-prettier": "^3.4.0", |
50 | | - "eslint-plugin-prettier-vue": "^3.1.0", |
51 | | - "eslint-plugin-vue": "^7.16.0", |
| 43 | + "chromedriver": "^110.0.0", |
| 44 | + "concurrently": "^7.6.0", |
| 45 | + "core-js": "^3.29.1", |
| 46 | + "eslint": "^8.36.0", |
| 47 | + "eslint-config-prettier": "^8.7.0", |
| 48 | + "eslint-plugin-prettier": "^4.2.1", |
| 49 | + "eslint-plugin-prettier-vue": "^4.2.0", |
| 50 | + "eslint-plugin-vue": "^9.9.0", |
| 51 | + "eslint-webpack-plugin": "^4.0.0", |
52 | 52 | "fake-json-api-server": "^1.6.0", |
53 | | - "geckodriver": "^3.0.1", |
54 | | - "husky": "^7.0.1", |
55 | | - "jsdoc": "^3.6.6", |
56 | | - "karma": "^6.3.4", |
| 53 | + "geckodriver": "^3.2.0", |
| 54 | + "husky": "^8.0.3", |
| 55 | + "jsdoc": "^4.0.2", |
| 56 | + "karma": "^6.4.1", |
57 | 57 | "karma-chai": "^0.1.0", |
58 | | - "karma-coverage": "^2.0.3", |
59 | | - "karma-firefox-launcher": "^2.1.1", |
| 58 | + "karma-coverage": "^2.2.0", |
| 59 | + "karma-firefox-launcher": "^2.1.2", |
60 | 60 | "karma-mocha": "^2.0.1", |
61 | 61 | "karma-sinon": "^1.0.5", |
62 | | - "karma-verbose-reporter": "^0.0.6", |
| 62 | + "karma-verbose-reporter": "^0.0.8", |
63 | 63 | "karma-webpack": "^5.0.0", |
64 | | - "lint-staged": "^11.1.2", |
65 | | - "mocha": "^9.0.3", |
| 64 | + "lint-staged": "^13.2.0", |
| 65 | + "mocha": "^10.2.0", |
66 | 66 | "mocha-eslint": "^7.0.0", |
67 | | - "nightwatch": "^2.3.0", |
68 | | - "prettier": "^2.3.2", |
69 | | - "sinon": "^14.0.0", |
| 67 | + "nightwatch": "^2.6.17", |
| 68 | + "prettier": "^2.8.4", |
| 69 | + "sinon": "^15.0.2", |
70 | 70 | "sinon-chai": "^3.7.0", |
71 | | - "vue": "^3.2.37", |
72 | | - "vuex": "^4.0.0" |
| 71 | + "vue": "^3.2.47", |
| 72 | + "vuex": "^4.1.0", |
| 73 | + "webpack": "^5.0.0" |
73 | 74 | }, |
74 | 75 | "peerDependencies": { |
75 | 76 | "vue": "^3.0.11", |
|
0 commit comments