Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gciotola committed Mar 7, 2024
1 parent 27fbdb5 commit 02e5554
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "1.3.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"npmClient": "pnpm",
Expand Down
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "app-imports",
"description": "A Commerce Layer Single Page Application to import resources with a nice GUI.",
"version": "1.2.0",
"version": "1.3.0",
"type": "module",
"private": true,
"author": {
Expand Down Expand Up @@ -44,21 +44,21 @@
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/lodash-es": "^4.17.12",
"@types/lodash": "^4.14.202",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.11.24",
"@types/papaparse": "^5.3.14",
"@types/react-dom": "^18.2.20",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.20",
"@types/testing-library__jest-dom": "^5.14.9",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"rollup-plugin-external-globals": "^0.9.2",
"type-fest": "^4.11.1",
"typescript": "^5.3.3",
"vite-tsconfig-paths": "^4.3.1",
"vite": "^5.1.5",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.1"
},
"engines": {
Expand Down

0 comments on commit 02e5554

Please sign in to comment.