chemicaltools-web
Advanced tools
Comparing version 3.0.31 to 3.0.32
{ | ||
"name": "chemicaltools-web", | ||
"version": "3.0.31", | ||
"version": "3.0.32", | ||
"description": "Chemical Tools PWA version for Chemistry students.", | ||
@@ -47,8 +47,10 @@ "author": "Jinzhe Zeng", | ||
"devDependencies": { | ||
"@fortawesome/fontawesome-free": "5.8.1", | ||
"@fortawesome/fontawesome-svg-core": "^1.2.17", | ||
"@fortawesome/free-solid-svg-icons": "^5.8.1", | ||
"@fortawesome/vue-fontawesome": "^0.1.6", | ||
"@semantic-release/git": "7.0.8", | ||
"@vue/cli-plugin-babel": "3.5.5", | ||
"@vue/cli-plugin-eslint": "3.5.1", | ||
"@vue/cli-plugin-pwa": "3.5.1", | ||
"@vue/cli-service": "3.5.3", | ||
"@vue/cli-plugin-babel": "3.6.0", | ||
"@vue/cli-plugin-eslint": "3.6.0", | ||
"@vue/cli-plugin-pwa": "3.6.0", | ||
"@vue/cli-service": "3.6.0", | ||
"@vue/eslint-config-standard": "4.0.0", | ||
@@ -55,0 +57,0 @@ "babel-eslint": "10.0.1", |
{ | ||
"extends": [ | ||
"github>njzjz/renovate-config", | ||
"config:base" | ||
"config:base", | ||
"github>njzjz/renovate-config" | ||
] | ||
} |
@@ -17,3 +17,3 @@ /** | ||
importScripts( | ||
"precache-manifest.b26314d7e0b54c0136bf52af712516b2.js" | ||
"precache-manifest.a4587b13f2fb15bbe52c46988fdb52e4.js" | ||
); | ||
@@ -20,0 +20,0 @@ |
import Vue from 'vue' | ||
import Vuetify from 'vuetify/lib' | ||
import 'vuetify/src/stylus/app.styl' | ||
import '@fortawesome/fontawesome-free/css/all.css' | ||
import { library } from '@fortawesome/fontawesome-svg-core' | ||
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome' | ||
import { faAtom, faBalanceScale, faFlask, faChartBar, faBurn, faQuestion, faCog, faBars, faHome } from '@fortawesome/free-solid-svg-icons' | ||
Vue.component('font-awesome-icon', FontAwesomeIcon) | ||
library.add(faAtom, faBalanceScale, faFlask, faChartBar, faBurn, faQuestion, faCog, faBars, faHome) | ||
Vue.use(Vuetify, { | ||
iconfont: 'fa' | ||
iconfont: 'faSvg' | ||
}) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 6 instances in 1 package
4
3853494
23
94
2534