Skip to content

Commit 718b54b

Browse files
committed
More dependency updates
1 parent d8e2202 commit 718b54b

File tree

10 files changed

+5057
-6939
lines changed

10 files changed

+5057
-6939
lines changed

.depcheckrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ignores: ["core-js", "@yarnpkg/pnpify", "@yarnpkg/sdks", "babel-loader", "@babel/core", "@babel/plugin-proposal-class-properties", "@babel/preset-env", "@babel/preset-typescript", "depcheck", "karma-browserstack-launcher", "karma-chrome-launcher", "karma-firefox-launcher", "karma-safari-launcher", "karma-coverage", "karma-sourcemap-loader", "karma-tap", "karma-webpack", "nyc", "prettier", "webpack-cli", "worker-plugin", "buffer", "process"]
1+
ignores: ["core-js", "@yarnpkg/sdks", "babel-loader", "@babel/core", "@babel/plugin-proposal-class-properties", "@babel/preset-env", "@babel/preset-typescript", "depcheck", "karma-browserstack-launcher", "karma-chrome-launcher", "karma-firefox-launcher", "karma-safari-launcher", "karma-coverage", "karma-sourcemap-loader", "karma-tap", "karma-webpack", "nyc", "prettier", "webpack-cli", "worker-plugin", "buffer", "process"]
22
skip-missing: true

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
"pipeable",
9191
"playsinline",
9292
"plusplus",
93-
"pnpify",
9493
"Ponyfill",
9594
"preact",
9695
"preconnect",

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 0 additions & 546 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-typescript.cjs

Lines changed: 0 additions & 9 deletions
This file was deleted.

.yarn/releases/yarn-3.3.1.cjs

Lines changed: 0 additions & 823 deletions
This file was deleted.

.yarn/releases/yarn-4.0.2.cjs

Lines changed: 893 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
15
nodeLinker: node-modules
26

37
npmPublishAccess: public
48

5-
plugins:
6-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
7-
spec: "@yarnpkg/plugin-interactive-tools"
8-
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
9-
spec: "@yarnpkg/plugin-typescript"
10-
11-
yarnPath: .yarn/releases/yarn-3.3.1.cjs
9+
yarnPath: .yarn/releases/yarn-4.0.2.cjs

package.json

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transcend-io/penumbra",
3-
"version": "5.3.3",
3+
"version": "5.4.0",
44
"description": "Crypto streams for the browser.",
55
"main": "dist/main.penumbra.js",
66
"types": "ts-build/src/index.d.ts",
@@ -20,10 +20,10 @@
2020
"test:local:rebuild": "yarn && karma start karma.local.js",
2121
"test:browserstack": "karma start karma.browserstack.js",
2222
"####### Build #######": "",
23-
"clean": "rimraf dist && rimraf ts-build && rimraf coverage",
23+
"clean": "rm -rf dist && rm -rf ts-build && rm -rf coverage",
2424
"build": "yarn clean && mkdir -p dist && webpack --config webpack.prod.js && tsc",
25-
"build:example": "rimraf example/build && yarn build && mkdir -p example/build && cp example/*.* example/build/ && cp -a dist/. example/build/",
26-
"build:demo": "rimraf demo/build && yarn build && mkdir -p demo/build && cp demo/*.* demo/build/ && cp -a dist/. demo/build/",
25+
"build:example": "rm -rf example/build && yarn build && mkdir -p example/build && cp example/*.* example/build/ && cp -a dist/. example/build/",
26+
"build:demo": "rm -rf demo/build && yarn build && mkdir -p demo/build && cp demo/*.* demo/build/ && cp -a dist/. demo/build/",
2727
"webpack:watch": "yarn clean && webpack --config webpack.dev.js --watch"
2828
},
2929
"repository": {
@@ -55,7 +55,7 @@
5555
"@transcend-io/conflux": "^4.1.0",
5656
"@transcend-io/remote-web-streams": "1.0.5",
5757
"comlink": "^4.4.1",
58-
"core-js": "^3.33.3",
58+
"core-js": "^3.34.0",
5959
"crypto-browserify": "^3.12.0",
6060
"mime-types": "^2.1.35",
6161
"promise.allsettled": "^1.0.7",
@@ -65,25 +65,24 @@
6565
"web-streams-polyfill": "^3.2.1"
6666
},
6767
"devDependencies": {
68-
"@babel/core": "^7.18.2",
69-
"@babel/plugin-proposal-class-properties": "^7.17.12",
70-
"@babel/preset-env": "^7.18.2",
71-
"@babel/preset-typescript": "^7.17.12",
68+
"@babel/core": "^7.23.5",
69+
"@babel/plugin-proposal-class-properties": "^7.18.6",
70+
"@babel/preset-env": "^7.23.5",
71+
"@babel/preset-typescript": "^7.23.3",
7272
"@types/mime-types": "^2.1.4",
73-
"@types/node": "^20.9.0",
74-
"@types/tape": "^4.13.4",
73+
"@types/node": "^20.10.3",
74+
"@types/tape": "^5.6.4",
7575
"@typescript-eslint/eslint-plugin": "^6.13.2",
7676
"@typescript-eslint/parser": "^6.13.2",
77-
"@yarnpkg/pnpify": "^3.1.7",
78-
"@yarnpkg/sdks": "^2.7.2",
77+
"@yarnpkg/sdks": "^3.1.0",
7978
"babel-loader": "^8.2.5",
8079
"buffer": "^6.0.3",
8180
"depcheck": "^1.4.7",
8281
"eslint": "^8.55.0",
8382
"eslint-config-airbnb-base": "^15.0.0",
8483
"eslint-import-resolver-typescript": "^3.6.1",
8584
"eslint-plugin-eslint-comments": "^3.2.0",
86-
"eslint-plugin-import": "2.26.0",
85+
"eslint-plugin-import": "2.29.0",
8786
"eslint-plugin-jsdoc": "^46.9.0",
8887
"git-rev-sync": "^3.0.2",
8988
"http-server": "^14.1.1",
@@ -98,14 +97,13 @@
9897
"karma-webpack": "^4.0.2",
9998
"nyc": "^15.1.0",
10099
"prettier": "^3.1.0",
101-
"rimraf": "^3.0.2",
102100
"tape": "^5.7.2",
103101
"terser-webpack-plugin": "^2.3.8",
104-
"typescript": "^4.9.5",
102+
"typescript": "^5.3.2",
105103
"webpack": "^4.47.0",
106104
"webpack-cli": "^3.3.12",
107105
"webpack-merge": "^5.10.0",
108106
"worker-plugin": "^5.0.1"
109107
},
110-
"packageManager": "yarn@3.3.1"
108+
"packageManager": "yarn@4.0.2"
111109
}

src/tests/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import './api.test.ts';
1+
import './api.test';

0 commit comments

Comments
 (0)