Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman committed Apr 14, 2024
1 parent 7c2dfbc commit 27bbd7d
Show file tree
Hide file tree
Showing 7 changed files with 849 additions and 1,151 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- { name: Checkout, uses: actions/checkout@v4.1.1 }
- { name: Setup Node.js environment, uses: actions/setup-node@v4.0.1, with: { node-version: ^18 || >=20 } }
- { name: Setup pnpm, uses: pnpm/action-setup@v2.4.0, with: { version: ^8.15.7, run_install: true } }
- { name: Checkout, uses: actions/checkout@v4 }
- { name: Setup Node.js environment, uses: actions/setup-node@v4, with: { node-version: ^18 || >=20 } }
- { name: Setup pnpm, uses: pnpm/action-setup@v3, with: { version: ^8.15.7, run_install: true } }
- run: PATH=$PWD/node_modules/.bin:$PATH scripts/lint.sh
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- { name: Checkout, uses: actions/checkout@v4.1.1 }
- { name: Setup Node.js environment, uses: actions/setup-node@v4.0.1, with: { node-version: ^18 || >=20 } }
- { name: Setup pnpm, uses: pnpm/action-setup@v2.4.0, with: { version: ^8.15.7, run_install: true } }
- { name: Checkout, uses: actions/checkout@v4 }
- { name: Setup Node.js environment, uses: actions/setup-node@v4, with: { node-version: ^18 || >=20 } }
- { name: Setup pnpm, uses: pnpm/action-setup@v3, with: { version: ^8.15.7, run_install: true } }
- run: git config --global user.email [email protected]
- run: git config --global user.name "Github Action"
- run: pnpm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
Expand Down
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,60 +27,60 @@
"url": "https://github.com/samualtnorman/hackmud-script-manager.git"
},
"dependencies": {
"@babel/generator": "^7.23.6",
"@babel/parser": "^7.23.6",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/plugin-proposal-destructuring-private": "^7.23.3",
"@babel/plugin-proposal-do-expressions": "^7.23.3",
"@babel/plugin-proposal-explicit-resource-management": "^7.23.3",
"@babel/plugin-proposal-function-bind": "^7.23.3",
"@babel/plugin-proposal-function-sent": "^7.23.3",
"@babel/plugin-proposal-partial-application": "^7.23.3",
"@babel/plugin-proposal-pipeline-operator": "^7.23.3",
"@babel/plugin-proposal-record-and-tuple": "^7.23.3",
"@babel/plugin-proposal-throw-expressions": "^7.23.3",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-class-static-block": "^7.23.4",
"@babel/plugin-transform-exponentiation-operator": "^7.23.3",
"@babel/plugin-transform-json-strings": "^7.23.4",
"@babel/plugin-transform-logical-assignment-operators": "^7.23.4",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
"@babel/plugin-transform-numeric-separator": "^7.23.4",
"@babel/plugin-transform-object-rest-spread": "^7.23.4",
"@babel/plugin-transform-optional-catch-binding": "^7.23.4",
"@babel/plugin-transform-optional-chaining": "^7.23.4",
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/plugin-transform-unicode-sets-regex": "^7.23.3",
"@babel/traverse": "^7.23.7",
"@babel/types": "^7.23.6",
"@babel/generator": "^7.24.4",
"@babel/parser": "^7.24.4",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-proposal-destructuring-private": "^7.24.1",
"@babel/plugin-proposal-do-expressions": "^7.24.1",
"@babel/plugin-proposal-explicit-resource-management": "^7.24.1",
"@babel/plugin-proposal-function-bind": "^7.24.1",
"@babel/plugin-proposal-function-sent": "^7.24.1",
"@babel/plugin-proposal-partial-application": "^7.24.1",
"@babel/plugin-proposal-pipeline-operator": "^7.24.1",
"@babel/plugin-proposal-record-and-tuple": "^7.24.1",
"@babel/plugin-proposal-throw-expressions": "^7.24.1",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-transform-class-static-block": "^7.24.4",
"@babel/plugin-transform-exponentiation-operator": "^7.24.1",
"@babel/plugin-transform-json-strings": "^7.24.1",
"@babel/plugin-transform-logical-assignment-operators": "^7.24.1",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
"@babel/plugin-transform-numeric-separator": "^7.24.1",
"@babel/plugin-transform-object-rest-spread": "^7.24.1",
"@babel/plugin-transform-optional-catch-binding": "^7.24.1",
"@babel/plugin-transform-optional-chaining": "^7.24.1",
"@babel/plugin-transform-private-property-in-object": "^7.24.1",
"@babel/plugin-transform-typescript": "^7.24.4",
"@babel/plugin-transform-unicode-sets-regex": "^7.24.1",
"@babel/traverse": "^7.24.1",
"@babel/types": "^7.24.0",
"@bloomberg/record-tuple-polyfill": "^0.0.4",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@samual/lib": "^0.9.1",
"@samual/lib": "^0.10.1",
"acorn": "^8.11.3",
"chalk": "^5.3.0",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"import-meta-resolve": "^4.0.0",
"prettier": "^3.2.2",
"prettier": "^3.2.5",
"proxy-polyfill": "^0.3.2",
"rollup": "^4.9.5",
"terser": "^5.26.0"
"rollup": "^4.14.2",
"terser": "^5.30.3"
},
"devDependencies": {
"@samual/eslint-config": "^0.0.3",
"@samual/rollup-config": "0.0.3-f161e35",
"@types/babel__core": "^7.20.5",
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.5",
"@types/node": "^20.11.0",
"@types/semver": "^7.5.6",
"babel-plugin-here": "^0.0.1",
"eslint": "^8.56.0",
"semver": "^7.5.4",
"typescript": "^5.3.3"
"@types/node": "^20.12.7",
"@types/semver": "^7.5.8",
"babel-plugin-here": "^1.0.1",
"eslint": "^8.57.0",
"semver": "^7.6.0",
"typescript": "^5.4.5"
},
"engines": {
"node": "^18 || >=20",
Expand Down
Loading

0 comments on commit 27bbd7d

Please sign in to comment.