Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
liyasthomas committed Sep 26, 2021
1 parent e0f88e0 commit 728515c
Show file tree
Hide file tree
Showing 4 changed files with 1,266 additions and 1,302 deletions.
8 changes: 7 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

[[redirects]]
from = "/careers"
to = "https://www.notion.so/hoppscotch/3b9d5d5239a043bfb91701faabf5b8f0"
to = "https://hoppscotch.notion.site/3b9d5d5239a043bfb91701faabf5b8f0"
status = 301
force = true

Expand All @@ -42,3 +42,9 @@
to = "https://twitter.com/hoppscotch_io"
status = 301
force = true

[[redirects]]
from = "/github"
to = "https://github.com/hoppscotch/hoppscotch"
status = 301
force = true
26 changes: 13 additions & 13 deletions packages/hoppscotch-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"do-test": "pnpm run test"
},
"dependencies": {
"@apollo/client": "^3.4.12",
"@apollo/client": "^3.4.13",
"@hoppscotch/js-sandbox": "workspace:^1.0.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/composition-api": "^0.29.0",
"@nuxtjs/composition-api": "^0.29.2",
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/i18n": "^7.0.3",
"@nuxtjs/robots": "^2.5.0",
Expand All @@ -38,14 +38,14 @@
"acorn": "^8.5.0",
"acorn-walk": "^8.2.0",
"axios": "^0.21.4",
"codemirror": "^5.62.3",
"codemirror": "^5.63.0",
"codemirror-theme-github": "^1.0.0",
"core-js": "^3.17.3",
"core-js": "^3.18.0",
"esprima": "^4.0.1",
"firebase": "^9.0.2",
"firebase": "^9.1.0",
"fp-ts": "^2.11.3",
"fuse.js": "^6.4.6",
"graphql": "^15.5.3",
"graphql": "^15.6.0",
"graphql-language-service-interface": "^2.8.4",
"graphql-language-service-parser": "^1.9.2",
"json-loader": "^0.5.7",
Expand All @@ -59,7 +59,7 @@
"socketio-wildcard": "^2.0.0",
"splitpanes": "^2.3.8",
"tern": "^0.24.3",
"vue-apollo": "^3.0.7",
"vue-apollo": "^3.0.8",
"vue-cli-plugin-apollo": "^0.22.2",
"vue-functional-data-merge": "^3.1.0",
"vue-github-button": "^1.3.0",
Expand All @@ -85,27 +85,27 @@
"@nuxtjs/stylelint-module": "^4.0.0",
"@nuxtjs/svg": "^0.2.0",
"@testing-library/jest-dom": "^5.14.1",
"@types/codemirror": "^5.60.2",
"@types/codemirror": "^5.60.3",
"@types/cookie": "^0.4.1",
"@types/esprima": "^4.0.3",
"@types/lodash": "^4.14.173",
"@types/lodash": "^4.14.174",
"@types/splitpanes": "^2.2.1",
"@vue/runtime-dom": "^3.2.12",
"@vue/runtime-dom": "^3.2.19",
"@vue/test-utils": "^1.2.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.2.0",
"babel-jest": "^27.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.18.0",
"jest": "^27.2.0",
"jest": "^27.2.2",
"jest-serializer-vue": "^2.0.2",
"nuxt-windicss": "^1.2.4",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"raw-loader": "^4.0.2",
"sass": "^1.41.1",
"sass": "^1.42.1",
"sass-loader": "^10.2.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
Expand Down
24 changes: 12 additions & 12 deletions packages/hoppscotch-js-sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
"quickjs-emscripten": "^0.13.0"
},
"devDependencies": {
"@digitak/esrun": "^1.2.4",
"@digitak/esrun": "^1.2.7",
"@relmify/jest-fp-ts": "^1.1.1",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.173",
"@types/node": "^15.12.5",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.29.0",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.174",
"@types/node": "^15.14.9",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-prettier": "^3.4.1",
"io-ts": "^2.2.16",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"jest": "^27.2.2",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"ts-jest": "^27.0.3",
"typescript": "^4.3.5"
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
},
"jest": {
"setupFilesAfterEnv": [
Expand Down
Loading

0 comments on commit 728515c

Please sign in to comment.