Skip to content

Commit

Permalink
Merge pull request #1003 from geospoc/fix/minor-housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni authored May 31, 2022
2 parents 9324102 + c871764 commit 45e9cd9
Show file tree
Hide file tree
Showing 12 changed files with 1,150 additions and 2,812 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
npm exec --no -- commitlint --edit $1
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
npm exec --no -- lint-staged
4 changes: 0 additions & 4 deletions .husky/pre-push

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
3,895 changes: 1,122 additions & 2,773 deletions package-lock.json

Large diffs are not rendered by default.

53 changes: 25 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "v-mapbox",
"version": "3.2.2",
"description": "Mapbox with Vue 💚",
"type": "module",
"types": "types/index.d.ts",
"main": "dist/v-mapbox.cjs.js",
"module": "dist/v-mapbox.esm.js",
Expand All @@ -17,7 +18,6 @@
"bundle": "rollup -c build/rollup.config.ts",
"bundle:min": "rollup -c build/rollup.config.min.ts",
"build:dts": "vue-tsc --declaration --emitDeclarationOnly --skipLibCheck && npm run lintfix",
"test": "echo 'test!'",
"prepare": "husky install",
"docs:dev": "vuepress dev docs --port 3000",
"docs:build": "vuepress build docs",
Expand All @@ -36,58 +36,55 @@
},
"peerDependencies": {
"mapbox-gl": "1.13.2",
"vue": "^3.0.0"
"vue": "^3.2.36"
},
"optionalDependencies": {
"@deck.gl/core": "^8.7.7",
"@deck.gl/layers": "^8.7.7",
"@deck.gl/mapbox": "^8.7.7"
"@deck.gl/core": "^8.7.10",
"@deck.gl/layers": "^8.7.10",
"@deck.gl/mapbox": "^8.7.10"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@commitlint/cli": "^17.0.0",
"@babel/preset-env": "^7.18.2",
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"@deck.gl/core": "^8.7.7",
"@deck.gl/layers": "^8.7.7",
"@deck.gl/mapbox": "^8.7.7",
"@deck.gl/core": "^8.7.10",
"@deck.gl/layers": "^8.7.10",
"@deck.gl/mapbox": "^8.7.10",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-beep": "^0.2.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.2.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-sucrase": "^4.0.2",
"@rollup/plugin-sucrase": "^4.0.4",
"@types/mapbox-gl": "1.13.3",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@types/node": "^17.0.36",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@vinayakkulkarni/prettier-config-vue": "^1.0.0",
"@vue/component-compiler-utils": "^3.3.0",
"@vue/runtime-dom": "^3.2.32",
"eslint": "^8.13.0",
"@vue/runtime-dom": "^3.2.36",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsdoc": "^39.2.0",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.6.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"eslint-plugin-vue": "^9.0.1",
"husky": "^8.0.1",
"mapbox-gl": "1.13.2",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"rollup": "^2.70.1",
"rollup": "^2.75.4",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.50.0",
"sass": "^1.52.1",
"shipjs": "^0.24.4",
"stylelint": "^14.6.1",
"stylelint-config-html": "^1.0.0",
"stylelint": "^14.8.5",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"typescript": "^4.6.3",
"vue": "^3.2.32",
"typescript": "^4.7.2",
"vue": "^3.2.36",
"vue-tsc": "^0.35.2",
"vuepress": "^2.0.0-beta.35"
},
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 1 addition & 5 deletions stylelint.config.js → stylelint.config.cjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
module.exports = {
extends: [
'stylelint-config-standard',
'stylelint-config-prettier',
'stylelint-config-standard-scss',
'stylelint-config-html',
'stylelint-config-recommended-vue',
'stylelint-config-standard',
],
// add your custom config here
// https://stylelint.io/user-guide/configuration
rules: {},
};

0 comments on commit 45e9cd9

Please sign in to comment.