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

Bump deps; resolve webpack issue #23

Merged
merged 4 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading