Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

[WIP] - Dependencies Updated #12

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
c1b8ac5
Updated Dependencies
JamesVanWaza May 5, 2020
8e00433
Updated Dependencies
JamesVanWaza May 5, 2020
791e0e6
Updated Dependencies
JamesVanWaza May 5, 2020
d9fc2ee
FontAwesome has been updated to Version5
JamesVanWaza May 5, 2020
b358eab
Updated Dependencies
JamesVanWaza May 5, 2020
1bb351b
Updated Dependencies
JamesVanWaza May 5, 2020
9f2cc85
Updated Dependencies
JamesVanWaza May 5, 2020
21a89c7
Updated Dependencies
JamesVanWaza May 5, 2020
009816d
Removed babel/core since currently using @babel/core
JamesVanWaza May 5, 2020
1474530
Updated Dependencies
JamesVanWaza May 5, 2020
79c3a1c
Updated Dependencies
JamesVanWaza May 5, 2020
e861081
Updated dependencies
JamesVanWaza May 5, 2020
d3c874d
Updated dependencies
JamesVanWaza May 5, 2020
1576cdf
Updated Dependecies
JamesVanWaza May 5, 2020
4e38cf3
Updated Dependencies
JamesVanWaza May 5, 2020
5632704
Updated Dependecies
JamesVanWaza May 5, 2020
3fdff12
Updated Dependencies
JamesVanWaza May 5, 2020
3d216fc
Updated Dependencies
JamesVanWaza May 5, 2020
8c80565
Updated Dependencies
JamesVanWaza May 5, 2020
d9ba0e5
Updated Dependecies
JamesVanWaza May 5, 2020
bb6084b
Updated Dependecies
JamesVanWaza May 5, 2020
7ad559d
Updated Dependcies
JamesVanWaza May 5, 2020
20e5440
Updated Dependecies
JamesVanWaza May 5, 2020
0bad95e
Formatted and removed repo name
JamesVanWaza May 5, 2020
9492011
Merge branch 'master' into master
JamesVanWaza May 5, 2020
f82e5e0
Updated Dependencies
JamesVanWaza May 7, 2020
3be86b7
Updated Dependencies
JamesVanWaza May 18, 2020
c65449e
Updated Dependencies
JamesVanWaza May 24, 2020
d99a352
Updated Dependencies
JamesVanWaza May 27, 2020
1a0b3bd
WIP - Figuring out which dependency is causing an error
JamesVanWaza Jun 20, 2020
9648190
Updated Dependencies
JamesVanWaza Aug 7, 2020
cb70be3
Updated Dependencies
JamesVanWaza Aug 23, 2020
cdc023f
Updated Dependencies
JamesVanWaza Sep 9, 2020
d29eddf
chore: update dependencies and add dependencies that have been change…
cameronadams777 Sep 20, 2020
57c3025
WIP - still trying to figure out whats going on with VUE
JamesVanWaza Sep 23, 2020
1e6281f
WIP: Still having errors with VUE
JamesVanWaza Oct 18, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
presets: ['@vue/app'],
env: {
test: {
plugins: ['rewire']
presets: ['@vue/app'],
env: {
test: {
plugins: ['rewire']
}
}
}
}
};
26,084 changes: 26,084 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

370 changes: 196 additions & 174 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,184 +1,206 @@
{
"name": "codepilot-ai",
"version": "0.0.0-dev",
"private": true,
"scripts": {
"postinstall": "electron-builder install-app-deps",
"dev": "vue-cli-service serve:electron",
"build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build:electron --ia32 --x64",
"build:staging": "cross-env PROJECT_PHASE=staging yarn build --publish=always",
"build:production": "cross-env PROJECT_PHASE=production yarn build --publish=always",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"test:unit:watch": "yarn test:unit --watchAll",
"test:e2e": "cross-env SPECTRON=true yarn build && mocha test/e2e",
"test:e2e:watch": "yarn test:e2e --watch --watch-extensions js,vue",
"benchmark": "cross-env BABEL_ENV=benchmark babel-node test/benchmark-search",
"new": "hygen new"
},
"dependencies": {
"apollo-cache-inmemory": "~1.2.8",
"apollo-client": "~2.4.0",
"apollo-link-context": "~1.0.8",
"apollo-link-http": "~1.5.4",
"auto-launch": "~5.0.5",
"autosize": "~4.0.2",
"base-64": "~0.1.0",
"btoa": "^1.2.1",
"cuid": "~2.1.2",
"date-fns": "~1.29.0",
"electron-settings": "~3.2.0",
"escape-html": "~1.0.3",
"file-icons-js": "~1.0.3",
"findandreplacedomtext": "~0.4.6",
"font-awesome": "~4.7.0",
"graceful-fs": "~4.1.11",
"graphql": "~0.13.2",
"graphql-tag": "~2.9.2",
"highlight.js": "^9.12.0",
"html-entities": "~1.2.1",
"html-to-markdown": "~1.0.0",
"lodash": "~4.17.10",
"lucene-query-parser": "~1.2.0",
"markdown-it": "~8.4.2",
"minimist": "~1.2.0",
"mkdirp": "~0.5.1",
"monaco-editor": "^0.19.0",
"monaco-editor-webpack-plugin": "^1.5.2",
"node-fetch": "~2.2.0",
"normalize.css": "~8.0.0",
"p-queue": "~3.0.0",
"parse-full-name": "~1.2.3",
"rxjs": "~5.5.11",
"superagent": "chrisvfritz/codepilot-superagent",
"tailwindcss": "~0.6.5",
"temp": "~0.8.3",
"url": "~0.11.0",
"v-tooltip": "2.0.0-rc.33",
"vscode-ripgrep": "^1.1.0",
"vue": "~2.6.11",
"vue-electron": "~1.0.6",
"vue-global-events": "~1.0.3",
"vue-monaco": "~1.2.0",
"vue-multiselect": "~2.1.0",
"vue-octicon": "~2.1.1",
"vue-slicksort": "~0.1.10",
"vue-tour": "~1.0.1",
"vuelidate": "~0.7.4",
"vuex": "~3.0.1",
"youtube-search-promise": "~1.0.3"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@mapbox/stylelint-processor-arbitrary-tags": "~0.2.0",
"@sinonjs/formatio": "^2.0.0",
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-e2e-nightwatch": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-plugin-unit-jest": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"@vue/eslint-config-prettier": "^3.0.1",
"@vue/eslint-config-standard": "^3.0.1",
"@vue/test-utils": "1.0.0-beta.20",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.0.1",
"babel-loader": "^8.0.2",
"babel-plugin-rewire": "1.2.0-rc.1",
"cross-env": "~5.2.0",
"electron": "^2.0.12",
"hygen": "~1.6.2",
"jest-playback": "~2.0.0",
"lint-staged": "^7.2.2",
"mocha": "^5.2.0",
"node-loader": "^0.6.0",
"node-sass": "^4.12.0",
"npm-run-all": "~4.1.5",
"require-dir": "^1.0.0",
"sass-loader": "^7.0.1",
"sinon": "^6.2.0",
"sinon-chai": "3.2.0",
"spectron": "~4.0.0",
"stylelint": "~9.5.0",
"stylelint-config-css-modules": "~1.3.0",
"stylelint-config-recess-order": "~2.0.0",
"stylelint-config-standard": "~18.2.0",
"stylelint-scss": "~3.3.0",
"thanks": "~2.0.0",
"vue-cli-plugin-electron-builder": "1.0.0-rc.3",
"vue-template-compiler": "^2.5.17"
},
"license": "SEE LICENSE IN license.txt",
"description": "Quickly find code you can reuse or learn from",
"author": "CodePilot.ai [email protected]",
"build": {
"productName": "CodePilot.ai",
"appId": "ai.codepilot.app",
"publish": {
"provider": "s3",
"bucket": "codepilot-test"
"name": "codepilot-ai",
"version": "1.1.2",
"private": true,
"scripts": {
"postinstall": "electron-builder install-app-deps",
"dev": "vue-cli-service serve:electron",
"build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build:electron --ia32 --x64",
"build:staging": "cross-env PROJECT_PHASE=staging yarn build --publish=always",
"build:production": "cross-env PROJECT_PHASE=production yarn build --publish=always",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"test:unit:watch": "yarn test:unit --watchAll",
"test:e2e": "cross-env SPECTRON=true yarn build && mocha test/e2e",
"test:e2e:watch": "yarn test:e2e --watch --watch-extensions js,vue",
"benchmark": "cross-env BABEL_ENV=benchmark babel-node test/benchmark-search",
"new": "hygen new"
},
"directories": {
"output": "build"
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-context": "^1.0.20",
"apollo-link-http": "^1.5.17",
"auto-launch": "~5.0.5",
"autosize": "~4.0.2",
"base-64": "~0.1.0",
"btoa": "^1.2.1",
"cuid": "^2.1.8",
"electron": "^9.3.2",
"escape-html": "~1.0.3",
"eslint-plugin-promise": "^4.2.1",
"file-icons-js": "~1.0.3",
"findandreplacedomtext": "~0.4.6",
"graceful-fs": "^4.2.4",
"graphql-tag": "^2.11.0",
"html-entities": "^1.3.1",
"html-to-markdown": "~1.0.0",
"lodash": "^4.17.20",
"lucene-query-parser": "~1.2.0",
"minimist": "^1.2.5",
"mkdirp": "^1.0.4",
"monaco-editor": "^0.20.0",
"monaco-editor-webpack-plugin": "^2.0.0",
"node-fetch": "^2.6.1",
"normalize.css": "^8.0.1",
"p-queue": "^6.6.2",
"parse-full-name": "^1.2.4",
"rxjs": "^6.6.3",
"superagent": "^5.3.1",
"temp": "^0.9.1",
"url": "~0.11.0",
"v-tooltip": "^2.0.3",
"vue": "^2.6.12",
"vue-electron": "~1.0.6",
"vue-global-events": "^1.2.1",
"vue-multiselect": "^2.1.6",
"vue-octicon": "~2.1.1",
"vue-slicksort": "^1.1.3",
"vue-tour": "^1.5.0",
"vuelidate": "^0.7.5",
"vuex": "^3.5.1",
"youtube-search-promise": "~1.0.3"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@mapbox/stylelint-processor-arbitrary-tags": "^0.3.0",
"@sinonjs/formatio": "^5.0.1",
"@vue/babel-preset-app": "^4.5.7",
"@vue/cli-plugin-babel": "^4.5.7",
"@vue/cli-plugin-e2e-nightwatch": "^4.5.7",
"@vue/cli-plugin-eslint": "^4.5.7",
"@vue/cli-plugin-unit-jest": "^4.5.7",
"@vue/cli-service": "^4.5.7",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "^1.0.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.5.2",
"babel-loader": "^8.1.0",
"babel-plugin-rewire": "^1.2.0",
"cross-env": "^7.0.2",
"date-fns": "^2.16.1",
"electron-settings": "^4.0.2",
"eslint": "^7.11.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"graphql": "^15.3.0",
"hygen": "^6.0.4",
"jest-playback": "^3.0.0",
"lint-staged": "^10.4.2",
"markdown-it": "^11.0.0",
"node-loader": "^1.0.2",
"node-sass": "^4.14.1",
"npm-run-all": "~4.1.5",
"require-dir": "^1.2.0",
"sass-loader": "^9.0.3",
"sinon": "^9.2.0",
"sinon-chai": "^3.5.0",
"spectron": "^11.1.0",
"stylelint": "^13.7.2",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-config-recess-order": "^2.2.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0",
"tailwindcss": "~0.6.5",
"thanks": "^2.3.0",
"vscode-ripgrep": "^1.9.0",
"vue-cli-plugin-electron-builder": "^2.0.0-rc.4",
"vue-monaco": "^1.2.1",
"vue-template-compiler": "^2.6.12"
},
"files": [
"dist_electron/**/*"
],
"dmg": {
"contents": [{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
"license": "MIT",
"description": "Quickly find code you can reuse or learn from",
"author": "CodePilot.ai [email protected]",
"build": {
"productName": "CodePilot.ai",
"appId": "ai.codepilot.app",
"publish": {
"provider": "s3",
"bucket": "codepilot-test"
},
"directories": {
"output": "build"
},
"files": [
"dist_electron/**/*"
],
"dmg": {
"contents": [{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"protocols": {
"name": "CodePilot.ai",
"schemes": [
"codepilot"
]
},
{
"x": 130,
"y": 150,
"type": "file"
"asarUnpack": [
"node_modules/vscode-ripgrep/bin/rg"
],
"mac": {
"icon": "build/icons/icon.icns",
"category": "ai.codepilot.app"
},
"win": {
"icon": "build/icons/icon.ico"
},
"linux": {
"icon": "build/icons",
"category": "Development",
"target": [
"AppImage"
]
}
]
},
"protocols": {
"name": "CodePilot.ai",
"schemes": [
"codepilot"
]
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"src/renderer/**/*.{vue,scss}": [
"cross-env NODE_ENV=production stylelint --fix",
"git add"
],
"src/**/*.{js,vue}": [
"cross-env NODE_ENV=production eslint --fix",
"cross-env NODE_ENV=production prettier --write",
"git add"
],
"test/**/*.js": [
"cross-env NODE_ENV=production eslint --fix",
"cross-env NODE_ENV=production prettier --write",
"git add"
]
},
"asarUnpack": [
"node_modules/vscode-ripgrep/bin/rg"
],
"mac": {
"icon": "build/icons/icon.icns",
"category": "ai.codepilot.app"
"main": "dist_electron/bundled/background.js",
"repository": {
"type": "git",
"url": "git+https://github.com/JamesVanWaza/codepilot.git"
},
"win": {
"icon": "build/icons/icon.ico"
"bugs": {
"url": "https://github.com/JamesVanWaza/codepilot/issues"
},
"homepage": "https://github.com/JamesVanWaza/codepilot#readme",
"directories": {
"doc": "docs",
"test": "test"
},
"linux": {
"icon": "build/icons",
"category": "Development",
"target": [
"AppImage"
]
}
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"src/renderer/**/*.{vue,scss}": [
"cross-env NODE_ENV=production stylelint --fix",
"git add"
],
"src/**/*.{js,vue}": [
"cross-env NODE_ENV=production eslint --fix",
"cross-env NODE_ENV=production prettier --write",
"git add"
],
"test/**/*.js": [
"cross-env NODE_ENV=production eslint --fix",
"cross-env NODE_ENV=production prettier --write",
"git add"
"keywords": [
"Codepilot",
"Search",
"Offline"
]
},
"main": "dist_electron/bundled/background.js"
}
}
Loading