@phila/layerboard 2.0.0 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -19,6 +19,16 @@ See the examples [Openmaps](https://openmaps.phila.gov) and [StreetSmartPHL](htt
19
19
 
20
20
  ## Release Notes
21
21
 
22
+ ### 2.0.2 - 2/8/2023
23
+
24
+ * uses upgraded @phila packages
25
+ * ran package updates
26
+
27
+ ### 2.0.1 - 9/9/2022
28
+
29
+ * uses upgraded @phila packages
30
+ * ran package upgrade
31
+
22
32
  ### 2.0.0 - 7/26/2021
23
33
 
24
34
  * uses @phila packages that use npm for package commands
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@phila/layerboard",
3
3
  "description": "A Vue.js component for creating an app from an ESRI web map",
4
- "version": "2.0.0",
4
+ "version": "2.0.2",
5
5
  "author": "City of Philadelphia <maps@phila.gov>",
6
6
  "repository": "https://github.com/cityofphiladelphia/layerboard",
7
7
  "license": "MIT",
@@ -13,23 +13,23 @@
13
13
  "lintFix": "vue-cli-service lint --fix"
14
14
  },
15
15
  "dependencies": {
16
- "@phila/vue-comps": "3.0.0",
17
- "@phila/vue-datafetch": "2.0.0",
18
- "@phila/vue-mapping": "3.0.0",
16
+ "@phila/vue-comps": "3.0.6",
17
+ "@phila/vue-datafetch": "2.2.10",
18
+ "@phila/vue-mapping": "3.1.11",
19
19
  "esri-leaflet": "2.3.1",
20
20
  "leaflet": "1.5.1",
21
- "vue": "^2.6.10",
22
- "vue-router": "^3.4.7",
21
+ "vue": "^2.7.10",
22
+ "vue-router": "^3.6.5",
23
23
  "vuex": "^3.1.2"
24
24
  },
25
25
  "devDependencies": {
26
- "@vue/cli-plugin-babel": "^4.1.1",
27
- "@vue/cli-plugin-eslint": "^4.1.1",
28
- "@vue/cli-service": "^4.1.1",
26
+ "@vue/cli-plugin-babel": "^4.5.19",
27
+ "@vue/cli-plugin-eslint": "^4.5.19",
28
+ "@vue/cli-service": "^4.5.19",
29
29
  "babel-eslint": "^10.0.3",
30
30
  "eslint": "^6.7.2",
31
31
  "eslint-plugin-vue": "^6.0.1",
32
- "vue-template-compiler": "^2.6.10",
32
+ "vue-template-compiler": "^2.7.10",
33
33
  "webpack-visualizer-plugin": "^0.1.11"
34
34
  },
35
35
  "postcss": {