Skip to content

Commit

Permalink
Merge pull request #47 from nathanjhood/main
Browse files Browse the repository at this point in the history
up
  • Loading branch information
nathanjhood authored Oct 7, 2024
2 parents 8441cd4 + 09eaefc commit 8e3243b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

env:
PROJECT_NAME: 'esbuild-scripts'
PROJECT_VERSION: '0.0.20.${{ github.sha }}'
PROJECT_VERSION: '0.0.21.${{ github.sha }}'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_ENV: 'production'
BUILD_DIR: 'dist'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.20
0.0.21
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nathanjhood/esbuild-scripts",
"version": "0.0.20",
"version": "0.0.21",
"license": "MIT",
"homepage": "https://github.com/nathanjhood/esbuild-scripts",
"private": false,
Expand Down Expand Up @@ -232,7 +232,7 @@
"esbuild": "^0.24.0"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.12.0",
"@types/node": "22.7.4",
"cli-testing-library": "^2.0.2",
"debug": "^4.3.7",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,16 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@eslint/[email protected]", "@eslint/js@^9.10.0":
"@eslint/[email protected]":
version "9.11.1"
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.11.1.tgz#8bcb37436f9854b3d9a561440daf916acd940986"
integrity sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==

"@eslint/js@^9.12.0":
version "9.12.0"
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.12.0.tgz#69ca3ca9fab9a808ec6d67b8f6edb156cbac91e1"
integrity sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA==

"@eslint/object-schema@^2.1.4":
version "2.1.4"
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
Expand Down

0 comments on commit 8e3243b

Please sign in to comment.