Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Bump deps; resolve webpack issue (#23)
Browse files Browse the repository at this point in the history
* Bump deps; resolve webpack issue

* Linter fixups

* Jest fix

* Fixups
  • Loading branch information
m-kus authored Sep 27, 2023
1 parent 61c55eb commit a00705c
Show file tree
Hide file tree
Showing 15 changed files with 78,408 additions and 97,125 deletions.
65,105 changes: 29,141 additions & 35,964 deletions examples/sdk-events-example/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions examples/sdk-events-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"bulma": "^0.9.3",
"core-js": "^3.6.5",
"vue": "~2.6.14",
"webpack": "^4.45.0"
"webpack": "^5.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@vue/cli": "^4.5.13",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~5.0.4",
"@vue/cli-plugin-typescript": "~4.5.17",
"@vue/cli-service": "~4.5.0",
"@vue/cli": "^5.0.8",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-typescript": "^10.0.0",
"babel-loader": "^8.2.5",
"eslint": "^7.10.0",
Expand Down
1 change: 1 addition & 0 deletions packages/ext-taquito/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Config } from "@jest/types";

const config: Config.InitialOptions = {
verbose: true,
preset: "ts-jest",
rootDir: "./",
restoreMocks: true,
Expand Down
Loading

0 comments on commit a00705c

Please sign in to comment.