Skip to content

Commit

Permalink
v1.0.4, Updated dev dependencies to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Nov 29, 2022
1 parent da64692 commit e0e919e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-plugin-inferno",
"version": "1.0.3",
"version": "1.0.4",
"description": "A typescript transformer for InfernoJS",
"bugs": {
"url": "https://github.com/infernojs/ts-plugin-inferno/issues"
Expand Down Expand Up @@ -30,11 +30,11 @@
"typescript": "*"
},
"devDependencies": {
"@types/node": "^18.8.1",
"@types/node": "^18.11.9",
"cross-env": "^7.0.3",
"fs-extra": "^10.1.0",
"fs-extra": "^11.0.0",
"glob": "^8.0.3",
"inferno": "8.0.3",
"inferno": "8.0.5",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "4.8.4"
Expand Down
1 change: 1 addition & 0 deletions tests/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { sync as globSync } from 'glob'
import transform from '../src'
import { resolve, basename } from 'path'
import { readFileSync, writeFileSync } from 'fs'
// @ts-ignore
import { mkdirpSync } from 'fs-extra'

// Target is ES5 and module is UMD
Expand Down

0 comments on commit e0e919e

Please sign in to comment.