Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Oct 28, 2023
1 parent 7105a3a commit 6148848
Show file tree
Hide file tree
Showing 2 changed files with 1,243 additions and 282 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,31 +69,31 @@
},
"homepage": "https://github.com/stylify/packages/#readme",
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.22.2",
"@babel/preset-typescript": "^7.21.5",
"@types/jest": "^29.5.4",
"@types/node": "^18.16.16",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"autoprefixer": "^10.4.15",
"babel-jest": "^29.6.4",
"cross-env": "^7.0.3",
"esbuild": "^0.17.19",
"eslint": "^8.48.0",
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.0",
"jest-environment-jsdom": "^29.6.0",
"jest-environment-node": "^29.6.0",
"promise": "^8.3.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "^4.9.5"
"@babel/core": "^7.22",
"@babel/plugin-proposal-class-properties": "^7.18",
"@babel/plugin-proposal-object-rest-spread": "^7.20",
"@babel/preset-env": "^7.22",
"@babel/preset-typescript": "^7.21",
"@types/jest": "^29.5",
"@types/node": "^18.16",
"@typescript-eslint/eslint-plugin": "^6.5",
"@typescript-eslint/parser": "^6.5",
"autoprefixer": "^10.4",
"babel-jest": "^29.6",
"cross-env": "^7.0",
"esbuild": "^0.17",
"eslint": "^8.48",
"fast-glob": "^3.3",
"fs-extra": "^11.1",
"identity-obj-proxy": "^3.0",
"jest": "^29.6",
"jest-environment-jsdom": "^29.6",
"jest-environment-node": "^29.6",
"promise": "^8.3",
"ts-jest": "^29.1",
"ts-node": "^10.9",
"tslib": "^2.6",
"typescript": "^4.9"
},
"packageManager": "pnpm@8.3.1",
"engines": {
Expand Down
Loading

0 comments on commit 6148848

Please sign in to comment.