chore(deps): bump
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"husky": "^7.0.2",
|
||||
"lint-staged": "^11.1.2"
|
||||
"lint-staged": "^11.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^13.2.0",
|
||||
"@commitlint/cli": "^13.2.1",
|
||||
"@commitlint/config-conventional": "^13.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"do-test": "pnpm run test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.4.15",
|
||||
"@apollo/client": "^3.4.16",
|
||||
"@hoppscotch/js-sandbox": "workspace:^1.0.0",
|
||||
"@nuxtjs/axios": "^5.13.6",
|
||||
"@nuxtjs/composition-api": "^0.29.2",
|
||||
@@ -40,12 +40,12 @@
|
||||
"axios": "^0.22.0",
|
||||
"codemirror": "^5.63.1",
|
||||
"codemirror-theme-github": "^1.0.0",
|
||||
"core-js": "^3.18.1",
|
||||
"core-js": "^3.18.2",
|
||||
"esprima": "^4.0.1",
|
||||
"firebase": "^9.1.1",
|
||||
"firebase": "^9.1.2",
|
||||
"fp-ts": "^2.11.4",
|
||||
"fuse.js": "^6.4.6",
|
||||
"graphql": "^15.6.0",
|
||||
"graphql": "^15.6.1",
|
||||
"graphql-language-service-interface": "^2.8.4",
|
||||
"graphql-language-service-parser": "^1.9.2",
|
||||
"graphql-tag": "^2.12.5",
|
||||
@@ -55,7 +55,7 @@
|
||||
"node-interval-tree": "^1.3.3",
|
||||
"nuxt": "^2.15.8",
|
||||
"paho-mqtt": "^1.1.0",
|
||||
"rxjs": "^7.3.1",
|
||||
"rxjs": "^7.4.0",
|
||||
"socket.io-client": "^4.2.0",
|
||||
"socketio-wildcard": "^2.0.0",
|
||||
"splitpanes": "^2.3.8",
|
||||
@@ -70,9 +70,9 @@
|
||||
"yargs-parser": "^20.2.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/preset-env": "^7.15.6",
|
||||
"@commitlint/cli": "^13.2.0",
|
||||
"@babel/core": "^7.15.8",
|
||||
"@babel/preset-env": "^7.15.8",
|
||||
"@commitlint/cli": "^13.2.1",
|
||||
"@commitlint/config-conventional": "^13.2.0",
|
||||
"@nuxt/types": "^2.15.8",
|
||||
"@nuxt/typescript-build": "^2.1.0",
|
||||
@@ -91,16 +91,16 @@
|
||||
"@types/esprima": "^4.0.3",
|
||||
"@types/lodash": "^4.14.175",
|
||||
"@types/splitpanes": "^2.2.1",
|
||||
"@vue/runtime-dom": "^3.2.19",
|
||||
"@vue/runtime-dom": "^3.2.20",
|
||||
"@vue/test-utils": "^1.2.2",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-jest": "^27.2.4",
|
||||
"babel-jest": "^27.2.5",
|
||||
"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.4",
|
||||
"eslint-plugin-vue": "^7.19.1",
|
||||
"jest": "^27.2.5",
|
||||
"jest-serializer-vue": "^2.0.2",
|
||||
"nuxt-windicss": "^1.2.4",
|
||||
"prettier": "^2.4.1",
|
||||
@@ -113,7 +113,7 @@
|
||||
"stylelint-config-standard": "^22.0.0",
|
||||
"ts-jest": "^27.0.5",
|
||||
"typescript": "^4.4.3",
|
||||
"unplugin-vue2-script-setup": "^0.6.4",
|
||||
"unplugin-vue2-script-setup": "^0.6.11",
|
||||
"vue-jest": "^3.0.7",
|
||||
"worker-loader": "^3.0.8"
|
||||
}
|
||||
|
||||
@@ -39,14 +39,14 @@
|
||||
"@relmify/jest-fp-ts": "^1.1.1",
|
||||
"@types/jest": "^27.0.2",
|
||||
"@types/lodash": "^4.14.175",
|
||||
"@types/node": "^16.10.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
||||
"@typescript-eslint/parser": "^4.32.0",
|
||||
"@types/node": "^16.10.3",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"io-ts": "^2.2.16",
|
||||
"jest": "^27.2.4",
|
||||
"jest": "^27.2.5",
|
||||
"prettier": "^2.4.1",
|
||||
"pretty-quick": "^3.1.1",
|
||||
"ts-jest": "^27.0.5",
|
||||
|
||||
3288
pnpm-lock.yaml
generated
3288
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user