chore(deps): bump

This commit is contained in:
liyasthomas
2022-02-07 13:42:35 +05:30
parent 6e7fab8d4f
commit dd97fc9e57
5 changed files with 1572 additions and 1618 deletions

View File

@@ -21,11 +21,11 @@
],
"dependencies": {
"husky": "^7.0.4",
"lint-staged": "^12.3.2"
"lint-staged": "^12.3.3"
},
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@types/node": "^17.0.13"
"@types/node": "^17.0.15"
}
}

View File

@@ -19,12 +19,12 @@
"dependencies": {
"@codemirror/highlight": "^0.19.0",
"@codemirror/language": "^0.19.0",
"@lezer/lr": "^0.15.7"
"@lezer/lr": "^0.15.8"
},
"devDependencies": {
"@lezer/generator": "^0.15.4",
"mocha": "^9.2.0",
"rollup": "^2.66.1",
"rollup": "^2.67.1",
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-ts": "^2.0.5",
"typescript": "^4.5.5"

View File

@@ -63,16 +63,16 @@
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/i18n": "^7.2.0",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sentry": "^5.1.6",
"@nuxtjs/sentry": "^5.1.7",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/toast": "^3.3.1",
"@urql/core": "^2.3.6",
"@urql/core": "^2.4.1",
"@urql/exchange-auth": "^0.1.7",
"@urql/exchange-graphcache": "^4.3.6",
"acorn": "^8.7.0",
"acorn-walk": "^8.2.0",
"axios": "^0.25.0",
"core-js": "^3.20.3",
"core-js": "^3.21.0",
"esprima": "^4.0.1",
"firebase": "^9.6.5",
"fp-ts": "^2.11.8",
@@ -112,14 +112,14 @@
"yargs-parser": "^21.0.0"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@graphql-codegen/add": "^3.1.1",
"@graphql-codegen/cli": "2.4.0",
"@graphql-codegen/typed-document-node": "^2.2.2",
"@graphql-codegen/typescript": "2.4.2",
"@graphql-codegen/typescript-operations": "^2.2.2",
"@graphql-codegen/typescript-urql-graphcache": "^2.2.3",
"@graphql-codegen/cli": "2.5.0",
"@graphql-codegen/typed-document-node": "^2.2.3",
"@graphql-codegen/typescript": "2.4.3",
"@graphql-codegen/typescript-operations": "^2.2.4",
"@graphql-codegen/typescript-urql-graphcache": "^2.2.4",
"@graphql-codegen/urql-introspection": "^2.1.1",
"@graphql-typed-document-node/core": "^3.1.1",
"@nuxt/types": "^2.15.8",
@@ -135,7 +135,7 @@
"@nuxtjs/svg": "^0.4.0",
"@relmify/jest-fp-ts": "^1.1.1",
"@sentry/browser": "^6.17.3",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/jest-dom": "^5.16.2",
"@types/codemirror": "^5.60.5",
"@types/cookie": "^0.4.1",
"@types/esprima": "^4.0.3",
@@ -146,25 +146,25 @@
"@types/splitpanes": "^2.2.1",
"@types/uuid": "^8.3.4",
"@urql/devtools": "^2.0.3",
"@vue/composition-api": "^1.4.5",
"@vue/runtime-dom": "^3.2.29",
"@vue/composition-api": "^1.4.6",
"@vue/runtime-dom": "^3.2.30",
"@vue/test-utils": "^1.3.0",
"@vueuse/core": "^7.5.5",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.4.6",
"babel-jest": "^27.5.0",
"babel-loader": "^8.2.3",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.4.0",
"jest": "^27.4.7",
"eslint-plugin-vue": "^8.4.1",
"jest": "^27.5.0",
"jest-serializer-vue": "^2.0.2",
"npm-run-all": "^4.1.5",
"nuxt-windicss": "^2.2.2",
"nuxt-windicss": "^2.2.4",
"prettier": "^2.5.1",
"raw-loader": "^4.0.2",
"sass": "^1.49.0",
"sass": "^1.49.7",
"sass-loader": "^10.2.0",
"stylelint": "^14.3.0",
"stylelint-config-prettier": "^9.0.3",
@@ -173,7 +173,7 @@
"ts-jest": "^27.1.3",
"typescript": "^4.5.5",
"vue-jest": "^3.0.7",
"vue-template-babel-compiler": "^1.1.2",
"vue-template-babel-compiler": "^1.1.3",
"worker-loader": "^3.0.8"
}
}

View File

@@ -42,14 +42,14 @@
"@relmify/jest-fp-ts": "^1.1.1",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.13",
"@types/node": "^17.0.15",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"io-ts": "^2.2.16",
"jest": "^27.4.7",
"jest": "^27.5.0",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"

3142
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff