chore(deps): bump

This commit is contained in:
Liyas Thomas
2021-05-30 13:40:20 +00:00
committed by GitHub
parent a795fc4310
commit ac1937f9be
4 changed files with 5134 additions and 2680 deletions

View File

@@ -21,7 +21,7 @@ describe("debounce", () => {
jest.runAllTimers() jest.runAllTimers()
expect(fn).toHaveBeenCalled() expect(fn).toHaveBeenCalled()
expect(setTimeout).toHaveBeenCalledWith(expect.any(Function), 100) // expect(setTimeout).toHaveBeenCalledWith(expect.any(Function), 100)
}) })
test("calls the function only one time within the timeframe", () => { test("calls the function only one time within the timeframe", () => {

View File

@@ -19,4 +19,5 @@ module.exports = {
], ],
testURL: "http://localhost/", testURL: "http://localhost/",
preset: "ts-jest/presets/js-with-babel", preset: "ts-jest/presets/js-with-babel",
testEnvironment: "jsdom",
} }

7791
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -24,7 +24,7 @@
}, },
"dependencies": { "dependencies": {
"@apollo/client": "^3.3.19", "@apollo/client": "^3.3.19",
"@nuxtjs/axios": "^5.13.4", "@nuxtjs/axios": "^5.13.5",
"@nuxtjs/gtm": "^2.4.0", "@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/robots": "^2.5.0", "@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0", "@nuxtjs/sitemap": "^2.4.0",
@@ -33,9 +33,9 @@
"acorn": "^8.2.4", "acorn": "^8.2.4",
"acorn-walk": "^8.1.0", "acorn-walk": "^8.1.0",
"esprima": "^4.0.1", "esprima": "^4.0.1",
"firebase": "^8.6.2", "firebase": "^8.6.3",
"graphql": "^15.5.0", "graphql": "^15.5.0",
"graphql-language-service-interface": "^2.8.3", "graphql-language-service-interface": "^2.8.4",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mustache": "^4.2.0", "mustache": "^4.2.0",
"node-interval-tree": "^1.3.3", "node-interval-tree": "^1.3.3",
@@ -56,12 +56,12 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.14.3", "@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2", "@babel/preset-env": "^7.14.4",
"@nuxt/types": "^2.15.6", "@nuxt/types": "^2.15.6",
"@nuxt/typescript-build": "^2.1.0", "@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/color-mode": "^2.0.8", "@nuxtjs/color-mode": "^2.0.9",
"@nuxtjs/dotenv": "^1.4.1", "@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config-typescript": "^6.0.0", "@nuxtjs/eslint-config-typescript": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2", "@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-analytics": "^2.4.0", "@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/google-fonts": "^1.3.0", "@nuxtjs/google-fonts": "^1.3.0",
@@ -72,14 +72,14 @@
"@types/lodash": "^4.14.170", "@types/lodash": "^4.14.170",
"@vue/test-utils": "^1.2.0", "@vue/test-utils": "^1.2.0",
"babel-core": "^7.0.0-bridge.0", "babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.6.3", "babel-jest": "^27.0.2",
"eslint": "^7.27.0", "eslint": "^7.27.0",
"eslint-config-prettier": "^8.1.0", "eslint-config-prettier": "^8.1.0",
"eslint-plugin-nuxt": ">=2.0.0", "eslint-plugin-nuxt": ">=2.0.0",
"eslint-plugin-prettier": "^3.3.1", "eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.9.0", "eslint-plugin-vue": "^7.10.0",
"husky": "^6.0.0", "husky": "^6.0.0",
"jest": "^26.6.3", "jest": "^27.0.3",
"jest-serializer-vue": "^2.0.2", "jest-serializer-vue": "^2.0.2",
"lint-staged": "^11.0.0", "lint-staged": "^11.0.0",
"postcss": "^8.3.0", "postcss": "^8.3.0",
@@ -91,7 +91,7 @@
"stylelint": "^13.12.0", "stylelint": "^13.12.0",
"stylelint-config-prettier": "^8.0.2", "stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0", "stylelint-config-standard": "^22.0.0",
"ts-jest": "^26.5.6", "ts-jest": "^27.0.1",
"vue-jest": "^3.0.7", "vue-jest": "^3.0.7",
"worker-loader": "^3.0.8" "worker-loader": "^3.0.8"
} }