be-navigation
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "be-navigation", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"private": false, | ||
"description": "GitLab Marketing Navigation", | ||
"author": "GitLab", | ||
"main": "./dist/be-navigation.umd.min.js", | ||
"main": "dist/be-navigation.es.js", | ||
"module": "dist/be-navigation.es.js", | ||
"files": [ | ||
"dist/be-navigation.umd.min.js", | ||
"dist/be-navigation.css" | ||
"dist/*.js", | ||
"dist/*.css" | ||
], | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "npm run build-library", | ||
"lint": "vue-cli-service lint", | ||
"build-library": "vue-cli-service build --target lib --formats umd-min --name be-navigation ./src/install.js", | ||
"lint-and-build-library": "yarn lint --fix && yarn build-library" | ||
"dev": "vite", | ||
"build": "vite build", | ||
"lint": "yarn eslint src --ext .js,.ts,.vue --debug", | ||
"preview": "vite preview" | ||
}, | ||
@@ -22,3 +22,3 @@ "dependencies": { | ||
"core-js": "^3.8.3", | ||
"vue": "^2.6.14", | ||
"lodash-es": "^4.17.21", | ||
"vue-progressbar": "^0.7.5" | ||
@@ -28,9 +28,5 @@ }, | ||
"@types/axios": "^0.14.0", | ||
"@types/lodash": "^4.14.182", | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
"@typescript-eslint/parser": "^5.4.0", | ||
"@vue/cli-plugin-babel": "~5.0.0", | ||
"@vue/cli-plugin-eslint": "~5.0.0", | ||
"@vue/cli-plugin-typescript": "~5.0.0", | ||
"@vue/cli-service": "~5.0.0", | ||
"@vitejs/plugin-vue2": "^2.2.0", | ||
"@vue/eslint-config-typescript": "^9.1.0", | ||
@@ -41,3 +37,5 @@ "eslint": "^7.32.0", | ||
"eslint-plugin-vue": "^8.0.3", | ||
"pathe": "^1.1.1", | ||
"prettier": "^2.4.1", | ||
"rollup-plugin-visualizer": "^5.9.2", | ||
"sass": "^1.50.1", | ||
@@ -47,6 +45,8 @@ "sass-loader": "^12.6.0", | ||
"typescript": "~4.5.5", | ||
"vite": "^4.4.5", | ||
"vue-template-compiler": "^2.6.14" | ||
}, | ||
"peerDependencies": { | ||
"slippers-ui": "^2.1.18" | ||
"slippers-ui": "^2.1.18", | ||
"vue": "^2.7.14" | ||
}, | ||
@@ -53,0 +53,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18
0
2136748
6
+ Addedlodash-es@^4.17.21
+ Addedlodash-es@4.17.21(transitive)
- Removedvue@^2.6.14